[FFmpeg-trac] #4612(ffmpeg:closed): ffmpeg does not respect -noautorotate

FFmpeg trac at avcodec.org
Thu Jun 11 22:03:47 CEST 2015


#4612: ffmpeg does not respect -noautorotate
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  projectsymphony                    |                   Status:  closed
                 Type:  defect       |                Component:  ffmpeg
             Priority:  normal       |               Resolution:
              Version:  git-master   |  worksforme
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  reopened => closed
 * resolution:   => worksforme


Comment:

 > {{{
 > $ ./ffmpeg -i ./rotatedvid.mov output.mp4
 >     Stream #0:0(und): Video: h264 (Baseline) (avc1 / 0x31637661),
 yuv420p(tv, bt709), 1280x720, 10754 kb/s, 29.97 fps, 29.97 tbr, 600 tbn,
 1200 tbc (default)
 >
 >     Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021),
 yuv420p, 720x1280, q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
 > }}}
 > {{{
 > $ ./ffmpeg -noautorotate -i ./rotatedvid.mov output.mp4
 >
 >     Stream #0:0(und): Video: h264 (Baseline) (avc1 / 0x31637661),
 yuv420p(tv, bt709), 1280x720, 10754 kb/s, 29.97 fps, 29.97 tbr, 600 tbn,
 1200 tbc (default)
 >
 >     Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021),
 yuv420p, 1280x720, q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
 > }}}
 The console output shows that the {{{-noautorotate}}} option works as
 expected, as in my tests.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4612#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list