digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Poor encoding, or is it me? (http://www.digitalfaq.com/archives/encode/2360-kvcd-poor-encoding.html)

miksmith 01-26-2003 11:48 AM

KVCD: Poor encoding, or is it me?
 
Hi

Ive backed up Spiderman onto my PC and was trying to cut it to VCD. I have tried the KVCD2 templates both LBR, VCD and 0.5DVD via the following Avisynth script. The reults look really poor (CQ_VBR set at 25) and I was wondering why??

Cheers

mike


http://www.digitalfaq.com/archives/error.gif

LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\sampler.dll")

Mpeg2Source("D:\video\spider\spider.d2v")
BicubicResize(336,224,0,0.6,36,0,648,576)
AddBorders(8,32,8,32)

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\sampler.dll")

Mpeg2Source("D:\video\spider\spider.d2v")
BicubicResize(336,224,0,0.6,36,0,648,576)
AddBorders(8,32,8,32)

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##http://www.digitalfaq.com/archives/error.gif

kwag 01-26-2003 11:59 AM

Hi Mike,

Something is wrong with your source 8O. Is that from an .AVI file :?:
Have you tried another version of mpeg2dec.DLL :idea:

miksmith 01-26-2003 12:10 PM

I think you're right (thought I was going mad!). I used SmartRipper and the DVD2AVI to extract the file. When I encode directly into TMPGEnc it gives great resutls, so it must be something to do with the avs script, probably mpeg2dec.dll

Where would you recommend to download??

m

kwag 01-26-2003 12:41 PM

Quote:

Originally Posted by miksmith
I think you're right (thought I was going mad!). I used SmartRipper and the DVD2AVI to extract the file. When I encode directly into TMPGEnc it gives great resutls, so it must be something to do with the avs script, probably mpeg2dec.dll

Where would you recommend to download??

m

Try the one included in acp's full package. :wink:
http://www.kvcd.net/forum/viewtopic.php?t=2021

-kwag

rendalunit 01-26-2003 01:17 PM

Posting a screenshot is an excellent way to isolate a problem like that one- a picture is worth a thousand words. Kwag, is that called solarization? I'm still trying to figure out what is meant by this :roll:

thnx,
ren

SansGrip 01-26-2003 01:30 PM

Yep, that's sort of solarization. It looks to me like 16-bit colour, which would imply an evil Microsoft codec has taken over decoding of that colourspace. Use the Avisynth Reader with TMPGEnc (see the "Recommended Settings" sticky in the TMPGEnc forum for a link and instructions).

Jellygoose 01-26-2003 01:49 PM

I also think that upping a Screenshot is the best way to describe a problem... the thing is just that I find it hard to get free webspace somewhere, which allows you to upload pics or sample clips without an HP...

miksmith 01-27-2003 01:04 PM

Having done a little more digging around it would appear that I needed to at

ConvertToRGB()

to the AVS script. If I remember this *used* to be added by FitCD (but was commented) but is no longer added. Anyway seems to have solved the problem.


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.