diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-04 16:46:45 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-06 15:03:22 +0100 |
commit | 4138cd29077de2fbca9c49e96f70d21a78e24e33 (patch) | |
tree | 9fc69383bf4a293852c236a2c70ff7bf1f1ae271 /doc/avconv.texi | |
parent | 4d851f8dcf951d380e935ef14ae01db813adfc2d (diff) | |
download | ffmpeg-4138cd29077de2fbca9c49e96f70d21a78e24e33.tar.gz |
avconv: add -cpuflags option for setting supported cpuflags.
Useful for testing.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 25fb12fdc0..91283a4831 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -808,6 +808,10 @@ avconv -i file.mov -an -vn -bsf:s mov2textsub -c:s copy -f rawvideo sub.txt @item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{output,per-stream}) Force a tag/fourcc for matching streams. + +@item -cpuflags mask (@emph{global}) +Set a mask that's applied to autodetected CPU flags. This option is intended +for testing. Do not use it unless you know what you're doing. @end table @c man end OPTIONS |