]> git.sesse.net Git - vlc/commit
Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 11 Feb 2007 16:26:19 +0000 (16:26 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 11 Feb 2007 16:26:19 +0000 (16:26 +0000)
commitd6c62919bc1bf06caf7e97a73589d19e596316bf
tree55e3ac31727ed0b03cec06df09a91e408ed0d4d4
parente8ff31e8c8f909b454f97e2a1031c7d0da0bfbff
Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess.
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.h
modules/codec/ffmpeg/mux.c