Stefan de Konink
0461367cec
Fix crop filter syntax shown for the -crop* options in the ffmpeg man
...
page.
Patch by Stefan de Konink /$name/@/konink/de.
Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
74dc99f2b3
Update help message for the -pad* options, as they have been removed,
...
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
15 years ago
Stefano Sabatini
dbb113e89e
Add notices for the -crop* options in the ffmpeg manual, stating that
...
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
15 years ago
Mike Scheutzow
006e8108de
Add new option "streamid" to set the value of an outfile streamid.
...
Patch by Mike Scheutzow, scheutzow alcatel-lucent com
Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a2e473380b
Extend documentation for the ffmpeg -timestamp option.
...
'(' 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
15 years ago
Stefano Sabatini
3275ac6a23
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
...
sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a66d8cd91c
Rename the ff* tools @chapters "Invocation" to "Synopsis", and place
...
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
15 years ago
Stefano Sabatini
aeadb3285d
Replace "Fabrice Bellard" with "The FFmpeg developers" as the authors
...
of the ff* tools man pages.
Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
76561924cf
Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.
...
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
15 years ago
Stefano Sabatini
b26247ed86
Make consistent the various SEE ALSO sections in the FFmpeg man pages.
...
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
15 years ago
Stefano Sabatini
cadbccb658
Put @ignore-d man page specific trailer at the end of the file.
...
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
15 years ago
Stefano Sabatini
54b11f1743
Rename @chapter "Quick Start" to "Examples", for consistency with the
...
corresponding man page section.
Originally committed as revision 23410 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
9f41ed5a7e
Fix texi2pod.pl rendering of the Tips section by putting each @item
...
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
15 years ago
Stefano Sabatini
12f8341ae8
Merge @chapter Introduction and @chapter Description into a single
...
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
15 years ago
Robert Krüger
2328e5a289
Allow setting the environment variable FFMPEG_DATADIR to locate preset files.
...
Patch by Robert Krüger <krueger signal7 de>.
Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jai Menon
c7512f6bb3
Fix a few typos/grammar nits from r22739.
...
Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
49553ec865
Better documentation of -vsync
...
Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
35a3bd844e
It is difficult nowadays to compile without swscale support.
...
Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
fc5607f862
Make -benchmark also print the maximum memory usage if possible.
...
Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
8b9da8b50a
Put all the options shared amongst the ff* tools under a dedicated
...
section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
John Van Sickle
385e1658b3
Adds -aq documentation to the ffmpeg docs.
...
Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>).
Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
5f6cb6eb9c
Factorize common options documentation.
...
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
870e015048
Add -?, -help, and --help as alternative options to get help.
...
Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Matthieu Crapet
0fc2c0f618
Add -vlang option to set ISO 639 video stream language code.
...
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
15 years ago
Stefano Sabatini
62d7566239
Implement a -filters option, listing all the available libavfilter
...
filters.
Currently filters are not registered, so the option will show none.
Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
35c504b6fe
Update documentation for r20435 (which added the -fpre option).
...
Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
0584b71823
Document -formats split
...
Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f0ef7beeb6
Document -sn option.
...
Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
13d41a194e
Document the -loglevel option in the ffmpeg man page.
...
Originally committed as revision 20028 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
72cdcc0b9b
Replace @node commands with @anchor to refer to specific points in the text.
...
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
15 years ago
Stefano Sabatini
edb501c45b
Add an explanation and complete the metadata usage example.
...
Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
5227bd63a6
Fix braino.
...
Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
39a4f14643
Update ffmpeg documentation regarding metadata setting. -title,
...
-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
16 years ago
Martin Storsjö
2b12317a90
Fix documentation for the "-ps" option
...
Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Gwenole Beauchesne
41913a35b0
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
...
Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c73d39965e
Add an example showing how to create a video from many images.
...
Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
fdf119062e
Remove deprecated vhook subsystem.
...
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
66d8229072
http://bytesex.org/xawtv/ permanently redirects to
...
http://linux.bytesex.org/xawtv/ so update the URL
Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Daniel Verkamp
f67f485b36
Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.
...
Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
bd591ead45
Update preset files documentation to match with r16795.
...
Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
17bdc29039
Document the ld, st, while statements.
...
Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
593b321969
Document the same functions, in the same order, that eval.c has.
...
Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
44fe71133d
Fix documentation for -passlogfile, the argument is not a file name
...
but a prefix used to create the complete pass log file name.
Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c2902c9c66
Improve documentation for the -pass and -passlog options. Add mention
...
to how the log file is used and specify the default log file name.
Originally committed as revision 15969 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
c27c66c3f0
Add a space between frequencies and their units.
...
Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
66e9aa7463
Make less verbose a sentence in the preset system documentation.
...
Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
4a60e574bb
Document the preset files system.
...
Originally committed as revision 15563 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1a27fb001a
FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.
...
Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
910f02a054
spelling cosmetics
...
Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
0769649711
Add to the ffmpeg manual an example showing how to add streams to the
...
output.
Originally committed as revision 15030 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago