Quantcast Guide to Convert Divx to KVCD - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
01-14-2003, 09:42 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
avisource("D:\Films\Austin.Powers.In.Goldmember.DV L.Xvid.ShareReactor.avi")ConvertToYUY2()
Make sure you put a newline:

Code:
AviSource("D:\Films\Austin.Powers.In.Goldmember.DVL.Xvid.ShareReactor.avi")
ConvertToYUY2()
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
01-15-2003, 07:55 AM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@Mrcoopz,

Black prince wrote:
Quote:
Genally, I use Wide Screen, (anamorphic) output because it
Kwag's correct. It should be non-anamorphic.

-black prince
  #23  
01-15-2003, 09:23 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Ok i put a new line in

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\LegalClip.dll")
LoadPlugin("C:\Avi Stuff\Gripfit\GripFit_Preview.dll")
avisource("D:\Films\Austin.Powers.In.Goldmember.DV L.Xvid.ShareReactor.avi")
ConvertToYUY2()
LegalClip()
GripFit( width=528, height=480, overscan=2)
Blockbuster(method="noise", variance=.4, seed=1)
LegalClip()
Sampler(length=24)

and i get an unrecognised exception on line 11?

BTW i can see that me post these is taking up alot of space, so u can delete the previous ones if u wanna save room
  #24  
01-15-2003, 09:25 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by black prince
@Mrcoopz,

Black prince wrote:
Quote:
Genally, I use Wide Screen, (anamorphic) output because it
Kwag's correct. It should be non-anamorphic.

-black prince
Could u write the line out so i can copy it into my script thanks
  #25  
01-15-2003, 09:41 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
and i get an unrecognised exception on line 11?
Could you try the latest preview version (0.0b) of GripFit? It has some bug fixes.
  #26  
01-15-2003, 09:43 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
I just updated and still get the same thing
  #27  
01-15-2003, 09:52 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 just updated and still get the same thing
That's very odd. What is the size of the source frame? How big are the existing borders, if any?
  #28  
01-15-2003, 10:01 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
i posted some stuff on page 2 if thats any help?

and how do i find out the size of the borders?
  #29  
01-15-2003, 10: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
and how do i find out the size of the borders?
If it's an AVI it probably doesn't have any. Play the AVI file -- is there a black border on any of the edges?
  #30  
01-15-2003, 10:09 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
@MrCoopz

Could you use VirtualDub to cut out a very small section -- say, 3 seconds or so -- and fast recompress that with the HuffYUV codec, then send it to me? I can't duplicate the problem with the clips I have.
  #31  
01-15-2003, 10:09 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
In Windows media player it has borders but in PowerDVD it dosnt!!
  #32  
01-15-2003, 10:12 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
In Windows media player it has borders but in PowerDVD it dosnt!!
WMP adds a few pixels-wide borders on its own. If there's none in PowerDVD that means it doesn't have any .
  #33  
01-15-2003, 10:17 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
So are we close to solving my problem ?
  #34  
01-15-2003, 10:30 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
I made a 4sec clip and it came out at 20 meg do u still want this?
  #35  
01-15-2003, 10:33 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
btw the movie is compressed with a Xvid Mpeg4 codec are u sure u want Huffyuv?
  #36  
01-15-2003, 11:00 AM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@MrCoopz,

While your waiting grab a copy of FitCD and we can make a avs
script the old fashion way.

http://www.kvcd.net/forum/viewtopic.php?t=2142

Also, grab RemoveBorders from SansGrip's Filter link.
I'll be out for a while, but will walk you throught it.

-black prince
  #37  
01-15-2003, 11:35 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Ok mate ill have a got with FitCD

thanks for all ur help as well
  #38  
01-15-2003, 12:39 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 made a 4sec clip and it came out at 20 meg do u still want this?
Mmm, maybe not . Just a second should do it.
  #39  
01-15-2003, 01:05 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
ok mate i did it where do u want me too send it too?

Its 4.5meg
  #40  
01-15-2003, 02:12 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
@MrCoopz

Here's something that worked for Yoda, who was having problems too: upgrade your Avisynth to version 2.07. See if that works .
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 09:32 AM  —  vBulletin © Jelsoft Enterprises Ltd