Commit c9a08db9 authored by Diego Biurrun's avatar Diego Biurrun

The default MPEG-4 fourcc is now FMP4.

Originally committed as revision 4362 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 87759af9
...@@ -137,7 +137,7 @@ Try a 'make distclean' in the ffmpeg source directory. If this does not help see ...@@ -137,7 +137,7 @@ Try a 'make distclean' in the ffmpeg source directory. If this does not help see
Both XviD and DivX (version 4+) are implementations of the ISO MPEG-4 Both XviD and DivX (version 4+) are implementations of the ISO MPEG-4
standard (note that there are many other coding formats that use this standard (note that there are many other coding formats that use this
same standard). Thus, use '-vcodec mpeg4' to encode these formats. The same standard). Thus, use '-vcodec mpeg4' to encode these formats. The
default fourcc stored in an MPEG-4-coded file will be 'DIVX'. If you want default fourcc stored in an MPEG-4-coded file will be 'FMP4'. If you want
a different fourcc, use the '-vtag' option. E.g., '-vtag xvid' will a different fourcc, use the '-vtag' option. E.g., '-vtag xvid' will
force the fourcc 'xvid' to be stored as the video fourcc rather than the force the fourcc 'xvid' to be stored as the video fourcc rather than the
default. default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment