You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
movenc: Add an F4V muxer
F4V is Adobe's mp4/iso media variant, with the most significant addition/change being supporting other flash codecs than just aac/h264. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
b3be41ca82
commit
e01fba5562
@@ -100,6 +100,7 @@ void av_register_all(void)
|
||||
REGISTER_DEMUXER (EA, ea);
|
||||
REGISTER_DEMUXER (EA_CDATA, ea_cdata);
|
||||
REGISTER_MUXDEMUX(EAC3, eac3);
|
||||
REGISTER_MUXER (F4V, f4v);
|
||||
REGISTER_MUXDEMUX(FFM, ffm);
|
||||
REGISTER_MUXDEMUX(FFMETADATA, ffmetadata);
|
||||
REGISTER_MUXDEMUX(FILMSTRIP, filmstrip);
|
||||
|
||||
Reference in New Issue
Block a user