i dont see Lagarith but i have vdubmod and zarxThe Origonal Head Hunter wrote:should have come with AMVApp along with Zarx264gui and VDubMod
Steps encoding in Sonyvegas 8 to virtualdubmod to zarx264gui
- Vanity
- Joined: Fri Dec 28, 2007 10:52 pm
- Status: XIII
- Location: Everywhere, yet no where
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
- Vanity
- Joined: Fri Dec 28, 2007 10:52 pm
- Status: XIII
- Location: Everywhere, yet no where
thxs for that but, i have one problem every time i encode using huffyuv and when i try to open the vid in zarx264 gui it says "Your input video must be in Yv12 colorspace. You can fix this by adding 'ConvertToYv12()' to teh end of your AviSynth script." i dont understand that could someone help../mirkosp wrote:For the settings on the zarx264gui, set it to mode: constant quality and quantizer: 18.

- CodeZTM
- Spin Me Round
- Joined: Fri Mar 03, 2006 6:13 pm
- Status: Flapping Lips
- Location: Arkansas
- Contact:
Take ConvertToYv12() and copy/paste it to the end of your script. That will fix everything.Zenkia wrote:thxs for that but, i have one problem every time i encode using huffyuv and when i try to open the vid in zarx264 gui it says "Your input video must be in Yv12 colorspace. You can fix this by adding 'ConvertToYv12()' to teh end of your AviSynth script." i dont understand that could someone help../mirkosp wrote:For the settings on the zarx264gui, set it to mode: constant quality and quantizer: 18.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Change your avisynth code to:Zenkia wrote:thxs for that but, i have one problem every time i encode using huffyuv and when i try to open the vid in zarx264 gui it says "Your input video must be in Yv12 colorspace. You can fix this by adding 'ConvertToYv12()' to teh end of your AviSynth script." i dont understand that could someone help../mirkosp wrote:For the settings on the zarx264gui, set it to mode: constant quality and quantizer: 18.
Code: Select all
avisource("C:\yourvideopath\yourvideofile.avi")
converttoyv12()
- Vanity
- Joined: Fri Dec 28, 2007 10:52 pm
- Status: XIII
- Location: Everywhere, yet no where
I figured it out thxz guyzZenkia wrote:thxs for that but, i have one problem every time i encode using huffyuv and when i try to open the vid in zarx264 gui it says "Your input video must be in Yv12 colorspace. You can fix this by adding 'ConvertToYv12()' to teh end of your AviSynth script." i dont understand that could someone help../mirkosp wrote:For the settings on the zarx264gui, set it to mode: constant quality and quantizer: 18.

- Vanity
- Joined: Fri Dec 28, 2007 10:52 pm
- Status: XIII
- Location: Everywhere, yet no where
- CodeZTM
- Spin Me Round
- Joined: Fri Mar 03, 2006 6:13 pm
- Status: Flapping Lips
- Location: Arkansas
- Contact: