Quantcast KVCD: Window Size Not Accepted by Selected MPEG-2 Level? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
06-30-2003, 01:34 AM
scb212 scb212 is offline
Free Member
 
Join Date: Jun 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to scb212
I am trying to convert some hi-res divx files i have to kvcd at 720x480, or 352x480, and I have my script all set up, and when i run tmpgenc it gives me an error saying that the selected window size is not accepted by selected mpeg-2 level. Here is my script

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\TemporalCleanerOld.dll" )
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Sampler.dll")

AviSource("C:\buffy.avi")
ConvertToYUY2()
LegalClip()
BicubicResize(496, 478, 1/3, 1/3, -34, 0, 352, 480)
SpaceDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, variance=0.5, seed=1)
#AddBorders(16, 49, 16, 49)
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##
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  
07-01-2003, 01:05 AM
scb212 scb212 is offline
Free Member
 
Join Date: Jun 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to scb212
anyone?
Reply With Quote
  #3  
07-01-2003, 07:20 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I think your resizing isn't correct. You are resizing to 528x576 in the Bicubicresize line. 496 + 16 + 16 = 528 -> this is your horizontal resolution. 478 + 49 + 49 = 576 -> this is your vertical resolution. Also the weird are croping values the last 4 numbers in the line. in my opinion -34 will introduce 34 pixels of black on the left. The order is left,top,right,bottom. The suggestion - load your source file in FitCD to observe correct croping and resize.
Reply With Quote
  #4  
07-01-2003, 06:34 PM
Grantman Grantman is offline
Free Member
 
Join Date: Sep 2002
Location: Northfield, IL
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Grantman Send a message via AIM to Grantman Send a message via MSN to Grantman Send a message via Yahoo to Grantman
Any chance of using GripCrop?

It really eliminates the resizing issues. I was having constant problems with trying to tweak resizing until I decided on another method.

Now I crop in DVD2AVI if there is garbage around the edges. Then I just resize to a more standard resolution in MovieStacker and use LetterBox if I need overscan correction.

I have not had one error since.


Grantman
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: Mpeg-1 vs. mpeg-2 about same file size? leo Video Encoding and Conversion 3 02-07-2004 05:09 AM
how to make kvcd if i never selected the template? Evangelion-01 Video Encoding and Conversion 6 06-02-2003 12:49 AM
KVCD: Q-Level? Jellygoose Video Encoding and Conversion 3 12-23-2002 10:10 AM
KVCD final mpeg file size too big to burn? tboeken Authoring VCD, DVD, Blu-ray 2 06-15-2002 06:41 AM
KVCD: Calculator for TMPGEnc, it gives the size of final mpeg file syk2c11 Video Encoding and Conversion 1 06-07-2002 09:11 AM




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