He means your avisynth script...-MajinLink- wrote:TMPGEnc-bound script? Did that come with the TMPGEnc zip download?
AVi Synth Help
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
-
-MajinLink-
- Joined: Sun May 30, 2004 6:32 pm
-
-MajinLink-
- Joined: Sun May 30, 2004 6:32 pm
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.
-
-MajinLink-
- Joined: Sun May 30, 2004 6:32 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.
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.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
-
-MajinLink-
- Joined: Sun May 30, 2004 6:32 pm
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
-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
Avi files work fine in virtualdub.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?


