Marth64
468e0a0d8b
doc/faq: use texi's @tie instead of 0xA0 for non-breaking space
...
Signed-off-by: Marth64 <marth64@proxyid.net>
10 months ago
Marth64
6442d1ddd6
doc/faq: replace non-breaking spaces (0xA0) with normal space
...
Signed-off-by: Marth64 <marth64@proxyid.net>
11 months ago
Marth64
f7fa760b39
doc/faq: fix scaling question typo
...
Signed-off-by: Marth64 <marth64@proxyid.net>
11 months ago
Reto Kromer
6174686bc3
doc/faq: update macOS and URLs
...
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
6 years ago
Carl Eugen Hoyos
936b0aa280
doc/faq: Fix flags for possible video quality improvements.
...
Reported-by: Ulf Zibis
6 years ago
Jim DeLaHunt
152902f379
doc: Add FAQs about running in background (rev 2)
...
Add two FAQs about running FFmpeg in the background.
The first explains the use of the -nostdin option in
a straightforward way. Text revised based on review.
The second FAQ starts from a confusing error message,
and leads to the solution, use of the -nostdin option.
The purpose of the second FAQ is to attract web searches
from people having the problem, and offer them a solution.
Add an anchor to the Main Options section of the ffmpeg
documentation, so that the FAQs can link directly there.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Diego Biurrun
4141a5a240
Use modern avconv syntax for codec selection in documentation and tests
8 years ago
Andreas Cadhalpun
2506a7cc09
faq: use relative links to own documentation
...
This way locally installed documentation refers to itself instead of the
website.
Bud-Id: https://bugs.debian.org/841501
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
8 years ago
Ganesh Ajjanagadde
65e2a5bb32
doc/faq: use https instead of http
...
Change to https for FFmpeg websites.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Andreas Cadhalpun
10fd7ff814
doc: avoid the incorrect phrase 'allow to'
...
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Nicolas George
c49c42a4a3
doc/faq: explain DAR/SAR preserving.
10 years ago
Nicolas George
b491751409
doc: set documentencoding on toplevel texi files.
...
Fix double UTF-8 encoding on output files.
makeinfo / texi2any does not seem to provide a way of setting
it globally for toplevel files.
10 years ago
Nicolas George
40948819fc
doc/faq: explain pkg-config basic setup.
10 years ago
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