diff options
author | Martin Storsjö <martin@martin.st> | 2015-04-29 17:59:01 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-05-02 22:09:06 +0300 |
commit | 16302246b1fcb7ad4e6f7bd31c49956a455336d2 (patch) | |
tree | c5c5a29b3f25d02b7e56cf0aa2bc679a07ac5d2d /doc/avconv.texi | |
parent | e2d50fc2f5f3600e13055acf1a10fec35e941f37 (diff) | |
download | ffmpeg-16302246b1fcb7ad4e6f7bd31c49956a455336d2.tar.gz |
avconv: Add an option for automatically rotating video according to display matrix
The option is enabled by default, but can be disabled.
If this is enabled, such side data isn't copied into the output stream
(except when doing stream copy).
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 37733bc2a9..aea41d9eec 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -401,6 +401,9 @@ Technical note -- attachments are implemented as codec extradata, so this option can actually be used to extract extradata from any stream, not just attachments. +@item -noautorotate +Disable automatically rotating video based on file metadata. + @end table @section Video Options |