Lou Logan
88f2586adb
fix various typos
...
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Stefano Sabatini
d392619a46
doc/faq: remove "-profile option fails when encoding H.264 video with AAC audio" entry
...
The error was fixed in commit ce9bd30379
more than one year ago, and does not affect all the currently supported
versions.
In particular, fix trac issue #1535 .
11 years ago
Clément Bœsch
565fd3cc1a
doc/faq: add @command{} in the tool debug entry.
11 years ago
Clément Bœsch
2e798c6ce0
doc/faq: remove indent in examples.
...
CSS should take care of this.
11 years ago
Clément Bœsch
eafb9c52e8
doc/faq: remove Delphi/Pascal entry.
...
Link is dead.
11 years ago
Clément Bœsch
e6273592e4
doc/faq: rework r_frame_rate entry.
11 years ago
Diego Biurrun
03039f4c8c
miscellaneous typo fixes
11 years ago
Clément Bœsch
9ab221f8d8
lavfi: deprecate aconvert.
...
This filter is not required anymore with aformat. Drop it at next bump.
12 years ago
Derek Buitenhuis
9db706206d
doc: Consistently use 'filtergraph'
...
We used to use 'filtergraph' or 'filter graph' randomly.
'filtergraph' was chosen due to having 57 occurrences in
the documentation, whereas 'filter graph' had only 19.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Stefano Sabatini
2756c3091a
doc/faq: fill missing word in the concat protocol entry
12 years ago
Stefano Sabatini
40cb682ca0
doc/faq: mention concat protocol documentation in the protocol concatenation entry
12 years ago
Lou Logan
091ce6bcb2
doc/faq: add -start_number example
...
Also add example showing cat piping images to ffmpeg.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
12 years ago
Clément Bœsch
52b866471e
doc/faq: move filter links to the ffmpeg-filters.html page.
12 years ago
Clément Bœsch
521a963a7d
doc/faq: improve concatenation entry.
12 years ago
Nicolas George
aeb4d27dec
doc/faq: explain libfoo-dev packages.
12 years ago
Nicolas George
d55911adc8
doc/faq: replace @file by @command for "ffmpeg".
12 years ago
Nicolas George
73180ecd0a
doc/faq: make the -sameq question more explicit.
...
Wording suggested by Stefano Sabatini, should have been
merged with the previous commit.
12 years ago
Nicolas George
8cf6377ac1
doc/faq: explain why -sameq is gone.
12 years ago
Luca Barbato
26b3fde6a7
doc: update the faq entry about custom I/O
...
URLProtocols are private and custom AVIOContexts are a simple and
easier solution for most of the situations.
12 years ago
Anton Khirnov
fb722a900f
avconv: remove -same_quant
...
It has not worked for anything other than fringe codecs (asv1/2, mdec,
mjpeg[b]) since about 2003 and nobody ever noticed or complained. This
sufficiently proves that there are no users of this option who have a
clue of what they are doing, so it is completely useless.
12 years ago
Derek Buitenhuis
08c3156dbf
doc/faq: Change the Visual Studio entry to reflect current status
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
ed8a2ddeea
doc/faq: Change the Visual Studio entry to reflect current status
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Stefano Sabatini
2c0b164227
doc/faq: mention doc/examples
...
Also provide a link to the github FFmpeg page containing the examples.
12 years ago
Nicolas George
0f8f924847
faq: suggest the concat filter.
12 years ago
Nicolas George
2d6f442ca1
faq: disambiguate "join".
12 years ago
Nicolas George
d0d9272580
faq: explain about new streams, probesize and analyzeduration.
12 years ago
Nicolas George
b34ce5a26b
faq: explain dependency problems with static libs.
13 years ago
Lou Logan
cdb94139cc
doc/faq: Update video joining examples
...
-same_quant is not designed to convert between quantizer scales, AFAIK.
Add example using concat protocol.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Nicolas George
0c9ddc0fd5
faq: fix typo.
...
Reported-By: Clément Bœsch
13 years ago
Nicolas George
9aaa70a845
faq: document af_aconvert quirks using lavfi.
13 years ago
Diego Biurrun
8b1a26864c
faq: Solutions for common problems with sample paths when running FATE.
13 years ago
Anton Khirnov
2bbb472016
FAQ: add an entry for common error when using -profile
13 years ago
Luca Barbato
708060d7d1
doc: update to refer to avconv
13 years ago
Luca Barbato
0395d37abb
doc: remove some stale entries from the faq
...
Some entries should be still amended.
13 years ago
Michael Niedermayer
fab97adb66
docs: Minor project name cleanup
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
root
b0a90c2004
faq.texi: fix spelling errors
...
credits to: Philip (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Luca Barbato
d162994a81
doc: explain __STDC_CONSTANT_MACROS in C++
...
In order to build C++ programs using libav you need
-D__STDC_CONSTANT_MACROS appened to the CXXFLAGS.
13 years ago
Diego Biurrun
2cb6dec61c
doc: Improve references to external URLs.
...
Sometimes it makes sense to replace a raw URL with some informative text
that links to the URL instead of using the raw URL itself in the text.
Also transform some mailing list references into links.
14 years ago
Diego Biurrun
3a50894eaa
Refer to ff* tools by their lowercase names.
14 years ago
Diego Biurrun
d11818eff4
Remove now obsolete references to _g-suffixed binaries.
...
Automatic stripping of binaries was removed in commit e0be794
and the _g binaries disappeared along with it.
14 years ago
Lou Logan
70ff55733d
Replace outdated info on the FAQ
...
FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Lou Logan
f7f9e24d09
Replace outdated info on the FAQ
...
FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Ramiro Polla
c6c2dfcf15
Remove arrozcru URL from documentation
...
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Janne Grunau
faa6f1c306
get rid of the last svn mentions
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
Johan Andersson
21de920472
Update the url to the site website and change ffmpeg-devel to libav-devel
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Tilman Brock
ee028bbde9
Fix spelling error.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b08f59dca4
)
14 years ago
Tilman Brock
b08f59dca4
Fix spelling error.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Stefano Sabatini
c906d974b7
Fix script command in a FAQ entry
...
In the FAQ section "How do I encode single pictures into movies?", use
-s for generating symbolic links with the ln command.
The script was generating hard links, which is not likely what it was
supposed to do.
Fix issue 2488.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e063f5886b
)
14 years ago