Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Dec 2014
Posts: 40
|
Proper IVTC using exclusively ffmpeg
Hellow !
I have a source that is 1080i MPEG-2 NTSC TS running at 29.97fps. I'm trying to achieve a proper inverse telecine but I'm running on a linux environment and I don't want to hassle with avisynth. After a LOT of testing, this is the command that gives me the best results : Code:
ffmpeg -i input.1080i.ts -vf fieldmatch,yadif=deint=interlaced,mpdecimate=max=-4:hi=1000:frac=1 -r 23.976 out.mp4 This produces an excellent IVTC and the resulting video looks awesome 95% of the time. For the remaining 5%, there are frame misses/duplicates due to the mpdecimate filter either failing to detect a duplicate or dropping a valid frame. I decided to go with mpdecimate instead of decimate because it gave me better and more consistent results. I also took the decision of setting frac=1, disabling the frac/lo part of the mpdecimate filter because I found it to produce worse duplicate detection (https://ffmpeg.org/ffmpeg-filters.html#mpdecimate) If you have any idea of what I could change to improve my IVTC, I'll take it. Thanks! |
![]() |
![]() |
Tags |
1080i, 23.976, 29.97, ffmpeg, ivtc |
Thread Tools | Search this Thread |
Display Modes | |
|
|