Quantcast KVCDx3 Guide? Will there be a KVCD LBR Guide? - digitalFAQ.com Forums [Archives]
  #1  
01-02-2003, 07:51 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
Kwag,

will there be a KVCD lbr guide appearing anytime soon on your site on how to fit 180mins on a 80min cd?
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-02-2003, 07:54 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 andybno1
will there be a KVCDx3 guide appearing anytime soon on your site on how to fit 180mins on a 80min cd?
Once we've pinned down the optimal settings wrt the quantize matrix, etc. we're going to write up some docs, FAQs and HOWTOs with all the new techniques.

I'm hoping this should start in the next few days .
Reply With Quote
  #3  
01-02-2003, 11:54 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
cool, what would the quality of the lbr be on a 20" 4:3 tv?
Reply With Quote
  #4  
01-02-2003, 12:16 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 andybno1
cool, what would the quality of the lbr be on a 20" 4:3 tv?
If the movie is wide screen, and using the new GOP, BETA-1 matrix and prediction, a 180 minute movie should look very close to a VCD
Here's a piece of K-19 ( 138 minute movie on one CD-R ) encoded at 352x240 with the LBR and this script:

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

Mpeg2Source("K:\K19\VIDEO_TS\k19.d2v")
LegalClip()
BilinearResize(336,176,16,0,688,480)
FluxSmooth()
Blockbuster(method="dither", variance=.7, seed=1)
AddBorders(8,32,8,32)
LegalClip()

#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
http://www.kvcd.net/k-19-new.m1v

-kwag
Reply With Quote
  #5  
01-02-2003, 02:01 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
going to download that clip now, I'll give feedback later as I am doing numerous test burns of things.
Reply With Quote
  #6  
01-02-2003, 05:21 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
just burned and played the m1v file and very good for a lbr template.

if I process a 147min PAL film through dvd2avi then through tempgenc with no filters can I get 147mins onto a 80min cd? or do I need to use fitcd + filters?
Reply With Quote
  #7  
01-02-2003, 05:43 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 andybno1

if I process a 147min PAL film through dvd2avi then through tempgenc with no filters can I get 147mins onto a 80min cd? or do I need to use fitcd + filters?
I suggest you use FitCD. That will get your resizing correct, and you should also add 1 "blocks overscan". You should also use FluxSmooth and LegalClip filters. If the movie is wide screen, you should be able to get up to ~180 minutes on one CD. The lower the action on the movie, the higher will be the quality.

-kwag
Reply With Quote
  #8  
01-03-2003, 08:39 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
might give that a try
Reply With Quote
  #9  
01-03-2003, 02:34 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
do I select xvcd? and if I choose anamorphic will that effect anything? cause the movie is anamorphic.
Reply With Quote
  #10  
01-03-2003, 03:58 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
I'm trying to add permanent subs to the video as near the end of part one of LOTR special edition there is subs for the elvish talking, I am trying to use avisynth.dll that comes with DVD2SVCD and I keep geting a error in tmpgenc saying its not a avisynth 1.0 plugin, any help with that?

ok, sorted the avisynth problem now I'm getting a unrecognized exception on line 7

Code:
LoadPlugin("C:\FitCD\mpeg2dec.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth Subtitler.dll")
LoadPlugin("C:\FitCD\fluxsmooth.dll")
LoadPlugin("C:\FitCD\legalclip.dll")
LoadPlugin("C:\FitCD\sampler.dll")

Mpeg2Source("C:\DVD2SVCD\Source\lotr.d2v")
LegalClip()
BicubicResize(688,544,0,0.6,0,3,720,570)
FluxSmooth()
AddBorders(8,16,8,16)
LegalClip()
AvisynthSubtitler("C:\DVD2SVCD\Subs\","permsubs.txt")

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Reply With Quote
  #11  
01-03-2003, 05:27 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 andybno1

ok, sorted the avisynth problem now I'm getting a unrecognized exception on line 7

Is your DVD2AVI Version 1.76 It MUST be 1.76.

-kwag
Reply With Quote
  #12  
01-03-2003, 05:31 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
ah, well there is my problem, the d2v is from 1.77, can't someone make fitcd work with 1.77 d2v files?
Reply With Quote
  #13  
01-03-2003, 06:21 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
okie dokie got the avs to work in tmpgenc, now my dvd player says lotr extended version is 1hr 41mins 18secs, with the script as is would that fit the movie onto one 80min cd?
Reply With Quote
  #14  
01-03-2003, 06:31 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 andybno1
okie dokie got the avs to work in tmpgenc, now my dvd player says lotr extended version is 1hr 41mins 18secs, with the script as is would that fit the movie onto one 80min cd?
Perhaps someone slipped something into my drink when I last watched it, but I'm sure the first, non-extended DVD is considerably longer than that .
Reply With Quote
  #15  
01-03-2003, 06:39 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
the 1hr41mins is disc 1 don't forget the extended version is spanned over 2 dvds
Reply With Quote
  #16  
01-03-2003, 06: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 andybno1
the 1hr41mins is disc 1 don't forget the extended version is spanned over 2 dvds
Ahhh, now that makes more sense . Yes, I think that should go nicely onto one disc at 528x480 with audio either 112 or 128kbps.
Reply With Quote
  #17  
01-03-2003, 06:50 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
if I used the lbr template I could fit the whole movie onto one cd?
Reply With Quote
  #18  
01-03-2003, 06:57 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 andybno1
if I used the lbr template I could fit the whole movie onto one cd?
If it's wide screen, yes I believe so. I know rendalunit put "Pearl Harbor" on one CD with the LBR, and I put "The Green Mile" also on one CD-R. So LOTR should be able go in one too with pretty good quality
But remember, don't expect quality above VCD. That's the best you'll get

-kwag
Reply With Quote
  #19  
01-03-2003, 06:59 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
of cause, I wouldn't expect svcd quality, as the template is called Low Bitrate so I expect upto vcd quality.

of cause for now it would have to be two cds as I don't have the hd space to fit all the files required for the vobs of two dvds
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Avi to kvcd guide? linv5800 Video Encoding and Conversion 2 05-05-2004 04:55 PM
KVCD: Is there a guide to choose mpeg 1 or mpeg2? (kvcdX3) NoDRoGG Video Encoding and Conversion 5 03-02-2003 12:01 PM
best VHS to KVCD Guide? joeven Video Capturing / Recording 26 02-14-2003 07:06 PM
KVCD x2 Guide kwag Video Encoding and Conversion 0 11-03-2002 10:09 PM
Best KVCD Guide? PlaiBoi Video Encoding and Conversion 28 06-01-2002 02:36 PM

Thread Tools



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