Quantcast How to Convert VCD MPEG to KVCD? - digitalFAQ.com Forums [Archives]
  #1  
02-15-2003, 11:51 AM
TCC TCC is offline
Free Member
 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Hello all.

I just found about this site from a friend and I must say that it's amazing

I have been authoring VCDs for a while using either SmartRipper or clad DVD XP for ripping DVDs and then using TMpegEnc to make a VCD mpeg. The resulting file is about 1GB and of course I'd have to split the file and put it on to 2 CD-Rs.

I've been comparing some of the sample KVCD movies with my VCD mpegs and the video quality of the KVDs are truly amazing.

I currently have about 7 movies on my HD which are VCD mpegs. Is there anyway I can convert those to KVCDs so I can fit it on to 1 CD-R? I just want better video quality and the compactness of having only 1 CD-R to "transport".

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  
02-15-2003, 12:05 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 TCC

I currently have about 7 movies on my HD which are VCD mpegs. Is there anyway I can convert those to KVCDs so I can fit it on to 1 CD-R? I just want better video quality and the compactness of having only 1 CD-R to "transport".

Thanks
Hi TCC and welcome .
You can convert those mpeg files to a single KVCD CD-R. But don't expect better quality, because they will be recompressed. The best you'll get is about the same quality as the are. If you can encode those again from original DVD, then the quality will be better.

-kwag
Reply With Quote
  #3  
02-16-2003, 03:29 AM
TCC TCC is offline
Free Member
 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Kwag.

How would I go about converting the VCD mpegs to KVCDs?

Thanks
Reply With Quote
  #4  
02-16-2003, 08:42 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
Quote:
Originally Posted by TCC
Thanks Kwag.

How would I go about converting the VCD mpegs to KVCDs?

Thanks
I would use some filtering, and process with a avisynth script.
You could just try opening directly your mpeg file with TMPEG, and then load KVCD LBR template. But the best way is to run DVD2AVI and create a project file, and then use a script something like this:

Code:
LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll") 
LoadPlugin("C:\encoding\blockbuster.dll") 
LoadPlugin("C:\encoding\legalclip.dll") 
LoadPlugin("C:\encoding\sampler.dll") 
LoadPlugin("C:\encoding\dustv5.dll") 
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("YourFile.d2v")
LegalClip() 
GripCrop( width=352, height=240, overscan=1 ) 
GripSize() 
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", detail_min=1, detail_max=10, variance=1, seed=1)
GripBorders() 
LegalClip() 
#Sampler(length=24)
Check the file prediction topic on the forum and the download links on the main page at www.kvcd.net for links to all filters.

-kwag
Reply With Quote
  #5  
02-16-2003, 05:05 PM
joeven joeven is offline
Free Member
 
Join Date: Jan 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
I thought that DVD2AVI was only for MPEG2 files.

Does it also work with VCD MPEG1 files?

Joe
Reply With Quote
  #6  
02-16-2003, 06:09 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 joeven
I thought that DVD2AVI was only for MPEG2 files.

Does it also work with VCD MPEG1 files?

Joe
Sorry, I'm tired today
Yes, DVD2AVI only works with MPEG-2 files.

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert MPEG-2 file to KVCD ? Joâo Nova Video Encoding and Conversion 4 06-29-2004 05:12 PM
how to convert a .bin file to a kvcd mpeg? salty3142 Video Encoding and Conversion 2 06-06-2004 09:40 PM
How to Convert old MPEG files to KVCD? nighthawk Video Encoding and Conversion 24 06-01-2004 07:26 PM
how to convert MPEG files to KVCD? normalsun Video Encoding and Conversion 9 12-17-2003 04:18 AM
convert Mpeg to kvcd - fit on one disc? chillard1 Video Encoding and Conversion 15 08-27-2003 08:42 AM

Thread Tools



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