diff options
author | Clément Bœsch <u@pkh.me> | 2014-04-18 23:15:54 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-05-23 23:30:21 +0200 |
commit | 08c51e12b1c3f3e3e68e33eb46be7131df5b3682 (patch) | |
tree | 68a3778e428660bb28c298e01951224af7714b27 /doc/ffplay.texi | |
parent | e63a17bfdc99441ff25e188d2398bf1a8f1fbb7e (diff) | |
download | ffmpeg-08c51e12b1c3f3e3e68e33eb46be7131df5b3682.tar.gz |
ffplay: support rotated video.
with -f lavfi -i testsrc=s=hd1080 as source:
rotate=90*PI/180 vs transpose=clock: 42fps -> 64fps
rotate=180*PI/180 vs vflip,hflip: 75fps -> 77fps
rotate=270*PI/180 vs transpose=cclock: 43fps -> 63fps
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 3a03d36d04..203085c16d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -162,6 +162,10 @@ Force a specific video decoder. @item -scodec @var{codec_name} Force a specific subtitle decoder. + +@item -autorotate +Automatically rotate the video according to presentation metadata. Set by +default, use -noautorotate to disable. @end table @section While playing |