Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-15 Thread Gilles
Oh my bad, I had 2 tickets on this subject and the one that is still opened is: https://trac.ffmpeg.org/ticket/6370 Anyway, the issue is still around Le lun. 15 oct. 2018 à 13:27, Carl Eugen Hoyos a écrit : > 2018-10-15 12:11 GMT+02:00, Gilles : > > > the one in the first post: https://tra

Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-15 Thread Carl Eugen Hoyos
2018-10-15 12:11 GMT+02:00, Gilles : > the one in the first post: https://trac.ffmpeg.org/ticket/4560 Again: This ticket was fixed years ago and is not reproducible with current FFmpeg git head. Please stop top-posting here, Carl Eugen ___ ffmpeg-devel

Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-15 Thread Gilles
Hi, the one in the first post: https://trac.ffmpeg.org/ticket/4560 Le lun. 15 oct. 2018 à 11:40, Carl Eugen Hoyos a écrit : > 2018-10-15 10:29 GMT+02:00, Gilles : > > > it looks like to me that the issue is still present. > > Which issue? Please fix the commit message accordingly. > > Please do

Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-15 Thread Carl Eugen Hoyos
2018-10-15 10:29 GMT+02:00, Gilles : > it looks like to me that the issue is still present. Which issue? Please fix the commit message accordingly. Please do not top-post here, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffm

Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-15 Thread Gilles
Hi, it looks like to me that the issue is still present. source.mp4 is a vertical video from an iphone, with a 90degres rotation. mediainfo source.mp4 | grep -i rot Rotation : 90? I run: /usr/local/bin/ffmpeg -autorotate 0 -i ./source.mp4 -metadata:s:v:0 rotate

Re: [FFmpeg-devel] Fixing rotation metadata override

2018-10-13 Thread Carl Eugen Hoyos
2018-10-13 8:31 GMT+02:00, Gilles : > here is a fix for issue: https://trac.ffmpeg.org/ticket/4560 This ticket was fixed years ago and the issue is not reproducible with current FFmpeg git head. > Background: since FFmpeg 3.3, it is not possible to force > the rotation metadata to 0, when video

[FFmpeg-devel] Fixing rotation metadata override

2018-10-12 Thread Gilles
Hi, here is a fix for issue: https://trac.ffmpeg.org/ticket/4560 Background: since FFmpeg 3.3, it is not possible to force the rotation metadata to 0, when video is being converted. It only work in -c:v copy mode. Can you please have a look at it ? Thanks 0001-Fix-rotation-metadata-override-wh