[FFmpeg-user] iphone auto-rotation?

Anatol anatol2002 at gmail.com
Thu May 30 05:20:49 CEST 2013


It has nothing to do with PHP, this is just a simple heuristics how to
build the ffmpeg command line to fix the orientation of the images that u
grab -
for rotation 180 add " -vf vflip,hflip", for 90 add "..." , etc.
The source rotation data can be retrieved with mediainfo of ffprobe.

On Thu, May 30, 2013 at 1:27 AM, Mark Hahn <mark at hahnca.com> wrote:

> Awesome. Thanks.
>
> I don't have PHP.  Is there any other language I could use that supports
> ffmpeg?  Something that I can use in Linux?  I have a node module running
> ffmpeg (fffmpeg) but it only talks to the ffmpeg command-line.  Perl,
> Python, bash, java, ruby, javascript?
>
> I would hate to install and support PHP for just this.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list