* Tim Greiser on Tuesday, July 07, 2015 at 13:39:41 -0600 > I have been using -vf "transpose=1" and similar filters for some time with > good results to rotate mp4 files that have been taken on mobile devices. In > my latest build of ffmpeg, the transpose filter no longer seems to have any > effect. Any suggestion how to resolve this issue or exactly which libraries > might be affecting the outcome?
In more recent versions ffmpeg auto rotates the input. If you still want/need to control this yourself you can use the -noautorotate option. -- Was heißt hier Dogma, ich bin Underdogma! [ What the hell do you mean dogma, I am underdogma. ] free movies --->>> http://www.blacktrash.org/underdogma http://itunes.apple.com/podcast/underdogma-movies/id363423596 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
