[MPlayer-users] Extract h.264 stream to switch container
Marco Munderloh
munderl at tnt.uni-hannover.de
Fri Mar 23 20:00:53 CET 2012
Why not just use ffmpeg for remuxing?
Something like:
ffmpeg -i video.mov -vcodec copy -acodec copy output.[mkv/mp4]
Newest ffmpeg version has a slightly different interface.
More information about the MPlayer-users
mailing list