digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Need to Convert to YUY2 (http://www.digitalfaq.com/archives/avisynth/3320-avisynth-convert-yuy2.html)

kidman 04-21-2003 04:48 AM

Need to Convert to YUY2
 
I'm new in KVCD, so maybe there's an answer for my question but i wasn't able to find it.
I want to convert divx to KVCD with ToK so i created avisynth file, just like Kwag says it should be, but when i try to load it in WMP i get sth like
"Source must be YUY2". I found function ConvertToYUY2 but i dunno how to use it, and where in avs should it be placed.
Thanks in advance.

PyRoMaNiA 04-21-2003 05:39 AM

put the line ConvertToYUY2() just after your AviSource line. So your script would go:
Code:

AviSource("C:\...\file.avi")
ConvertToYUY2()
#...filters here...#


kidman 04-21-2003 06:27 AM

Thank You very much:) I helped me a lot.
btw. how do you use that "code text"? Quote?

PyRoMaNiA 04-21-2003 06:42 AM

Press the button that says "Code" or type [code]. :wink:


All times are GMT -5. The time now is 11:25 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.