Quantcast KVCD: Divx to 1 CD? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-12-2003, 08:16 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Hello my first post and some stupid questions for u

I have searched and read the guides but i have only seen how to make DVD's into Vcd's using ur templates.

As i was searching i have seen that people make good quality Vcd's from Divx's but they dont say how they make them!!

I have about 30 divx films on my PC and want to try and keep the quality and put them onto a CD.

Can anyone tell me how??

Thanks
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-12-2003, 08:33 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
Hello my first post and some stupid questions for u

I have searched and read the guides but i have only seen how to make DVD's into Vcd's using ur templates.

As i was searching i have seen that people make good quality Vcd's from Divx's but they dont say how they make them!!

I have about 30 divx films on my PC and want to try and keep the quality and put them onto a CD.

Can anyone tell me how??

Thanks
complicated.......read this:
http://www.cdrbase.com/showthread.php?s=&threadid=161

than,
easy way........ learn the tutorial ,
than use the kvcd templates of your choice!

fantastic result!
Reply With Quote
  #3  
01-12-2003, 11:41 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
As i was searching i have seen that people make good quality Vcd's from Divx's but they dont say how they make them!!
Follow the instructions for making VCDs from DVDs, but instead of using Mpeg2Source you'll be using AviSource. That's one of the few differences I can think of right now .
Reply With Quote
  #4  
01-13-2003, 08:30 AM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Ok i tried using this guide http://www.kvcd.net/guides/kguide/kv..._Step_4._Using

is this the right one?

and if it is can someone tell me which steps i need to do?

Hopefully i will suss this soon

also how do i use File prediction with Divx?
Reply With Quote
  #5  
01-13-2003, 09:40 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi MrCoopz,

Once you open your DivX file, all procedures are the same as if you had opened a .d2v or .avs file.
So everything on the guides applies.
File prediction should work too. That should also be material independent.

-kwag
Reply With Quote
  #6  
01-13-2003, 01:29 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
i tried and used the guide but my final mpegs are about 1200meg for a 1hr 30min film

I need a guide for Divx that tells me EXACTLY what to do because im lost with the current guides.
Reply With Quote
  #7  
01-13-2003, 01:31 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by MrCoopz
i tried and used the guide but my final mpegs are about 1200meg for a 1hr 30min film

I need a guide for Divx that tells me EXACTLY what to do because im lost with the current guides.
Did you apply the file prediction method? http://www.kvcd.net/forum/viewtopic.php?t=2102

-kwag
Reply With Quote
  #8  
01-13-2003, 02:57 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
well i am struggling with fitcd, i used the guide but my script just came out like this, which i know is totally wrong

LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\sampler.dll")

AviSource("D:\FILMS\Changing Lanes (DivX).avi")
BilinearResize(672,254,7,0,562,240)
AddBorders(16,113,16,113)

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##


i also followed the link u gave and did this

141969/98/24 = 60.36

707/60.36 = 11.71

but i cant make my Script so i cant go any further, oh and another question how do i know what templates to use?
Reply With Quote
  #9  
01-13-2003, 03:17 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Here's a script that you can use as guideline:

Code:
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")

Mpeg2Source("K:\COUNT_OF_MONTE_CRISTO\VIDEO_TS\count.d2v")
LegalClip()
GripFit( width=528, height=480, overscan=2) 
FluxSmooth()
Blockbuster(method="noise", variance=.3, seed=1)
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
You only have to change the line: Mpeg2Source("K:\COUNT_OF_MONTE_CRISTO\VIDEO_TS\count.d2v") to AviSource("D:\FILMS\Changing Lanes (DivX).avi")

You don't need the resize line or the addborders you have on your script if you use GripFit
In this case, I want 528x480 (KVCDx3) as output. So there is where you define the resolution you want.

-kwag
Reply With Quote
  #10  
01-13-2003, 03:18 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 kwag
You don't need the resize line or the addborders you have on your script if you use GripFit
You also need to use the "center" arrange method in TMPGEnc .
Reply With Quote
  #11  
01-13-2003, 04:40 PM
steharg steharg is offline
Free Member
 
