A little tip ;D
If you wanna open .FLV (from youtube and others) videos on VirtualDub, proceed this way:
1) Download And Install
FLV SPLITTER:
http://sourceforge.net/project/showf...group_id=82303
Extract to c:\ and run this command (Start>Run):
regsvr32 c:\FLVSplitter.ax
2) Use FFDSHOW to decode FLV video:
3) Use DIRECTSHOWSOURCE from Avisynth:
Code:
DIRECTSHOWSOURCE("C:\south.flv")
4) Result:
tip: encode some frames using Uncompressed RGB (or XviD), save to a temp.AVI and now you can use PARANOIA on it! Just copy the info shown in PARANOIA to that DirectShowSource you implemented earlier!
best regards