mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
docs: Add examples for -cpuflags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f43a16049e
commit
3bd749f335
@ -137,6 +137,11 @@ same effect.
|
|||||||
@item -cpuflags flags (@emph{global})
|
@item -cpuflags flags (@emph{global})
|
||||||
Allows setting and clearing cpu flags. This option is intended
|
Allows setting and clearing cpu flags. This option is intended
|
||||||
for testing. Do not use it unless you know what you're doing.
|
for testing. Do not use it unless you know what you're doing.
|
||||||
|
@example
|
||||||
|
ffmpeg -cpuflags -sse+mmx ...
|
||||||
|
ffmpeg -cpuflags mmx ...
|
||||||
|
ffmpeg -cpuflags 0 ...
|
||||||
|
@end example
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user