Transcoding changing only the audio codec
Posted: 17 Apr 2010 00:51
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:
Could you help me please?
Thank you,
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'
Thank you,