is there a way to find an .mov file's rotation from the exif data directly with php or using avconv?
Im currently using mediainfo but I was wondering if I can get the rotation without depending on it.
is there a way to find an .mov file's rotation from the exif data directly with php or using avconv?
Im currently using mediainfo but I was wondering if I can get the rotation without depending on it.
Copyright © 2021 Jogjafile Inc.
Libav's avconv does not support it, at least not yet.
However,
FFmpeg -iwill show you the metatada of the video and you can find therotateattribute in there.