Newbie to AviSynth needs help.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
-Jp
Joined: Sat Jun 14, 2008 9:10 pm
Org Profile

Newbie to AviSynth needs help.

Post by -Jp » Tue Dec 23, 2008 2:49 pm

I just finished a new AMV, and this is my first time using AviSynth.

I went to import it there but it says it says the file size is to big.

When I rendered the video from Sony Vegas I saved it as an Uncompressed avi. The file is 9.49 Gb (I have no idea why uncompressed videos are so big). Please help me, I never used AviSynth before.

-Jp
Joined: Sat Jun 14, 2008 9:10 pm
Org Profile

Re: Newbie to AviSynth needs help.

Post by -Jp » Tue Dec 23, 2008 3:04 pm

I also forgot to mention that on Zarx264gui 1.1 beta, when I select Avi, and try to import the uncompressed avi, it says "External component has thrown an exception." It also said that when I tried importing the Avs file the first time I tried AviSynth, but I know I did something wrong.

Is there anyway I can fix this?

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Re: Newbie to AviSynth needs help.

Post by AaronAMV » Tue Dec 23, 2008 4:08 pm

Create a .avs
Image

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

Re: Newbie to AviSynth needs help.

Post by Scintilla » Tue Dec 23, 2008 7:23 pm

-Jp wrote:The file is 9.49 Gb (I have no idea why uncompressed videos are so big).
Let's assume you saved it as RGB32 (which I believe is the default for "uncompressed AVI" settings in most video editing programs). That means that the computer has to save 32 bits (= 4 bytes) of data for each pixel. Assuming you exported at the standard 720x480 resolution, that's 4 * 720 * 480 = 1,382,400 bytes = 1.32 MB for each frame.

Most people (at least here in NTSC-land) edit their AMVs at either 24 or 29.97 frames per second, which would give an average of either 31.64 MB or 39.51 MB per second. Now do you see why they're so big?

And this is exactly why we use lossless codecs such as HuffYUV or Lagarith.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

-Jp
Joined: Sat Jun 14, 2008 9:10 pm
Org Profile

Re: Newbie to AviSynth needs help.

Post by -Jp » Tue Dec 23, 2008 11:16 pm

Scintilla wrote:
-Jp wrote:The file is 9.49 Gb (I have no idea why uncompressed videos are so big).
Let's assume you saved it as RGB32 (which I believe is the default for "uncompressed AVI" settings in most video editing programs). That means that the computer has to save 32 bits (= 4 bytes) of data for each pixel. Assuming you exported at the standard 720x480 resolution, that's 4 * 720 * 480 = 1,382,400 bytes = 1.32 MB for each frame.

Most people (at least here in NTSC-land) edit their AMVs at either 24 or 29.97 frames per second, which would give an average of either 31.64 MB or 39.51 MB per second. Now do you see why they're so big?

And this is exactly why we use lossless codecs such as HuffYUV or Lagarith.
Damn, I probably could have never figured that tech stuff out lol. Thank you, I fixed it, and was able to make a good mp4.

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: Newbie to AviSynth needs help.

Post by EvaFan » Wed Dec 24, 2008 2:22 am

-Jp wrote:I also forgot to mention that on Zarx264gui 1.1 beta, when I select Avi, and try to import the uncompressed avi, it says "External component has thrown an exception."
Generally beta's are bugtest versions. Try the highest not beta version available. I don't use it so I can't really help if your still getting the error. PM the creator if your still having problems, maybe he will help ya.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Newbie to AviSynth needs help.

Post by mirkosp » Wed Dec 24, 2008 7:15 am

Eva-Fan wrote:
-Jp wrote:I also forgot to mention that on Zarx264gui 1.1 beta, when I select Avi, and try to import the uncompressed avi, it says "External component has thrown an exception."
Generally beta's are bugtest versions. Try the highest not beta version available. I don't use it so I can't really help if your still getting the error. PM the creator if your still having problems, maybe he will help ya.
There still isn't a non-beta version of the gui, but the most recent release is this one. It's alpha, though, so it might have even more issues, although others were theoretically fixed.
Image

-Jp
Joined: Sat Jun 14, 2008 9:10 pm
Org Profile

Re: Newbie to AviSynth needs help.

Post by -Jp » Wed Dec 24, 2008 9:10 pm

Generally beta's are bugtest versions. Try the highest not beta version available. I don't use it so I can't really help if your still getting the error. PM the creator if your still having problems, maybe he will help ya.
I know that, but it always worked for tons of other videos. Also 1.0 is the not-beta version, but that only takes avs, which I have no idea how to use AviSynth.
There still isn't a non-beta version of the gui, but the most recent release is this one. It's alpha, though, so it might have even more issues, although others were theoretically fixed.
Yeah, I tried that too, I had the same problems.

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: Newbie to AviSynth needs help.

Post by EvaFan » Wed Dec 24, 2008 9:18 pm

-Jp wrote:I have no idea how to use AviSynth.
I hate to be so direct but this is your problem right here even though the gui isn't working like it should. I cannot stress enough how important avisynth is for quality control. You'd be doing yourself a big favor by learning how to use it.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Newbie to AviSynth needs help.

Post by mirkosp » Thu Dec 25, 2008 5:30 am

-Jp wrote:
Generally beta's are bugtest versions. Try the highest not beta version available. I don't use it so I can't really help if your still getting the error. PM the creator if your still having problems, maybe he will help ya.
I know that, but it always worked for tons of other videos. Also 1.0 is the not-beta version, but that only takes avs, which I have no idea how to use AviSynth.
Actually, 1.0 wasn't supposed to be a final, and it actually had a lot of issues, for example the fps issue with computers with an european OS (since we use the , instead of the . for the decimals, it wouldn't work properly with framerates which had decimals, and therefor screwed the a/v sync). That issue got fixed in the 1.1 version, though.
Image

Locked

Return to “AviSynth Help”