Hi,
I am trying to transcode a video named bar existing on a vlc server using this command :
vlc -vvv "rtsp://localhost:1234/bar" --sout "#transcode{vb=800,ab=200,width=50,height=50}:
duplicate{dst=display,dst=standard{access=file,mux=ps,dst=flux.avi},dst=standard{access=rtp,mux=ts,url=127.0.0.1}}"
I changed the transcoding parameters and tried so many different values however i see no changes on the video resulting of the transcoding. I don't think the transcoding didn't work because i don't get error messages but i don't understand why don't i see the effects of transcoding on the video
thanks for your help