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

2018-09-06 Thread Илья Щербак
From 193d415c5b6f29be8f75839d5be4a5ca03bbac10 Mon Sep 17 00:00:00 2001 From: Ilya Shcherbak Date: Thu, 6 Sep 2018 18:30:20 +0300 Subject: [PATCH] Added rotation override for encoding case --- fftools/ffmpeg.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffm

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

2018-09-06 Thread Ilya Shcherbak
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 rota