Re: [FFmpeg-devel] [RFC] ffmpeg: reverse logic for interlaced field ordering heuristic

2017-09-05 Thread James Almer
On 9/5/2017 3:49 PM, Marton Balint wrote: > > On Fri, 1 Sep 2017, Timo Rothenpieler wrote: > >> When re-encoding for example interlaced h264 from mkv into mkv, the >> field ordering type switches from TT to TB, confusing some players. >> Same happens on a lot of other cases as well. >> >> I have

Re: [FFmpeg-devel] [RFC] ffmpeg: reverse logic for interlaced field ordering heuristic

2017-09-05 Thread Marton Balint
On Fri, 1 Sep 2017, Timo Rothenpieler wrote: When re-encoding for example interlaced h264 from mkv into mkv, the field ordering type switches from TT to TB, confusing some players. Same happens on a lot of other cases as well. I have no idea if this is the correct fix for it, but something is

[FFmpeg-devel] [RFC] ffmpeg: reverse logic for interlaced field ordering heuristic

2017-09-01 Thread Timo Rothenpieler
When re-encoding for example interlaced h264 from mkv into mkv, the field ordering type switches from TT to TB, confusing some players. Same happens on a lot of other cases as well. I have no idea if this is the correct fix for it, but something is definitely going wrong. --- ffmpeg.c | 4 ++-- 1