Page 1 of 1

Using ffmpeg ts muxer in vlc

Posted: 16 Mar 2012 23:23
by jingke2000
How can I use ffmpeg's ts muxer instead of vlc's? I still want to use vlc for transcoding to h.264 and AAC. But would like to use ffmpeg's transport stream multiplexer for mpeg ts generation. How do I do that with command line in Windows?

Thanks.

Re: Using ffmpeg ts muxer in vlc

Posted: 21 Mar 2012 13:02
by realjobe
iI have used VLC to transcode from mpeg2 into h264 http (flv) flash video..

Code: Select all

... :std{access=http,mux=ffmpeg{mux=flv},mime="video/x-flv",dst=:554/stuff.mp4}"

Re: Using ffmpeg ts muxer in vlc

Posted: 21 Mar 2012 21:45
by jingke2000
Thanks. Now, if I use ... mux=ffmpeg{mux=mpegts}, ... VLC seems to take it. However, I saw another problem. I think I should start another thread for it. Again, thanks for the tip with which I could go one step farther.