mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 19:02:21 +00:00
doc/fftools: rework some paragraph in the AVOptions chapter
Fix typos, and clarify note about codec AVOptions.
This commit is contained in:
parent
0de4efb8d7
commit
57618d80af
@ -278,11 +278,12 @@ muxer:
|
|||||||
ffmpeg -i input.flac -id3v2_version 3 out.mp3
|
ffmpeg -i input.flac -id3v2_version 3 out.mp3
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
All codec AVOptions are obviously per-stream, so the chapter on stream
|
All codec AVOptions are per-stream, and thus a stream specifier
|
||||||
specifiers applies to them
|
should be attached to them.
|
||||||
|
|
||||||
Note @option{-nooption} syntax cannot be used for boolean AVOptions,
|
Note: the @option{-nooption} syntax cannot be used for boolean
|
||||||
use @option{-option 0}/@option{-option 1}.
|
AVOptions, use @option{-option 0}/@option{-option 1}.
|
||||||
|
|
||||||
Note2 old undocumented way of specifying per-stream AVOptions by prepending
|
Note: the old undocumented way of specifying per-stream AVOptions by
|
||||||
v/a/s to the options name is now obsolete and will be removed soon.
|
prepending v/a/s to the options name is now obsolete and will be
|
||||||
|
removed soon.
|
||||||
|
Loading…
Reference in New Issue
Block a user