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
Erwan Ducroquet
850a8d42ab
Add examples in documentation showing how to avoid to decode audio and
...
output video in pass 1 for 2-pass encoding.
Patch by Erwan Ducroquet erwan _dot_ ducroquet _at_ gmail _dot_ com
Originally committed as revision 14736 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
8d36d36e74
Add to the ffmpeg docs an usage example showing how to extract images
...
from a video.
Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
bb89b0bc9d
Improve docs for the ffmpeg -map option.
...
Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
9c17037200
Fix and clarify invalid examples for framerate override in the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jason Garrett-Glaser
e3576e2513
Improve documentation about -bt option
...
Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
3a9b190c54
Enhance qblur and qcomp documentation.
...
Patch by tripp eliared yahoo com
Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
5ad2b4c621
Add complete listing of bitstream filters and 2 examples to the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
bbc35f515f
Clarify -minrate/-maxrate description in the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
831ec93567
Run documentation through ispell, plus some minor fixes.
...
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
a19caa0f3e
Mark option arguments as variables using @var{}.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
53d1bdbaed
Clarify the documentation for 'ffmpeg -v'.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
1156c6b05f
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
...
-f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d0e1cd3d9e
Split FFmpeg documentation into general documentation and the documentation
...
of the ffmpeg command line program.
Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Godwin Stewart
250c531710
update -t option documentation
...
Patch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago