aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg-doc.texi
Commit message (Collapse)AuthorAgeFilesLines
* Rename the ff* tools @chapters "Invocation" to "Synopsis", and placeStefano Sabatini2010-06-081-12/+11
| | | | | | | | | | | them at the beginning of the file, for consistency with the final ordering of the corresponding man pages. Also create a separate @chapter for the "Options" section, as it is done for the man pages, rather than merge it in the same section of "Synopsis". Originally committed as revision 23541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsStefano Sabatini2010-06-051-2/+2
| | | | | | of the ff* tools man pages. Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.Stefano Sabatini2010-06-031-160/+160
| | | | | | | This is consistent with the the rendered ordering of the ffmpeg man page. Originally committed as revision 23445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make consistent the various SEE ALSO sections in the FFmpeg man pages.Stefano Sabatini2010-06-031-1/+1
| | | | | | | Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpeg HTML documentation", which is more generic. Originally committed as revision 23444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put @ignore-d man page specific trailer at the end of the file.Stefano Sabatini2010-06-031-15/+15
| | | | | | | This makes the ordering of the sections in the file more consistent with that of the final man output. Originally committed as revision 23443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename @chapter "Quick Start" to "Examples", for consistency with theStefano Sabatini2010-06-011-2/+2
| | | | | | corresponding man page section. Originally committed as revision 23410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix texi2pod.pl rendering of the Tips section by putting each @itemStefano Sabatini2010-06-011-6/+14
| | | | | | | | | | command on its own line, and create a corresponding "TIPS" man page section. Note that such section is not displayed, as currently only sections with pre-defined names are rendered. Originally committed as revision 23409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge @chapter Introduction and @chapter Description into a singleStefano Sabatini2010-06-011-30/+31
| | | | | | | | | | section, and make the whole rendered in the man output. Simplify layout, and make it more consistent with that of the other man pages. Also I cannot see a good reason for keeping split the two sections. Originally committed as revision 23407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-201-3/+3
| | | | | | Patch by Robert Krüger <krueger signal7 de>. Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a few typos/grammar nits from r22739.Jai Menon2010-03-311-4/+4
| | | | Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better documentation of -vsyncMichael Niedermayer2010-03-311-2/+9
| | | | Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It is difficult nowadays to compile without swscale support.Carl Eugen Hoyos2010-03-181-1/+1
| | | | Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-221-1/+4
| | | | Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-211-1/+3
| | | | | | section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds -aq documentation to the ffmpeg docs.John Van Sickle2010-01-191-0/+2
| | | | | | Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>). Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common options documentation.Stefano Sabatini2009-12-211-61/+1
| | | | Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -?, -help, and --help as alternative options to get help.Ramiro Polla2009-12-211-1/+1
| | | | Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet2009-12-161-0/+3
| | | | | | | | This is similar to existing -alang & -slang options. Patch by Matthieu Crapet m${surname} ^ gmail com. Originally committed as revision 20880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-121-0/+3
| | | | | | | filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation for r20435 (which added the -fpre option).Ramiro Polla2009-12-061-9/+8
| | | | Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -formats splitDaniel Verkamp2009-11-201-3/+20
| | | | Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -sn option.Diego Biurrun2009-10-011-0/+2
| | | | Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the -loglevel option in the ffmpeg man page.Stefano Sabatini2009-09-261-0/+14
| | | | Originally committed as revision 20028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace @node commands with @anchor to refer to specific points in the text.Diego Biurrun2009-09-131-1/+1
| | | | | | | | This fixes the warnings ** `Developers Guide' is up for `Coding Rules', but has no menu entry for this node ** `Invocation' is up for `FFmpeg formula evaluator', but has no menu entry for this node Originally committed as revision 19831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an explanation and complete the metadata usage example.Stefano Sabatini2009-07-011-1/+2
| | | | Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix braino.Stefano Sabatini2009-06-281-1/+1
| | | | Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-06-271-19/+5
| | | | | | | -author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Originally committed as revision 19285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-091-1/+1
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-011-0/+2
| | | | Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an example showing how to create a video from many images.Stefano Sabatini2009-03-141-5/+11
| | | | Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-3/+0
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http://bytesex.org/xawtv/ permanently redirects toRobert Swain2009-02-251-1/+1
| | | | | | http://linux.bytesex.org/xawtv/ so update the URL Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-02-231-1/+17
| | | | Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files documentation to match with r16795.Stefano Sabatini2009-01-261-4/+4
| | | | Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the ld, st, while statements.Víctor Paesa2009-01-131-0/+3
| | | | Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-131-2/+8
| | | | Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for -passlogfile, the argument is not a file nameStefano Sabatini2008-12-261-3/+4
| | | | | | but a prefix used to create the complete pass log file name. Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve documentation for the -pass and -passlog options. Add mentionStefano Sabatini2008-12-011-5/+8
| | | | | | to how the log file is used and specify the default log file name. Originally committed as revision 15969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a space between frequencies and their units.Benoit Fouet2008-10-131-2/+2
| | | | Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make less verbose a sentence in the preset system documentation.Stefano Sabatini2008-10-051-2/+2
| | | | Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the preset files system.Stefano Sabatini2008-10-051-0/+34
| | | | Originally committed as revision 15563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-031-1/+1
| | | | Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-10-021-1/+1
| | | | Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add to the ffmpeg manual an example showing how to add streams to theStefano Sabatini2008-08-291-0/+14
| | | | | | output. Originally committed as revision 15030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add examples in documentation showing how to avoid to decode audio andErwan Ducroquet2008-08-131-0/+6
| | | | | | | output video in pass 1 for 2-pass encoding. Patch by Erwan Ducroquet erwan _dot_ ducroquet _at_ gmail _dot_ com Originally committed as revision 14736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add to the ffmpeg docs an usage example showing how to extract imagesStefano Sabatini2008-08-121-0/+19
| | | | | | from a video. Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve docs for the ffmpeg -map option.Stefano Sabatini2008-08-041-2/+3
| | | | Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix and clarify invalid examples for framerate override in the documentation.tripp2008-07-271-7/+3
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve documentation about -bt optionJason Garrett-Glaser2008-07-251-1/+6
| | | | Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance qblur and qcomp documentation.tripp2008-07-221-2/+3
| | | | | | Patch by tripp eliared yahoo com Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk