![]() |
@MrCoopz,
Thanks for being patient with getting an answer about GripFit. I put together another avs script for you to try. It uses SansGrip's RemoveBorders filter which replaces crop. I will give you resize parms for KVCDx3 (528x480). Give this a try and let me know if there are any problems. :) LoadPlugin("C:\Avi Stuff\MPEG2DEC.dll") LoadPlugin("C:\Avi Stuff\LegalClip.dll") LoadPlugin("C:\Avi Stuff\Blockbuster.dll") LoadPlugin("C:\Avi Stuff\FluxSmooth.dll") LoadPlugin("C:\Avi Stuff\Sampler.dll") LoadPlugin("C:\Avi Stuff\RemoveBorders.dll") LoadPlugin("C:\Avi Stuff\Gripfit\GripFit_Preview.dll") avisource("D:\Films\Austin.Powers.In.Goldmember.DV L.Xvid.ShareReactor.avi") # LegalClip() RemoveBorders() BilinearResize(496,448) # <-- TV-overscan = 2 for 528x480 TemporalSmoother(1,2) LegalClip() # #Sampler(length=24) -black prince :) |
I copied that exactly as u put above and got the same thing but on line 11 this time
|
Quote:
|
@MrCoopz,
I have some questions: 1) What version of avisynth have you installed? If it's v2.06, then install v2.07 and try again. 2) Will VirtualDub preview your Divx (avi) movie without any problems? Try commenting all lines in your script starting with LegalClip() to Sampler(length=24) by putting # in front of each line. Try this avs script with Tmpgenc and see if you get any errors. If not, and you have installed avisynth v2.07, then SansGrip's GripFit and RemoveBorders could have problems with codec mpeg-4. Try the above suggestions and let me know what's happens. :D -black prince |
Nope, I can't duplicate the problem by using ColorBars(608, 256) either. I'm beginning to think there might be something wrong with that AVI, perhaps a corruption somewhere. Either that or you've got a messed up XViD codec that's causing a crash...
Try this: GripFit(528, 480, overscan=2, samples=1) Does it still crash? |
@SansGrip,
I tested a Divx (avi) movie using codec Divx 5.0.2. I created a avs script using GripFit and had no problems previewing this movie in VirtualDub or Tmpgenc. I believe your right. The video part of MrCoopz's avi is probably corrupt. I tested GripFit before I wrote the Guide with very good results. MrCoopz should try another Divx movie. :) -black prince |
I think i told u all wrong, nothing Crashes
the only problem i have is with the line GripFit( width=528, height=480, overscan=2) or anything on with GripFit in the line Its says "Unrecognized Exeption" "C\file.avs, line XX" this is on the main screen and Preview screen in red what i open the script in Tmpgenc |
Ok u guys have sorted it
I put # in front of the things u said and when it loads i now get the Movie showing up :) But now i can only encode the full movie and not a test file!! |
@MrCoopz,
MrCoopz wrote: Quote:
couldn't be read. I will create a script using FitCD from the info in VirtualDub>File>File Information and post it for you in a short time. It should work. Stay tuned..... :) -black prince |
ok thanks
|
Quote:
|
@SansGrip,
Seems MrCoopz has multiple codec's installed. Xvid, Divx, avisynth 2.0x, and more. He's now uninstalling them and reinstalling just Divx 5.0.2 and avisynth 2.07. There must have been some conflicts with all these codecs. When he's finished, he's going to try the avs script again. Let's see if that makes a differance. If it's any comfort to you, I tested a Divx movie with GripFit and there were no problems what's so every. :wink: -black prince |
i just removed the # from the gripfit line and it was the same error for Austin Powers!
But i tried 2 different movies and they both worked fine!! so i guess its Austin Powers thats causing the problem |
@MrCoopz,
Thank goodness. You were driving me crazy :BangHead: Go back to the Guide and check it for changes and updates. The more problems you help me solve the easier it will be for others trying to use it. Thanks -black prince |
Theres no doubting i will get stuck again :)
oh and how do i know which template is the best to use? |
@MrCoopx,
Read Getting Started in the Guide. I give suggestions on the best resolutions and templates to pick. :) -black prince |
Quote:
|
Quote:
|
Sansgrip i have split the file into 3 parts 2 have been sent and ill send the other in a sec
And yet another question :) which template would u recomend for a movie thats 1hr 50m 608 x 256 23fps and good 1 cd quality:)? and also is MPEG 2 better quality than MPEG 1?? |
Quote:
All I can suggest for now is to use the "old" way of doing it, i.e. with Crop, XxxResize and AddBorders. Quote:
If you look in particular at the cup on the table -- specifically at the straw -- you'll see what I'm talking about. If I were you I'd either make a DVD backup or try to find another encode of the same movie, perhaps on two discs because 1h50m is fairly long for one :). |
ive deleted Austin Powers now
The movie im talking about is 8 mile, could i get it onto 1 cd with good quality? |
Quote:
|
i need some help, trying to encode a divx movie thats 640x272 and no matter what i try it wont let me keep it widescreen, if anyone could help it would be great
|
I created my First Script.So far so good.But when I load the Script into Tmpgenc I get a nice Error Message:
"...Script Error.there is no function named "GripFit"... ...(F:\Rips und Movies\script.avs,line9)..." This my Script: LoadPlugin("F:\Programme\AviSynth2\MPEG2DEC.dll") LoadPlugin("F:\Programme\AviSynth2\LegalClip.dll") LoadPlugin("F:\Programme\AviSynth2\FluxSmooth.dll" ) LoadPlugin("F:\Programme\AviSynth2\Sampler.dll") LoadPlugin("F:\Programme\AviSynth2\RemoveBorders.d ll") LoadPlugin("F:\Programme\AviSynth2\GripFit_preview .dll") avisource("D:\Programme\Emule\Incoming\Movie.avi") LegalClip() GripFit( width=352, height=288, overscan=1) FluxSmooth() LegalClip() #Sampler(length=24) Can someone tell me what`s wrong??? |
GripFit( width=352, height=288, overscan=1)
ok i am new at all this but i noticed you have a space after gripfit( and i dont think there is sposed to be one, but as i said i am new to all this, so i could be wrong |
I already tried it without a Space but the error message is still appearing
|
Quote:
Code:
GripCrop(352, 288, overscan=1) |
Quote:
|
THX SansGrip.Now GripFit is working
But there`s another Problem. The Divx File has Subtitles but if GripFit is activated,the subtitles are gone. If GripFit is deactivated the subtitles are visible. What`s wrong now??? |
@MrCoopz,
KVCD_Predictor is here: http://www.jungleweb.net/~sansgrip/K...dictor-0.2.zip -black prince |
Y is it that when encoding in TmpGenc for about an Hour its says 5 hours leftthen it starts going up and up.
Do i need to set the priority in taskmanager to realtime or high or just leave it? |
Quote:
|
Quote:
Code:
|
Yes Kwag,You`re right.
The Subtitles are in the Black Area. Do I have to wait until SansGrip is done with his work or is there another possibility to make it work`??? |
Quote:
|
hey great guide black prince!
ok while we're all sharing our divx -> mpeg problems, I have one that's driving me nuts :ohplease: I got a divx 5.0.2 movie with vbr .mp3 audio in two files. I load the first into VDubMod and append the second one. Then with audio-full processing mode save .wav. Encode audio with HeadAC3he to .mp2 and encode video, mux with BBMpeg and everytime the audio starts ahead of the video by 12 seconds. When I check the time of the video and audio they're exactly the same. If I add a 12 second delay to the beginning of the audio than the audio time will be longer than the video. :?: :?: what am I doing wrong? Thanks, ren |
Quote:
Code:
AviSource("part1.avi") + AviSource("part2.avi") |
Black Prince u are a god, thanks alot for doin this guide i cant wait for the MPEG 2 one :)
And all the other guys that helped thanks this must be the most friendly board ever! And not forgeting the Great minds behind the KVCD templates. I have never honestly seen a VCD with this quality on 1 CD and i still had 60meg to spare!!!!! Ok thats not a leaving speech :) i have a few more questions. 1. After i burned the VCD i played it in my player and it has borders :(, Now, nearly all of the DivX's i have are in widescreen so my question is how do i get rid of the borders but keep the Excellent quality?. 2. How do i make the sound come out of all my 5 speakers instead of just the centre one? 3. Finally the sound is quite low is there anyway to make it higher? Thanks again guys :) |
Quote:
Quote:
Quote:
|
thanks for the quick response
it has borders at the top and bottom. and i just looked at the audio info of the original divX and it says Channels 2 (stereo) so does this mean i cant do it? Oh and the 2 pass box iis already checked |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.