aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg-doc.texi
Commit message (Collapse)AuthorAgeFilesLines
* Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini2010-12-141-968/+0
| | | | Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: document default metadata mappingsAnton Khirnov2010-11-221-0/+6
| | | | Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: add an option for copying chaptersAnton Khirnov2010-11-121-0/+4
| | | | | | fixes issue 2068 Originally committed as revision 25727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-111-1/+1
| | | | Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a file for bitstream filters documentation.Stefano Sabatini2010-11-081-0/+1
| | | | | | | Based on a patch by Nicolas George <@var{name}.@var{surname}@@normalesup.@code{org}>. Originally committed as revision 25709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add eval.texi file.Stefano Sabatini2010-11-031-70/+34
| | | | Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-021-1/+11
| | | | | | i.e. to/from streams/chapters/programs. Originally committed as revision 25635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c manual: clarify map_meta_data usage.Anton Khirnov2010-10-271-1/+2
| | | | Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-181-0/+6
| | | | | | | | | | | | | | | | The option is useful to ensure that there is a seek point exactly at a place the user will probably want to jump precisely sometime, the major example would be the end of an opening and the beginning of a chapter. The scene change detection system will often make it happen, but not always for example if there is a fade-in. See the thread: Subject: [FFmpeg-devel] [PATCH] -force_key_frames option Date: Tue, 12 Oct 2010 15:16:26 +0200 Patch by Nicolas George -mail nicolas,george,normalesup,org. Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -crop* options.Stefano Sabatini2010-10-181-8/+7
| | | | | | Users are required to use the libavfilter crop filter. Originally committed as revision 25518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-241-4/+4
| | | | | | | Slightly more intuitive and required by a pending changes for making the filter parametric. Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x11grab example in e.g. the manpage so that they actually workReinhard Tartler2010-09-131-2/+2
| | | | Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend and clarify documentation for -ac ffmpeg option.Stefano Sabatini2010-08-111-1/+4
| | | | | | Fix roundup issue #2061. Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocols.texi.Stefano Sabatini2010-07-311-13/+1
| | | | Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-271-0/+2
| | | | Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop filter syntax shown for the -crop* options in the ffmpeg manStefan de Konink2010-07-111-4/+4
| | | | | | | | page. Patch by Stefan de Konink /$name/@/konink/de. Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-041-8/+2
| | | | | | | | and update the manual page accordingly. Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z"). Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini2010-07-041-4/+4
| | | | | | | | the options are deprecated and that -vf crop should be used instead. Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei"). Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow2010-06-301-0/+9
| | | | | | Patch by Mike Scheutzow, scheutzow alcatel-lucent com Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-221-1/+10
| | | | | | | '(' and ')' are used instead of '{' and '}' in the date specification as the latter confound the texinfo interpreter. Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-211-0/+8
| | | | | | sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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