Anton Khirnov
9e68b26765
Document stream specifier syntax change from 46cbe4ab5c
...
Fixes #11248 .
6 days ago
Anton Khirnov
0c9fe2b232
fftools/cmdutils: extend stream specifiers to match by disposition
2 months ago
Anton Khirnov
6d17991b7e
fftools/cmdutils: add option syntax for loading arbitrary arguments from a file
...
Aligned with analogous feature for filter options in ffmpeg CLI.
10 months ago
James Almer
556b596d1d
avformat: introduce AVStreamGroup
...
Signed-off-by: James Almer <jamrial@gmail.com>
11 months ago
Anton Khirnov
d4ae2a20e8
cmdutils: add an option for listing stream dispositions
3 years ago
Thilo Borgmann
cf12a478b2
fftools/cmdutils.c: Add cmd line option to override detection of cpu count.
3 years ago
Gyan Doshi
c52ced7ca2
doc/fftools-common-opts: document max_alloc
4 years ago
Gyan Doshi
e73a8ecb38
doc/fftools-common-opts: document buildconf
4 years ago
Jun Zhao
b9ff25a93e
doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name
...
document ffmpeg -h protocol=protocol_name
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
4 years ago
Jun Zhao
035208e514
doc/fftools-common-opts: fix typo (name => named)
...
fix typo (name => named)
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
4 years ago
Marton Balint
2b496c90cd
avutil/log: drop support for NO_COLOR environment variable
...
Deprecated for more than 9 years now.
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Nicolas George
e16cd7b86c
doc/fftools-common-opts: small fix to -report documentation.
5 years ago
Jun Zhao
c432a91d25
doc/fftools-common-opts: document ffmpeg -h bsf=bitstream_filter_name
...
document ffmpeg -h bsf=bitstream_filter_name
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
6 years ago
Marton Balint
f9271d0158
avformat/utils: fix stream ordering for program ID stream specifiers
...
Fixes a regression introduced in dbfd042983
.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Gyan Doshi
cdf17cf92b
doc: -report defaults to loglevel debug
6 years ago
Gyan Doshi
a9452fe6dc
doc/fftools-common-opts: add example for codec option stream specifiers
6 years ago
Marton Balint
dbfd042983
avformat/utils: parse some stream specifiers recursively
...
This removes lots of code duplication and also allows more complex specifiers,
for example you can use p:204:aⓂ️ language:eng to select the English language
audio stream from program 204.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Bela Bodecs
3e1204b94d
avformat/utils: Stream specifier enhancement 2.
...
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>
7 years ago
Bela Bodecs
37d0213968
avformat/utils: Stream specifier enhancement
...
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>
7 years ago
Tobias Rapp
bc62d20dc4
doc: update loglevel option documentation
...
Updates documentation after the changes to loglevel flag prefix parsing
in 4b736bc921
.
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
7 years ago
Mark Thompson
022ddff0b2
doc/fftools: Remove documentation for old -opencl_bench option
7 years ago
Mickael Maison
fdd4922dc4
doc/fftools-common-opts: Fixed a typo in the common arguments list
...
- Fixed a typo for the -sources argument
Signed-off-by: Mickael Maison <mickael.maison@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Mulvya
40b6e28778
doc: Add muxers/demuxers list option
...
Signed-off-by: Mulvya <mulvya@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Moritz Barsnick
99d68d462f
doc: fix various typos and grammar errors
...
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Marton Balint
26a0cd1b4b
lavf: add V as a video stream specifier which is not an attached picture
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
9 years ago
James Almer
9fc45681e0
doc: add aarch64 cpuflags to fftools documentation
...
Signed-off-by: James Almer <jamrial@gmail.com>
10 years ago
James Almer
666ec9bd09
doc: add missing arm cpuflags to fftools documentation
...
Signed-off-by: James Almer <jamrial@gmail.com>
10 years ago
James Almer
410c93cfd5
doc: add missing x86 cpuflags to fftools documentation
...
Signed-off-by: James Almer <jamrial@gmail.com>
10 years ago
Maneesh Gupta
1600f85cbc
doc/fftools-common-opts: update/extend documentation for -opencl_bench option
...
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
10 years ago
Lou Logan
10ef8f063b
doc: add FFREPORT example
...
And fix a few nits.
Signed-off-by: Lou Logan <lou@lrcd.com>
10 years ago
Lou Logan
55c5a38369
doc: add loglevel numerical values
...
Useful for setting FFREPORT log level.
Signed-off-by: Lou Logan <lou@lrcd.com>
10 years ago
Lukasz Marek
5f55819850
opts: add list device sources/sinks options
...
Allows to list sources/sinks of the devices that implement
that functionality.
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
10 years ago
Lukasz Marek
1cff908589
doc/fftools-common-opts: document -devices option
...
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
10 years ago
James Darnley
8c1b942ad7
Replace incorrect use of "multiply" with "multiple"
...
Also replace the plural form "multiplies" with "multiples".
10 years ago
Michael Niedermayer
082d52354f
doc: fix toolname
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Michael Niedermayer
d82ecfce07
cmdutils: implement FFREPORT=level=...
...
Fixes Ticket3057
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Carl Eugen Hoyos
b4c89c90ff
Allow hiding the banner.
...
Fixes ticket #3246 .
11 years ago
Lenny Wang
64f73acd1d
cmdutils & opencl: add -opencl_bench option to test and show available OpenCL devices
...
Reviewed-by: Wei Gao <highgod0401@gmail.com>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Stefano Sabatini
4e268285aa
cmdutils: add -colors option
11 years ago
Stefano Sabatini
57618d80af
doc/fftools: rework some paragraph in the AVOptions chapter
...
Fix typos, and clarify note about codec AVOptions.
11 years ago
Stefano Sabatini
4149981b37
doc/fftools-common-opts: document -help long and full output
11 years ago
Timothy Gu
83165e39fe
doc: Rename avtools-common-opts to fftools-common opts
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Stefano Sabatini
fba3a3bbfb
doc: document -opencl_options option in ff* tools manuals
12 years ago
Anton Khirnov
921046008f
cmdutils: allow -h filter=<name> to print information about a filter.
12 years ago
Michael Niedermayer
0f8435c089
doc: document -v repeat
...
Thanks-to: Derek Buitenhuis
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Derek Buitenhuis
7d05751581
doc: Grammar fixes for strem specifiers section
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
0cb2d32453
doc: Fix broken English in the common options description
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
e54a15b681
doc: Document which cpuflags exist
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
4c79367e9b
doc: Explain the various logevel settings
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
1fb8ecb498
doc: Remove list of format fields
...
These are available in the output of -formats.
Similarily, we do not list the fields for e.g. -codecs.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago