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
Diego Biurrun
e1669c5ebe
Attempt to better explain how to split patches into individual
...
self-contained pieces.
Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fa78d895cb
spelling/grammar
...
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f754bfb962
get rid of nonsense "tolerance" and mention VBV
...
Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1502409e4d
Add note about vertical alignment to patch guidelines.
...
Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
78a3c678f6
spelling/grammar/wording
...
Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0f69ca7f14
Clarify license requirements for contributions.
...
Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
c0de00dac5
me option implemented as an AVOption
...
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
original thread:
[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption
date: 07/05/2007 03:12 PM
Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
c74a8fe62a
Add note about dlfcn-win32 for MinGW vhooks
...
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alexis Ballier
d3b7406c6f
QT RLE encoder
...
patch by Alexis Ballier: [alexis ballier gmail com]
original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis
date: 06/24/2007 03:56 PM
Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
7cbf432db1
Mention unneeded casts and parentheses
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
03e3e76544
RoQ video encoder
...
patch by Vitor: \vitor1001 gmail com/
original thread: [FFmpeg-devel] RoQ video encoder (take 3)
date: 06/08/2007 10:34 PM
Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
43399718fb
Add a few missing Advanced Options.
...
Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
755bfeabcc
misc spelling fixes
...
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago