Currently there is ignoring "rotate" flag in metadata for the case when
encoding is needing. The patch is propagating this flag to destination
video.
i.g.:
ffmpeg -noautorotate -i input.mp4 -metadata:s:v:0 rotate=0 -vcodec libx264
output.mp4

this patch is allow us to do things like this: skip rotation flag and
encode video as is and mark it as a normal video without rotation.

Best,
Ilya.

Attachment: 0001-Added-rotation-override-for-encoding-case.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to