![]() |
Fixing HuffYUV progressive interlaced captures?
Greetings! Long time lurker, first time poster. I have captured some 8mm camcorder tapes using an ATI AIW card on an XP machine. I captured them directly to HufYUV using VirtualDub. Per medianfo, they show up as 59.94 FPS progressive, although they're actually 29.97 FPS interlaced, of course. Stepping through frame-by-frame in VLC confirms that the stream was captured properly, with no duplicate frames.
My next step is to correct color and do some editing in Davinci Resolve. I'm using Resolve as it's what I'm familiar with and has great color tools. I would also like to import interlaced files directly to resolve and use Resolve's neural network deinterlacer, as I've been quite happy with prior projects using DV/Digital8 files and Resolve's deinterlacer. I plan to use FFV1 4:2:2 as an intermediate lossless codec as Resolve doesn't support HufYUV. However, I am running into a roadblock processing AIW captured files so that Resolve correctly ID's the file as 29.97FPS interlaced without dropping frames. So far I've tried the below ffmpeg command, which creates a lossless 59.94 FPS interlaced file. This is not what I need. I worry that using ffmpeg's built in frame-rate adjusting filters, such as -r or the fps filter will drop frames. One example ffmpeg command (doesn't work - shows up as 59.94 FPS interlaced vs. 29.97) Code:
ffmpeg -i .\1993_Christmas_pt1.avi -c:v ffv1 -pix_fmt yuv422p -vf "setfield=tff" -c:a copy -flags +ildct+ilme 1993_Christmas_pt1_ffv1_tff_422.mkvCode:
Complete name : D:\8mm AIW Captures\1993_Christmas_pt1.avi |
Avi does not have interlaced Flags embedded so not surprising mediainfo struggle
I don't know Da Vinci resolve as far as practice but there should be a box to tick/set in the properties of the video you import in Resolve. Once you have found it, change to interlace frame structure (and most likely Upper field first). edit sorry didn't see Resolve don't support huff You could use an avisynth script and frameserve to resolve with PFMount although i suspect it'll be super slow |
Quote:
|
DaVinci has a lot of limitations, which is why serious users still don't like it.
- If you have very narrow HD progressive type needs, it's great. - Anything different, legacy, etc. Nope. How would DaVinci handle a 4:2:2 MPEG-2 with 50mbps bitrate? You can force MPEG-2 interlaced, it's all flagged. Unfortunately, I think that MPEG is too "advanced" for it, DaVinci would be confused. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.