Join Date: Dec 2002
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
i was also going to suggest a guide also for people like myself (i know there are plenty of me's around!! lol), just getting into encoding and dont know how to use the prediction etc properly.
despite reading everything on this site and all the guides it seems that there isnt a complete BASIC 'how to' which encompasses all the steps you need to use to encode your movie.
I took the steps of using acp as it is automated, but i would like to use the templates as from everyone's opinon on here they are great quality unfortunately i havent been able to pick up the encoding with fitcd/file prediction, avs script, tmpeg - i suppose its like everything though...you do it once then its easy as pie next time.

i also have lots of divx movies and would like to put them onto cd's (preferably 1!) but i cant seem pick up where to start using the templates.

a newbie type guide with a step by step instructions would be fantastic with methods for encoding from a dvd and encoding from a avi/mpeg, it would go down great and also bring more people using the templates which can only be good.
Reply With Quote
  #12  
01-13-2003, 05:41 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
I also would love a Divx to 1 Vcd using the KVCD templates guide.

well i used the above Script and i put it in tmpgenc and got about 5secs worth of mpg!

I am once again totally lost.

i think i need to start fresh, i need to know all the tools to get and then step by step instructions. I would consider giving up but seeing as these templates look so good i think ill try again or maybe wait for a tutorial
Reply With Quote
  #13  
01-13-2003, 05:44 PM
Daagar Daagar is offline
Free Member
 
Join Date: May 2002
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
One note about DivX conversions: I'm still tinkering with CQ vs. CQ_VBR. I realize CQ is the preferred method now for most of the KVCD templates, but when the source is a DivX, it appears that CQ_VBR might still win out:

CQ reduces Gibbs, at the expense of DCT blocks.
CQ_VBR reduces DCT blocks, at the expensive of Gibbs.

DivX files tend to suffer already from higher amounts of DCT block (or at least I assume they are DCT blocks). So, in this case CQ_VBR in conjunction with FluxSmooth() seems to help reduce the blocks. CQ, while it looks decent, still seems a bit blockier because the source is already so heavily filled with blocks.

I'd be very interested in anyone else's results.
Reply With Quote
  #14  
01-13-2003, 06:11 PM
MrCoopz MrCoopz is offline
Free Member
 
Join Date: Jan 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
are all AVI Movie files that are around 700-900meg divx's??

i have loads of movies but dont know which are divx
Reply With Quote
  #15  
01-13-2003, 06:54 PM
KingTuk KingTuk is offline
Free Member
 
Join Date: Nov 2002
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
When putting DivX files I use this in my script

DirectShowSource("D:\Movie.avi", fps=23.976)

I also have FFDSHOW installed for my DivX decoder

http://sourceforge.net/projects/ffdshow

you may want to also add this line since the most of the time the audio is in a VBR format...

EnsureVBRMP3Sync()
Reply With Quote
  #16  
01-14-2003, 05:18 AM
GFR GFR is offline
Free Member
 
Join Date: May 2002
Posts: 438
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Daagar
One note about DivX conversions: I'm still tinkering with CQ vs. CQ_VBR. I realize CQ is the preferred method now for most of the KVCD templates, but when the source is a DivX, it appears that CQ_VBR might still win out:

CQ reduces Gibbs, at the expense of DCT blocks.
CQ_VBR reduces DCT blocks, at the expensive of Gibbs.

DivX files tend to suffer already from higher amounts of DCT block (or at least I assume they are DCT blocks). So, in this case CQ_VBR in conjunction with FluxSmooth() seems to help reduce the blocks. CQ, while it looks decent, still seems a bit blockier because the source is already so heavily filled with blocks.

I'd be very interested in anyone else's results.
Also since the DivX has already limited high frequency, it is less prone to Gibbs than a full bandwith DVD rip ;
Reply With Quote
  #17  
01-14-2003, 07:01 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by KingTuk
When putting DivX files I use this in my script

DirectShowSource("D:\Movie.avi", fps=23.976)

I also have FFDSHOW installed for my DivX decoder

http://sourceforge.net/projects/ffdshow

you may want to also add this line since the most of the time the audio is in a VBR format...

EnsureVBRMP3Sync()
Avoid DirectShowSource as long as you can. You'll run into problems very easily. If you want deblocking, configure the decoder that came with the codec itself.
Reply With Quote
  #18  
01-14-2003, 05:09 PM
KingTuk KingTuk is offline
Free Member
 
Join Date: Nov 2002
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
Actually I've never had a problem with DirectShowSource using it for DivX or XviD. FFDSHOW decodes better than the original decoders since it doesn't error out as easily. Now if you start turning on all the extra options you will run into trouble since new experimental options are added all the time... Just use it with the Postprocessing options and you will be fine...
Reply With Quote
  #19  
01-15-2003, 04:42 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I'm not talking about ffdshow, it's a damn fine program IMHO. The problem with DirectShowSource is that the seeking is broken and this might cause a lot of issues. Even one of the Avisynth developers has had problems getting it to work properly.

I'm not saying you shouldn't use it if it works for you. There's just a lot of Avisynth newbies around here who read these posts and I thought I should give a little warning
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Divx (avi) to KVCD? voyager13 Video Encoding and Conversion 4 04-26-2006 03:56 AM
Codecs: Divx 5.1.1 vs Xvid Divx 5 support tacylm Video Encoding and Conversion 1 04-21-2004 03:00 PM
2 Audios - DivX - KVCD DigoBrow Conversão e Codificação de Vídeo (Português) 3 11-21-2003 11:44 AM
how to convert divx avi to kvcd? Dmaster87 Video Encoding and Conversion 7 11-10-2003 11:02 PM
DivX-KVCD DigoBrow Conversão e Codificação de Vídeo (Português) 9 08-05-2003 09:09 AM




 
All times are GMT -5. The time now is 10:34 PM  —  vBulletin © Jelsoft Enterprises Ltd