Page 1 of 1

Transcoding changing only the audio codec

Posted: 17 Apr 2010 00:51
by calande
Hello,

I'm trying to transcode a network stream, keeping the video stream, but changing on the fly the audio codec, and saving audio/video into an MPEG file. I'm having an issue understanding the rationale behind the synthax... I have tried this so far but nothing happens:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=210&flavour=ld" :run-time=5 --ts-dump-size=5000 --sout '#transcode{vcodec=mpgv,acodec=mpga}:dst=file/ps:J:/test.mpg'
Could you help me please?
Thank you,

Re: Transcoding changing only the audio codec

Posted: 20 Apr 2010 13:31
by Jean-Baptiste Kempf
Don't specify the vcodec, and it won't change.