I am trying to create a thumbnail of a video. My team works fine, but it generates a thumbnail in the wrong orientation.
I want to keep the same orientation of the video that I use.
Here is my command:
exec("ffmpeg -i 567293a3a6b48.mp4 -ss 01:00 -vframes 1 thumbnail.jpg");
Also, the thumbnail does not contain orientation information in exif data.
source
share