문제

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.

도움이 되었습니까?

해결책

Libav's avconv does not support it, at least not yet.

However, FFmpeg -i will show you the metatada of the video and you can find the rotate attribute in there.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top