Hello there-
I'm trying to compress a MOV HD file using avisynth but It doesn't show the video. The format is hdv2.
Load_Stdcall_plugin("C:\Program Files\AviSynth 2.5\plugins\yadif\yadif.dll")
QTinput("D:\Ep107-HDV 1080i60.mov",quality=100).converttoYuy2()
Yadif()
The video doesn't play in regukar Quicktime player but plays in SMPlayer. Am I missing a component or something?
I also tried with QTReader() but with no avail.
|