Stefano Sabatini
3d189d41c1
ffprobe: add -select_streams option
12 years ago
Stefano Sabatini
4cd1addcc4
ffprobe: add -bitexact boolean option
...
The option is mostly useful to make ffprobe output independent from the
build, and in particular to fix FATE --enable-small failures.
12 years ago
Stefano Sabatini
f398617b19
ffprobe: fix CSV writer output
...
Fix regression introduced in 749ddc14fc
.
12 years ago
Stefano Sabatini
0c71d5a077
ffprobe: add print_section option to the compact writer
...
Allow to skip section name at the begin of each line. Possibly simplify
output.
12 years ago
Nicolas George
9ae3e45521
ffprobe: add -show_data option.
13 years ago
Clément Bœsch
9846a9c701
riff: add ISMP/timecode tag.
13 years ago
Clément Bœsch
fd0c83c666
ffprobe: add flat output format.
13 years ago
Clément Bœsch
dae8505492
ffprobe: make -of an alias for -print_format.
...
This is for interoperability purpose with the fork.
13 years ago
Stefano Sabatini
89d49acb3b
ffprobe: add INI writer
...
Liberally based on the work of Luca Barbato <lu_zero@gentoo.org>, done
for libav/avprobe.
13 years ago
Stefano Sabatini
c365cdf202
ffprobe: add support to '\b' and '\f' escaping in c_escape_str()
13 years ago
Stefano Sabatini
27127ebe6c
doc: add syntax.texi file
13 years ago
Stefano Sabatini
3853e1d94e
doc/ffprobe: document that ffprobe.xsd can be retrieved at a certain ffmpeg.org url
...
Address trac ticket #1265 .
13 years ago
Stefano Sabatini
e73241ba89
doc/ffprobe: fix rendering of the timecode chapter in the man page
13 years ago
Stefano Sabatini
3946187d60
ffprobe: add "nokey" option to default writer
...
Help simplifying parsing in certain cases.
13 years ago
Stefano Sabatini
f48f03a400
ffprobe: add "noprint_wrappers" option to default writer
...
The option is useful for simplifying parsing.
Also use the new option in fate, in order to fix the regression
introduced by the previous commit.
13 years ago
Matthieu Bouron
29b9aee49f
ffprobe: add count_frames and count_packets options
...
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
13 years ago
Clément Bœsch
ee0cab7721
doc: remove trailing 's' to metadata.
...
metadata is already plural.
Found-by: Alexander Strasser
13 years ago
Clément Bœsch
5dfc7f7342
doc: add Timecode documentation.
13 years ago
Stefano Sabatini
b25c239c7a
ffprobe: add support to audio frame information printing
13 years ago
Stefano Sabatini
93d49cba7f
ffprobe: add compact option to JSON writer
13 years ago
Stefano Sabatini
5226be0dd5
ffprobe: add -show_program_version and -show_library_versions options
13 years ago
Stefano Sabatini
9997d41672
ffprobe: add support to video frame information printing
...
Add -show_frames option to ffprobe.
Partially based on the work of Thomas Kuehnel <kuehnelth@googlemail.com>
for SOCIS 2011.
The wicked idea of creating a special "packets_and_frames" container for
structured formats (JSON and XML) comes from Clément.
13 years ago
Clément Bœsch
dc7ad85c40
doc: use @command{} for commands.
13 years ago
Stefano Sabatini
d6da16dca5
ffprobe: add support to option -show_error
13 years ago
Stefano Sabatini
20ac5849f8
ffprobe: add XML writer
13 years ago
Stefano Sabatini
f1a4182e8e
ffprobe: add show_private_data option
13 years ago
Stefano Sabatini
1f0d937f77
ffprobe: add csv writer
13 years ago
Stefano Sabatini
1c43713e57
ffprobe: add compact writer
13 years ago
Stefano Sabatini
cb50ada4f8
ffprobe: parse arguments for -print_format writer
...
This allows -print_format to accept string of the form WRITER=OPTIONS,
as required by the pending compact writer patch.
13 years ago
Stefano Sabatini
9806dda8a8
ffprobe: create a dedicated "Writers" section in the manual
...
Also update documentation related to the output format.
13 years ago
Clément Bœsch
3fdf519e4b
ffprobe: add JSON output printing format.
13 years ago
Anton Khirnov
9e12f0bf5f
Rename ffprobe to avprobe.
13 years ago
Anton Khirnov
266463daff
Rename ffplay to avplay.
13 years ago
Stefano Sabatini
cea87fb2c3
ffprobe: implement -i FILE option
...
Useful for mimicking the ffmpeg -i FILE syntax.
14 years ago
Stefano Sabatini
5e45f03420
doc: add decoders.texi file
14 years ago
Stefano Sabatini
1e31ea71ff
ffprobe.texi: remove inclusion of muxers section
...
Muxers are not used by ffprobe.
14 years ago
Diego Biurrun
89b503b55f
Lowercase all ff* program names.
14 years ago
Diego Biurrun
3a50894eaa
Refer to ff* tools by their lowercase names.
14 years ago
Michael Niedermayer
a6be21d3ba
Revert "replace FFmpeg with Libav in doc/"
...
This reverts commit f8a45fa1b1
.
Conflicts:
doc/optimization.txt
14 years ago
Janne Grunau
f8a45fa1b1
replace FFmpeg with Libav in doc/
...
unless it stands for ffmpeg the program or is historic
14 years ago
Janne Grunau
5231d6277f
doc: modify style for texi2html 1.78+
...
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
(cherry picked from commit a8f0814a74
)
14 years ago
Stefano Sabatini
6219b67e84
Add muxers.texi file.
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 85466e1e5f
)
14 years ago
Janne Grunau
a8f0814a74
doc: modify style for texi2html 1.78+
...
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
14 years ago
Stefano Sabatini
85466e1e5f
Add muxers.texi file.
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Stefano Sabatini
ef298ea7ac
Add demuxers.texi file.
...
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
82ccbe6b27
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
...
Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
e4b34e8074
Remove docs for the not anymore existing option -convert_tags.
...
Originally committed as revision 25506 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
4906e7b507
Amend documention for the option -prefix.
...
Originally committed as revision 25056 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
0eb1a3569e
Prefer "foo" over ``foo'' in the ffprobe docs.
...
Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
1de4cfe635
Add protocols.texi.
...
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago