summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
Commit message (Collapse)AuthorAge
* Factorize common options documentation.Stefano Sabatini2009-12-21
| | | | 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-21
| | | | 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-16
| | | | | | | | 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-12
| | | | | | | 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-06
| | | | Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -formats splitDaniel Verkamp2009-11-20
| | | | Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -sn option.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the -loglevel option in the ffmpeg man page.Stefano Sabatini2009-09-26
| | | | 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-13
| | | | | | | | 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-01
| | | | Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix braino.Stefano Sabatini2009-06-28
| | | | Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-06-27
| | | | | | | -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-09
| | | | | | 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-01
| | | | 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-14
| | | | Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http://bytesex.org/xawtv/ permanently redirects toRobert Swain2009-02-25
| | | | | | 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-23
| | | | Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files documentation to match with r16795.Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the ld, st, while statements.Víctor Paesa2009-01-13
| | | | 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-13
| | | | 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-26
| | | | | | 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-01
| | | | | | 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-13
| | | | 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-05
| | | | Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the preset files system.Stefano Sabatini2008-10-05
| | | | 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-03
| | | | Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-10-02
| | | | 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-29
| | | | | | 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-13
| | | | | | | 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-12
| | | | | | 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-04
| | | | 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-27
| | | | | | 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-25
| | | | Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance qblur and qcomp documentation.tripp2008-07-22
| | | | | | Patch by tripp eliared yahoo com Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete listing of bitstream filters and 2 examples to the documentation.tripp2008-07-21
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify -minrate/-maxrate description in the documentation.tripp2008-07-21
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run documentation through ispell, plus some minor fixes.Diego Biurrun2008-06-06
| | | | Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark option arguments as variables using @var{}.Stefano Sabatini2008-04-08
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | and audio_beos. -f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-28
| | | | | | of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update -t option documentationGodwin Stewart2007-08-20
| | | | | | Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better explain how to split patches into individualDiego Biurrun2007-08-13
| | | | | | self-contained pieces. Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2007-08-06
| | | | Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of nonsense "tolerance" and mention VBVMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about vertical alignment to patch guidelines.Diego Biurrun2007-07-16
| | | | Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2007-07-16
| | | | Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify license requirements for contributions.Diego Biurrun2007-07-13
| | | | Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk