I have an interlaced .ts with mpeg2 vid. I was wondering if there was any way I can use the original frames that I get after I use DGIndex and avisynth to deinterlace with this avisynth script: Code:
You got a giant file in VirtualDub because you did not use Video/Compression to select a compression for your output. If you don't, you get uncompressed RGB, which is HUGE. The answer to your other question depends on whether the stream is pure interlaced, soft telecined, or hard telecined. If you don't know what those mean, you should start by finding out. pure interlaced -- use a deinterlacer, modifies the frames soft telecined -- use Force Film in DGIndex, or ignore pulldown in VirtualDub MPEG2, doesn't touch the frames hard telecined -- use Telecide/Decimate or TFM/TDecimate, doesn't touch (most of) the frames.
--------------------- Previous 10 cars owned 1993 325is ITS/JP race car02 S20001995 M3 track/street car90 Civic Si beater1986 Porsche 944 ES SCCA Solo II car2001 Boxster S2000 Boxster AS Solo II car1993 Honda Civic EX beater1993 Porsche 968 AS SCCA Solo II car1996 318ti s
--------------------- ============================== People sleep peaceably in their beds at night only because rough men stand ready to do violence on their beha
I am trying to render files and I was afraid that processing them was the only way to go. Thanks for the info. What about a video file that is 100 % progressive but at 59.94 fps. Any easy and quick way to get that down to 23.976 correctly? Again I have supplied a clip:
--------------------- --Growler Look Stock... Go Fast...
--------------------- Jon CURRENT: 2011 E91 328i - Valentine One - LED Interior - Eibach Coilovers - Vossen Wheels SOLD: 1989 E30 J-Stock 1995 E36 C-Mod 2003 E46 B-Mod 1990 E30 325is - Red on Black 1998 E36 M3 Convertible - Silver on Black 2000 E39 540i Sport - Black on B
how can I identify the right pulldown to use Pulldown(0,2) Pulldown(1,3) Pulldown(2,4) Pulldown(0,3) Pulldown(1,4 Is the D2V Parse Output can provid a good information easy to understand ?
The D2V file shows only flagging for soft telecine. It can't help you for hard telecine. If you want to do things manually, you have to inspect the field pattern by eye, or try each one and see which works. It's easier to use an automatic solution such as Telecide()/Decimate() or TFM()/TDecimate().