VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. I've been converting numerous DVDs to more portable digital formats for streaming and storing on external hard drives, and I've essentially done everything by feel and trial & error up to this point. These are all relatively old documentaries and non-fiction series from the 80s and 90s (some going back to the 60s) that were re-released on DVD some 20 years ago on average, both in NTSC and PAL formats. I've mostly been using MakeMKV to rip the videos and then Handbrake to transcode to x264 or x265, with some combination of LosslessCut and the ffmpeg CLI when I've needed to make edits.

    My question is mainly concerning the framerate when going from interlaced MPEG-2 on DVD to progressive x264 or x265 via Handbrake or ffmpeg. When comparing numerous test clips, it's fairly obvious that doubling the DVD framerate produces much smoother motion on the transcoded video, but I've spent the last few days reading this forum and it seems like the consensus recommendation is to detelecine the DVD video in order to get the original 23.976 framerate and then encode the video at 23.976. There is obviously a massive difference between 59.94 (or 50) and 23.976, so I'm concerned that my practice of doubling the interlaced framerate is horribly wrong. Do I need to reassess my workflow and start from scratch? Can someone provide any insight on the matter? Thank you!
    Quote Quote  
  2. There is a good chance that your DVDs were true interlaced. If so, double rate deinterlacing to 59.94 fps (NTSC) or 50fps (PAL) is perfect.
    Only if a DVD content is telecined (usually soft telecined in case of DVD) you would have to IVTC (Inverse Telecine = "detelecine") rather than deinterlace it. Cinema films (originally shot at 24fps) are typically telecined on (NTSC) DVD. It is also possible that some other method of frame rate conversion (frame repetition, blending, motion interpolation) has been used for original film material, shot as 16fps or 18fps for example.
    In case of mixed interlaced and telecined content double rate deintelcacing is a valid option as well.
    If you are uncertain about the source format upload a few seconds of your unprocessed (.vob) source(s) or your .mkv rip. Select a scene with motion. So someone my check.
    Last edited by Sharc; 15th Jun 2025 at 02:31.
    Quote Quote  
  3. Originally Posted by Sharc View Post
    There is a good chance that your DVDs were true interlaced. If so, double rate deinterlacing to 59.94 fps (NTSC) or 50fps (PAL) is perfect.
    Only if a DVD content is telecined (usually soft telecined in case of DVD) you would have to IVTC (Inverse Telecine = "detelecine") rather than deinterlace it. Cinema films (originally shot at 24fps) are typically telecined on (NTSC) DVD. It is also possible that some other method of frame rate conversion (frame repetition, blending, motion interpolation) has been used for original film material, shot as 16fps or 18fps for example.
    In case of mixed interlaced and telecined content double rate deintelcacing is a valid option as well.
    If you are uncertain about the source format upload a few seconds of your unprocessed (.vob) source(s) or your .mkv rip. Select a scene with motion. So someone my check.
    Well that's very reassuring to hear after all the self-doubt that swept over me after reading the forums. I've attached a couple of short clips straight from two DVDs issued about 15 years apart. And here's another clip that I uploaded to Mega because the forum only let me attach two files: https://mega.nz/file/b3QDVA6D#woAjgoWka7MgEP0MZqdlrqUw9R6jBWVx2_SV8KssDeE

    How do you go about telling if a DVD video is truly interlaced? I'm assuming that MediaInfo is incorrectly labeling some progressive videos as interlaced, which now makes sense given that I've come across videos labeled as interlaced but when turning on deinterlacing in IINA (or any video player), it made no difference and no interlacing artifacts were present. And if a DVD video is not truly interlaced, do you just encode at its current framerate? Are there any other things to take into account? Thank you very much for the assistance!
    Image Attached Files
    Quote Quote  
  4. Doh, I just took a quick look at your Crocs-sample: It is 2:3 (aka 3:2) hard-telecined, so this one would have to be IVTCed (aka "detelecined") rather than deinterlaced.
    Easy check: Select a scene with motion, step manually through the frames and you will see a repetitive pattern of 2 combed (interlaced) frames followed by 3 clean (progressive) frames, like
    IIPPPIIPPPIIPPP.......

    Edit:
    Same for the other 2 files. All are telecined.

    IVTC in Avisynth:
    Code:
    TFM()
    TDecimate() #returns progressive 23.976 fps film frames
    Image Attached Files
    Last edited by Sharc; 15th Jun 2025 at 03:48.
    Quote Quote  
  5. Originally Posted by Sharc View Post
    Doh, I just took a quick look at your Crocs-sample: It is 2:3 (aka 3:2) hard-telecined, so this one would have to be IVTCed (aka "detelecined") rather than deinterlaced.
    Easy check: Select a scene with motion, step manually through the frames and you will see a repetitive pattern of 2 combed (interlaced) frames followed by 3 clean (progressive) frames, like
    IIPPPIIPPPIIPPP.......

    Edit:
    Same for the other 2 files. All are telecined.

    IVTC in Avisynth:
    Code:
    TFM()
    TDecimate() #returns progressive 23.976 fps film frames
    That's good to know. Is Avisynth the best tool for doing something like that? I'm usually on a Mac but I do have a Windows partition on an older machine with Avisynth+ installed, though my familiarity with the program is limited. Is going through the docs at avisynth.nl the best way to learn? What's interesting is that the crocs/Spain and Holland videos were released on two different continents about 15 years apart, yet they're all in the same format. Can you take a look at these two clips and let me know if they're in the same format? I'm trying to determine if there's any kind of pattern to how the various DVDs I have were set up. Thank you!
    Image Attached Files
    Quote Quote  
  6. The dive sample (NTSC) is the same, telecined
    The tiger-sample (PAL) is 25fps progressive, actually PsF (Progressive Segmented Frame). Nothing to IVTC or deinterlace. It is flagged and encoded as interlaced for DVD specs compliance only. But the video is progressive. Both fields are from the same instant in time.

    You can IVTC in avisynth or ffmpeg, or use a GUI (which normally use Avisynth or ffmpeg under the hood).
    Last edited by Sharc; 15th Jun 2025 at 04:15.
    Quote Quote  
  7. Can PAL videos be telecined? And if so, is the original framerate also 23.976? I'm assuming that the video has to be re-encoded for the inverse-telecine operation, so is it best practice to get every other operation for converting DVD mpeg-2 to x264 or x265 done in the same string then?
    Quote Quote  
  8. Originally Posted by franciscola View Post
    Can PAL videos be telecined?
    Yes.
    Originally Posted by franciscola View Post
    And if so, is the original framerate also 23.976?
    It can be. Or 24 fps.

    Originally Posted by franciscola View Post
    I'm assuming that the video has to be re-encoded for the inverse-telecine operation, so is it best practice to get every other operation for converting DVD mpeg-2 to x264 or x265 done in the same string then?
    The normal practice simple telecine (3:2:3:2:2 pulldown, 24 film frames becomes 50 fields) is TFM().TDecimate(Cycle=25, CycleR=1). But there are many variations. Another common one is for film to be hard telecined to 59.94 fields per second (stored as 29.97 frames per second when digitized) the converted to 50 fields per second (stored as 25 frames per second in digital files) with field blending. These require removal of the blended frames in addition to field matching and decimation. But there are many variations.
    Quote Quote  
  9. I just realized that Handbrake has an inverse telecine option built in, which looks like it uses the ffmpeg pullup filter under the hood. Do you have any thoughts on pullup? Is it a viable option? I've attached a short clip of an original DVD version and how it looks encoded as x265 with the pullup filter at 23.976 fps. Does that look okay to you or did I mess something up? As always, the guidance is greatly appreciated!
    Image Attached Files
    Quote Quote  
  10. And just to make sure that I've got the hang of recognizing whether a video is truly interlaced or telecined, am I right in thinking that the attached sample is truly interlaced and thus should be encoded at 59.94? I didn't see any repeating frames so I'm assuming it's not telecined.
    Image Attached Files
    Quote Quote  
  11. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    I just realized that Handbrake has an inverse telecine option built in, which looks like it uses the ffmpeg pullup filter under the hood. Do you have any thoughts on pullup? Is it a viable option?...snip...Does that look okay to you or did I mess something up?
    The Handbrake version has random duplicated frames every so often, whereas the AVISynth (TFM, TDecimate) version has no duplicated frames.

    I right in thinking that the attached sample is truly interlaced and thus should be encoded at 59.94?
    Nope. It's Telecined. I'd suggest you set up Virtual Dub so you can step through each frame in it's "raw" form. It is easy then to see that dog-sample is telecined, where there are three "clean" frames followed by two frames that show the interlacing jaggies (as described by Sharc above). An interlaced video will have jaggies on all areas where there is movement, in all frames.
    Quote Quote  
  12. @franciscola
    Handbrake can be a bit tricky with its settings IMO. Correct IVTC should be doable though ....
    As you are not on Avisynth, here a basic ffmpeg commandline you may want to try for IVTCing your telecined NTSC videos:
    Code:
    ffmpeg -i "your_source" -c:a aac -c:v libx264 -crf 18 -pix_fmt yuv420p -vf fps=30000/1001,fieldmatch=order=tff,decimate "out_IVTC.mp4"
    Image Attached Files
    Last edited by Sharc; 16th Jun 2025 at 03:02.
    Quote Quote  
  13. Nope. It's Telecined. I'd suggest you set up Virtual Dub so you can step through each frame in it's "raw" form. It is easy then to see that dog-sample is telecined, where there are three "clean" frames followed by two frames that show the interlacing jaggies (as described by Sharc above). An interlaced video will have jaggies on all areas where there is movement, in all frames.
    I was using LosslessCut which does have a frame-by-frame preview, but clearly I have a lot to learn when it comes to identifying what's telecined and what isn't. I have VirtualDub2 set up on a Windows partition on another machine, but I really prefer not to have to switch operating systems unless it's absolutely unavoidable. At this point it seems like most of the NTSC DVDs I have are telecined so I'll focus more on confirming each one.

    I still have some questions regarding PAL though, particularly the malcolm-sample I've attached, which is part of a group of 60 or so videos. There are clearly jaggies present but I can't tell if it's interlaced, telecined, or just a poor job by the publisher of converting interlaced/telecined to progressive.

    The second PAL video labeled timeless-sample I believe is progressive but labeled as interlaced for DVD compliance, correct?
    Image Attached Files
    Quote Quote  
  14. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    The jaggies on Malcolm are very slight; I would expect more pronounced ones if it were properly interlaced. For example, in frame 873, the branch has jaggies with virtually no movement but the spear, which is moving, doesn't have much at all. There is also a wobble in Malcolm, in the upper half of the picture; so I don't know what's up with that. It might just need a line TBC or stabiliser (Pioneer or Panny DVD-recorder or similar) to straighten out the top portion. One of the experts will hopefully weigh in on that.

    Yes, Timeless is PSF (aka Progressive) as far as I can see. Nothing needs to be done to it.

    Good old Mike and Mal!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!