- Jan 05, 2015
-
-
Werner Robitza authored
ffmpeg looks for both .ffpreset and .avpreset files depending on whether the -[avsf]pre or -pre option is used. Added two sections for each type of preset including the rules according to which files are searched. (Notably, the lookup order is swapped for avpreset files, because it first looks for <codec>_<arg>.avpreset and then for <arg>.avpreset.) This removes the section explaining -pre only, which was under "Examples", where it did not really make sense. Signed-off-by:
Werner Robitza <werner.robitza@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 28, 2014
-
-
Simon Thelen authored
Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 05, 2014
-
-
Lou Logan authored
Replace "frames to record" with "frames to output". The "to record" makes it seem like an input option, or that it would capture the frames instead of outputting them. Reviewed-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Oct 21, 2014
-
-
Rodger Combs authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 24, 2014
-
-
Carl Eugen Hoyos authored
-
- Aug 20, 2014
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Aug 13, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 30, 2014
-
-
Clément Bœsch authored
Also lowercase "options" in "Advanced Video Options" for consistency.
-
- Jun 07, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 26, 2014
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Apr 03, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 16, 2014
-
-
Timothy Gu authored
These charts in man page are currently destroyed. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 24, 2014
-
-
Stefano Sabatini authored
Avoid doc duplication and desynching.
-
- Jan 08, 2014
-
-
Stefano Sabatini authored
-
- Nov 27, 2013
-
-
Stefano Sabatini authored
-
- Nov 17, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 14, 2013
-
-
Lou Logan authored
Change -r to -framerate, but either will work. Change -s to -video_size, but either will work. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Sep 10, 2013
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 10, 2013
-
-
Bryce W. Harrington authored
The first sentence of each of the modified man pages are worded a bit awkwardly. These minor copy-edits should make them clearer. Signed-off-by:
Bryce Harrington <b.harrington@samsung.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Jul 09, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 25, 2013
-
-
Stefano Sabatini authored
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
-
- Apr 18, 2013
-
-
Nicolas George authored
-
- Apr 05, 2013
-
-
Stefano Sabatini authored
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
-
- Mar 31, 2013
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
We used to use 'filtergraph' or 'filter graph' randomly. 'filtergraph' was chosen due to having 57 occurrences in the documentation, whereas 'filter graph' had only 19. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
We used to use 'framerate' or 'frame rate' randomly. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Mar 19, 2013
-
-
Stefano Sabatini authored
Also extends documentation for timestamp related ffmpeg options, in order to make more apparent the fact that muxer processing may change the timestamps values.
-
- Mar 17, 2013
-
-
Nicolas George authored
-
- Mar 10, 2013
-
-
Nicolas George authored
Allows, amongst other things, to override the size guessed by the sub2video hack. Note: the -s option could have more or less the same semantic, but it receives a special treatment by the options system.
-
Stefano Sabatini authored
This helps lazy users who didn't read the part about boolean options, in case they grep for "-nostats". -stdin and -stats are the only booleans option enabled by default. This is a partial fix for Trac ticket #2332, a complete overhaul of boolean options documentation is probably overkill.
-
- Feb 28, 2013
-
-
Carl Eugen Hoyos authored
Fixes ticket #2299
-
- Feb 27, 2013
-
-
Jean First authored
Signed-off-by:
Jean First <jeanfirst@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 15, 2013
-
-
Stefano Sabatini authored
-
- Feb 06, 2013
-
-
Stefano Sabatini authored
Non-ascii chars are not correctly rendered in both MAN and HTML output or may even cause compilation failure. Thus avoid to use them until we find a satisfying way to deal with them. Fix trac ticket #2243.
-
- Jan 27, 2013
-
-
Stefano Sabatini authored
The options have been deprecated and are non-operational since more than two years.
-
Stefano Sabatini authored
-