Would appreciate feedback to see if I am doing something wrong with my interlaced tool-chain.
I'm working my way through transcoding NTSC content for hosting on my Plex serve and thought I would give one last honest attempt at preserving interlaced fields. Normally I just use QTMGC as I find combing artifacts very distracting.
The workflow I tired is an Avisynth script to do some field aware/safe filtering from the vob I ripped from DVD. Then I used the x264 encoder in
VirtualDub to encode the video stream using the "--tff" option. Finally, I remuxed the video with some AAC encoded audio from an de-interlaced comparison video. MediaInfo confirms the following:
Scan type : MBAFF
Scan type, store method : Interleaved fields
Scan order : Top Field First
The issue is that this result is disappointing when I compare this to the progressive, de-interlaced alternative.
I have tried MPC-BE and VLC (disabled de-interlace) to review. The combing artifacts are still very noticeable and it appears neither player advance the video content by field instead of by frame. I would expect players to replicate interlaced playback by advancing by field at double frame rate instead of updateing the frames in a progressive manner. Worse, the the bobed video enjoys a 14% smaller stream size (probably in part from QTMGC's de-noising) and looks sharper!
It seems to me that with the neglect that interlaced content probably sees in development today, I'm better off using the best de-interlacer I can while transcoding rather than leave it to whatever fast algorithm is used at playback.