Quantcast Guide to Convert Divx to KVCD - Page 3 - digitalFAQ.com Forums [Archives]
  #41  
01-15-2003, 02:51 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@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,44 # <-- TV-overscan = 2 for 528x480
TemporalSmoother(1,2)
LegalClip()
#
#Sampler(length=24)



-black prince

Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #42  
01-15-2003, 03:15 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
I copied that exactly as u put above and got the same thing but on line 11 this time
  #43  
01-15-2003, 04:26 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
I copied that exactly as u put above and got the same thing but on line 11 this time
Ah hah... The exception occurs with both RemoveBorders and GripFit! That narrows it down a great deal, since they share code. Now if only I could get my hands on that clip of yours . Wait, I have an idea...
  #44  
01-15-2003, 04:26 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@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.

-black prince
  #45  
01-15-2003, 04:29 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
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?
  #46  
01-15-2003, 04:41 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@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
  #47  
01-15-2003, 05:09 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
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
  #48  
01-15-2003, 05:16 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
  #49  
01-15-2003, 05:24 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@MrCoopz,

MrCoopz wrote:
Quote:
But now i can only encode the full movie and not a test file!!
That was to test and see if the Divx (avi) file was corrupt and
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
  #50  
01-15-2003, 05:46 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
ok thanks
  #51  
01-15-2003, 07:29 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
I put # in front of the things u said and when it loads i now get the Movie showing up
Now what happens if you remove the # from the GripFit line?
  #52  
01-15-2003, 08:04 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@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.

-black prince
  #53  
01-15-2003, 08:16 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
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
  #54  
01-15-2003, 08:23 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@MrCoopz,

Thank goodness. You were driving me crazy 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
  #55  
01-15-2003, 08:33 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Theres no doubting i will get stuck again

oh and how do i know which template is the best to use?
  #56  
01-15-2003, 08:42 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@MrCoopx,

Read Getting Started in the Guide. I give suggestions on the best
resolutions and templates to pick.

-black prince
  #57  
01-15-2003, 09:23 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
i just removed the # from the gripfit line and it was the same error for Austin Powers!
Strange. I'd really like to get my hands on that clip. Can you sign up for free web space somewhere?
  #58  
01-15-2003, 09:24 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by black prince
I tested a Divx
movie with GripFit and there were no problems what's so every.
I've tried a bunch of DivX and XViD movies and they all work fine. It sounds like something's messing up in the border-detection to me, which is why it fails with both GripFit and RemoveBorders (they share that part of the code).
  #59  
01-16-2003, 08:41 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
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??
  #60  
01-16-2003, 09:05 AM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
i have split the file into 3 parts 2 have been sent and ill send the other in a sec
Yep, I got all three parts, but I can't duplicate the exception on my system. This means short of emailing me the entire clip in 1mb RAR files there's not a lot I can do until I download a clip that has problems .

All I can suggest for now is to use the "old" way of doing it, i.e. with Crop, XxxResize and AddBorders.

Quote:
which template would u recomend for a movie thats

1hr 50m
608 x 256
23fps
In principle I would recommend 528x480 or 352x480 depending on how compressible the movie is. However, if that clip is representative of the entire movie then I'd say you're going to have some problems because there is serious chroma corruption on the clip you sent me. It looks like it's been encoded with an old version of XViD, which for me at least caused luminous greens and pinks and oranges to appear where they shouldn't.

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 .
Closed Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Guide to convert DVD to KVCD black prince Video Encoding and Conversion 188 08-02-2007 09:59 AM
An Updated Guide to Convert Avi to Kvcd [Completed] kvcdman Video Encoding and Conversion 3 03-24-2007 08:52 AM
Guide pour Convertir un Divx (avi) en KVCD serrabastien Conversion et d'Encodage de Vidéo (Français) 40 10-21-2003 06:50 AM
simple guide to convert divx avi to kvcd using TMPGenc PLUS? Wak10 Video Encoding and Conversion 1 08-21-2003 07:25 AM
moviestacker steps in divx to kvcd guide? JonBlaze87 Video Encoding and Conversion 3 08-02-2003 01:06 PM

Thread Tools



 
All times are GMT -5. The time now is 02:45 AM  —  vBulletin © Jelsoft Enterprises Ltd