[FFmpeg-devel] PATCH: Rotation override for encoding case in metadata

Ilya Shcherbak tthread at gmail.com
Thu Sep 6 18:42:03 EEST 2018


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-rotation-override-for-encoding-case.patch
Type: application/octet-stream
Size: 991 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180906/5330fcb0/attachment.obj>


More information about the ffmpeg-devel mailing list