rohan
29th May 2007, 19:02
I have .m2t files that I pull off an HDV camcorder. In order to get them into VirtualDub I used to add the median step of converting them in Sony's Vegas (horrible) software to AVI.
Then it occured to me that MPlayerC had no trouble playing the .m2t files directly, and thus avisynth shouldn't either.
I was right - I used a DirectShowSource to open the .m2t files in avisynth. The only problem is that avisynth (or perhaps more correctly - the filters it's employing) are automatically deinterlacing the .m2t.
I want to avoid this. The whole reason I want these HDV files in VirtualDub is to be able to discard field 1, and have a progressive 960 x 540 source to use.
How do I disable this de-interlacing? Do I have to find out what filter / codec is being used by avisynth, and somehow disable it there?
Then it occured to me that MPlayerC had no trouble playing the .m2t files directly, and thus avisynth shouldn't either.
I was right - I used a DirectShowSource to open the .m2t files in avisynth. The only problem is that avisynth (or perhaps more correctly - the filters it's employing) are automatically deinterlacing the .m2t.
I want to avoid this. The whole reason I want these HDV files in VirtualDub is to be able to discard field 1, and have a progressive 960 x 540 source to use.
How do I disable this de-interlacing? Do I have to find out what filter / codec is being used by avisynth, and somehow disable it there?