Quantcast KVCD: 144 Minutes at 480x480 Not Good - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
08-22-2003, 02:35 AM
Steel Steel is offline
Free Member
 
Join Date: Aug 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
i have no idea why, but im encoding a high action movie (dvd-rip) at 480X480 and i just can not get the thing to fit on one 80 min cd. once you see my script, you will see i applied alot of things to bring the size down, and cq up, but it will not work. anyone have any suggestions or solutions short of lowering it to 352X240, cause that makes it look very pixelated for me. so anyways, here my script...

Code:
LoadPlugin("C:\Filters25\MPEG2Dec3.dll") 
LoadPlugin("C:\Filters25\GripFit_YV12.dll") 
LoadPlugin("C:\Filters25\asharp.dll") 
LoadPlugin("C:\Filters25\unfilter.dll") 
LoadPlugin("C:\Filters25\undot.dll") 
LoadPlugin("C:\Filters25\VagueDenoiser.dll")
LoadPlugin("C:\Filters25\Deen.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\temporalCleaner.dll")
LoadPlugin("C:\Filters25\DCTFilter.dll")

MaxTreshold = 1.50 
nf =  0 # Current frame. 

Mpeg2Source("C:\Documents and Settings\owner\Desktop\MyMovie.d2v") 

undot() 
deen()
asharp(1, 4) 
STMedianFilter(8,32,0,0)
GripCrop(480, 480, source_anamorphic = true, Dest_Anamorphic = false) 
GripSize(resizer="BicubicResize") 
MergeChroma(blur(1.58)) 
MergeLuma(blur(0.3)) 

SwitchThreshold = (Width<=480) ? 4 : (Width<=480) ? 3 : 2 
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \ 
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \ 
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1).VagueDenoiser(Threshold=1.5,method=1,nsteps=6,chroma=True,Filter=7)")



GripBorders()
DCTFilter(1, 1, 1, 1, 1, 1, 0.5, 0)


function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
}
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  
08-22-2003, 03:45 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You won't be abble to put decently a 144 min High-action movie on a 80 Min CD at such res.
Reply With Quote
  #3  
08-22-2003, 07:24 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
I'd go for a lower resolution, since that's a LONG movie...
Try once again with 352x480, see if you can save some more bits by putting this right after GripBorders :

Letterbox(0,0,12,12)

and also lower the aSharp value to maybe 0.7. You can also try using Bilinear Resize for this...
Still you most likely end up with a quality that won't satisfy you...
__________________
j3llyG0053
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: Is 480x480 SVCD compliant? nicksteel Video Encoding and Conversion 6 10-27-2003 12:05 PM
Avisynth: I need a good BlockBuster line for 480x480/576... audioslave Avisynth Scripting 9 08-02-2003 05:31 AM
KVCD with 480x480 resolution? bashi007 Video Encoding and Conversion 10 07-23-2003 06:09 AM
KVCD: 352x480 or 480x480 is best? bigggt Video Encoding and Conversion 4 05-21-2003 09:08 PM
KVCD: KVCDx3 at 480x480? Bombero0437 Video Encoding and Conversion 4 09-11-2002 09:20 AM




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