One suggestion - as DV is an interlaced format, conversion to AVC/HEVC should perform a double-framerate deinterlace. ffmpeg supports yadif, which handles this quite well, pass it mode=send_field (for "output one frame per field) and parity=bff (as DV, whether PAL or NTSC, is always bottom field first). As all frames should usually be considered interlaced, the deint parameter (which can deinterlace only marked-as-interlaced frames) can be omitted.<p>I see people converting SD video all the time and dropping half the fields because "well, it says 29.97fps!". The only time this is not an issue with DV is if the tape was recorded with a camera that has either a progressive 30fps or 24fps setting enabled.<p>Edit: Wow, I don't know how to read. I see the author already did this. I'm just so used to people getting it wrong that I overlooked the fact that you got it right. I'll leave this here to take my karma lumps lol