View Full Version : How to read import lossless mov-files in AviSynth?
CGJ
20th November 2009, 09:39
:helpful:How to read import lossless mov-files in AviSynth?
tengo6dedos
20th November 2009, 14:56
http://avisynth.org/mediawiki/FAQ_loading_clips#How_do_I_load_QuickTime_files_into_AviSynth.3F . I dont know if theres something newer.
7ekno
20th November 2009, 21:25
Both QTSource() and FFMPEGSource2() will handle it (assuming you have QT or QTalternative installed, and FFMPEG decode configured adequately) ...
7ek
Blue_MiSfit
20th November 2009, 22:40
Depends on the codec used for the video stream in the MOV file.
You need to have the appropriate decoder installed in QuickTime for QTSource's QTInput() plugin to work, or there needs to be support for it in libavcodec if you're using FFMS2's FFVideoSource().
~MiSfit
CGJ
21st November 2009, 05:35
Thanks for your replies very much,i am grateful for your sincere help,that may help me.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.