diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-06-09 17:55:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-06-09 17:55:36 +0000 |
commit | c9a08db9f7c2fb4c578c6b00a6577d740eab4c92 (patch) | |
tree | e52fc97168ea43c36f81e3a6e9e1b5724c156f20 /doc/faq.texi | |
parent | 87759af95e3f92e72b4b36610466b2df9e7fb844 (diff) | |
download | ffmpeg-c9a08db9f7c2fb4c578c6b00a6577d740eab4c92.tar.gz |
The default MPEG-4 fourcc is now FMP4.
Originally committed as revision 4362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index d04ab7627d..c4e8379e72 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -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 standard (note that there are many other coding formats that use this 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 force the fourcc 'xvid' to be stored as the video fourcc rather than the default. |