AVi Synth Help

Locked
User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Tue Nov 16, 2004 12:44 pm

-MajinLink- wrote:TMPGEnc-bound script? Did that come with the TMPGEnc zip download?
He means your avisynth script...

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Tue Nov 16, 2004 5:57 pm

Ahh, well I put it on the end of my script. TMPGEnc still freezes up on me. :roll:

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Tue Nov 16, 2004 9:47 pm

Zarxrax wrote:
-MajinLink- wrote:TMPGEnc-bound script? Did that come with the TMPGEnc zip download?
He means your avisynth script...
What actually does it do to the script?

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Tue Nov 16, 2004 10:14 pm

It converts the colorspace of the video to RGB24.

Maybe try ConvertToRGB32()
I think I've used that and it worked.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Tue Nov 16, 2004 10:18 pm

What, ConvertToRGB24() ? It converts whatever the input is to the RGB24 colorspace so that VFAPI and TMPGEnc can handle it correctly (that's the only reason given in the AVISynth documentation, which claims that RGB32 is usually faster to process). If the input already was in RGB24, it just passes it through unchanged.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Tue Nov 16, 2004 10:47 pm

My basic AVi Snyth script looks like this...

DirectShowSource("C:\Documents and Settings\Owner\Desktop\blah.avi")
BicubicResize(320,240)
ConvertToRGB32()

Is this set up right for my script to run through TMPGEnc? Because I hope not, it's not working. TMPGEnc just freezes up when I drag my .avs file into it still.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Tue Nov 16, 2004 11:50 pm

Try loading the script in virtualdub and encode to Huffyuv or uncompressed... then load that into tmpg.

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Wed Nov 17, 2004 12:00 am

I seem to get a VirtualDub Error when I open my script VirtualDub.

Avisynth open failure:
Avisynth: script open failed!

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Wed Nov 17, 2004 12:20 am

-MajinLink- wrote:Alright I exported it as Microsoft AVI I can run it through AVi Synth fine now.
-MajinLink- wrote:I seem to get a VirtualDub Error when I open my script VirtualDub.

Avisynth open failure:
Avisynth: script open failed!
:|

What happens when you open just the avi file in virtualdub without avisynth?

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Wed Nov 17, 2004 12:30 am

Zarxrax wrote:
-MajinLink- wrote:Alright I exported it as Microsoft AVI I can run it through AVi Synth fine now.
-MajinLink- wrote:I seem to get a VirtualDub Error when I open my script VirtualDub.

Avisynth open failure:
Avisynth: script open failed!
:|

What happens when you open just the avi file in virtualdub without avisynth?
Avi files work fine in virtualdub.

Locked

Return to “Video & Audio Help”