summaryrefslogtreecommitdiffstats
path: root/doc/fftools-common-opts.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc/fftools-common-opts: document ffmpeg -h bsf=bitstream_filter_nameJun Zhao2019-06-141-0/+4
| | | | | | document ffmpeg -h bsf=bitstream_filter_name Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avformat/utils: fix stream ordering for program ID stream specifiersMarton Balint2019-05-241-1/+4
| | | | | | Fixes a regression introduced in dbfd042983eed8586d4048795c00af820f5b6b1f. Signed-off-by: Marton Balint <cus@passwd.hu>
* doc: -report defaults to loglevel debugGyan Doshi2019-02-251-1/+1
|
* doc/fftools-common-opts: add example for codec option stream specifiersGyan Doshi2019-02-171-1/+9
|
* avformat/utils: parse some stream specifiers recursivelyMarton Balint2019-02-131-18/+12
| | | | | | | | This removes lots of code duplication and also allows more complex specifiers, for example you can use p:204:a:m:language:eng to select the English language audio stream from program 204. Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat/utils: Stream specifier enhancement 2.Bela Bodecs2018-04-131-2/+8
| | | | | | | | | | | | | | | | | In some cases, mainly working with multiprogram mpeg-ts containers as input, it would be handy to select sub stream of a specific program by their metadata. This patch makes it possible to narrow the stream selection among streams of the specified program by stream metadata. Examples: p:601:m:language:hun will select all sub streams of program with id 601 where sub streams have metadata key named 'language' with value 'hun'. p:602:m:guide will select all sub streams of program with id 602 where sub streams have metadata key named 'guide'. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/utils: Stream specifier enhancementBela Bodecs2018-04-121-3/+7
| | | | | | | | | | | | | | | | | | | | Currently when specifying the program id you can only decide to select all stream of the specified program (e.g. p:103 will select all streams of program 103) or narrow the selection to a specific stream sub index (e.g. p:145:1 will select 2nd stream of program 145.) But you can not specify like all audio streams of program 145 or 3rd video stream of program 311. In some case, mainly working with multiprogram mpeg-ts containers as input, this feature would be handy. This patch makes it possible to narrow the stream selection among streams of the specified program by stream type and optionally its index. Handled types: a, v, s, d. Examples: p:601:a will select all audio streams of program 601, p:603:a:1 will select 2nd audio streams of program 603, p:604:v:0 will select first video stream of program 604. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: update loglevel option documentationTobias Rapp2018-04-121-8/+29
| | | | | | | Updates documentation after the changes to loglevel flag prefix parsing in 4b736bc921ed96ad6d312ce0cbe0de29b9e3fe81. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* doc/fftools: Remove documentation for old -opencl_bench optionMark Thompson2017-11-261-45/+0
|
* doc/fftools-common-opts: Fixed a typo in the common arguments listMickael Maison2017-04-181-1/+1
| | | | | | | - Fixed a typo for the -sources argument Signed-off-by: Mickael Maison <mickael.maison@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: Add muxers/demuxers list optionMulvya2017-02-111-0/+6
| | | | | Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: fix various typos and grammar errorsMoritz Barsnick2016-10-111-4/+4
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-021-2/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
* Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e': log: Introduce a more verbose debug level Conflicts: doc/APIchanges doc/fftools-common-opts.texi libavutil/log.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add aarch64 cpuflags to fftools documentationJames Almer2015-04-101-0/+6
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing arm cpuflags to fftools documentationJames Almer2015-04-101-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing x86 cpuflags to fftools documentationJames Almer2015-04-101-0/+4
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer2015-03-201-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '342fc46c69199b076b7c210f42208ce39a2bde1c': cmdutils: Add a stream specifier to map usable streams Conflicts: cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/fftools-common-opts: update/extend documentation for -opencl_bench optionManeesh Gupta2015-01-281-2/+35
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc: add FFREPORT exampleLou Logan2014-12-121-5/+13
| | | | | | | | | | | | And fix a few nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc: add loglevel numerical valuesLou Logan2014-12-101-9/+9
| | | | | | | | | | | | Useful for setting FFREPORT log level. Signed-off-by: Lou Logan <lou@lrcd.com>
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-251-0/+16
| | | | | | | | | | | | | | Allows to list sources/sinks of the devices that implement that functionality. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc/fftools-common-opts: document -devices optionLukasz Marek2014-10-251-1/+4
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | Replace incorrect use of "multiply" with "multiple"James Darnley2014-08-271-1/+1
| | | | | | | | Also replace the plural form "multiplies" with "multiples".
* | doc: fix toolnameMichael Niedermayer2014-08-141-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer2014-08-141-0/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '481a3667495425db9fdffb653292b6460fb68208': cmdutils: allow matching by metadata in stream specifiers Conflicts: Changelog cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: implement FFREPORT=level=...Michael Niedermayer2014-06-141-0/+2
| | | | | | | | | | | | Fixes Ticket3057 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-131-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * qatar/master: avconv: Match stream id Conflicts: cmdutils.c doc/fftools-common-opts.texi See: ea07063fd82686af3fabb45e5ed10aa48d084d61 Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow hiding the banner.Carl Eugen Hoyos2013-12-291-0/+7
| | | | | | | | Fixes ticket #3246.
* | cmdutils & opencl: add -opencl_bench option to test and show available ↵Lenny Wang2013-12-091-0/+4
| | | | | | | | | | | | | | | | OpenCL devices Reviewed-by: Wei Gao <highgod0401@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: add -colors optionStefano Sabatini2013-10-271-0/+3
| |
* | doc/fftools: rework some paragraph in the AVOptions chapterStefano Sabatini2013-09-221-6/+7
| | | | | | | | Fix typos, and clarify note about codec AVOptions.
* | doc/fftools-common-opts: document -help long and full outputStefano Sabatini2013-09-171-2/+9
| |
* | doc: Rename avtools-common-opts to fftools-common optsTimothy Gu2013-09-101-0/+281
|/ | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov2011-09-111-138/+0
|
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+3
| | | | | Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-0/+17
|
* doc/fftools-common-opts: wording fixes missing from the previous commit.Anton Khirnov2011-07-281-7/+7
|
* doc: document using AVOptions in fftools.Anton Khirnov2011-07-281-0/+25
|
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-1/+1
| | | | unless it stands for ffmpeg the program or is historic
* Deprecate the use of the NO_COLOR environment variable.Stefano Sabatini2010-12-061-0/+2
| | | | Originally committed as revision 25900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-061-2/+3
| | | | | | NO_COLOR (but properly prefixed for avoiding namespace conflicts). Originally committed as revision 25899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to force colored output.Etienne Buira2010-12-051-1/+2
| | | | | | Patch by Etienne Buira, etienne d buira d lists a free d fr Originally committed as revision 25888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document terminal coloring in the -loglevel option.Stefano Sabatini2010-06-161-0/+4
| | | | Originally committed as revision 23633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document how to set boolean options.Stefano Sabatini2010-06-161-0/+5
| | | | Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-091-0/+8
| | | | | | | | evaluated through av_strtod(). Fix roundup issue #551. Originally committed as revision 23556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-211-0/+7
| | | | | | section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-211-0/+3
| | | | | | formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common options documentation.Stefano Sabatini2009-12-211-0/+62
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud