Quantcast Sampler File Size Prediction... Missed Something there... - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
12-24-2002, 07:28 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Hi SansGrip!

Can you give me a script how to use Sampler, especially with the new GOP? I'm still doing prediction manually...
Thanks...
__________________
j3llyG0053
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  
12-24-2002, 09:12 AM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Jellygoose,

Here's a sample script:

LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\MPEG2DEC\MPEG2DEC.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\BlockBuster\BlockBuster.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\LegalClip\LegalClip.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\Sampler\Sampler.dll")
mpeg2source("D:\Temp\movie.d2v")
#
Minutes = round((Framecount/Framerate)/60 )
SL = 24
Sampler(Minutes, SL)
#
LegalClip()
BilinearResize(496,352,14,0,692,480)
BlockBuster(method="noise", variance=.5, seed=1 )
AddBorders(16,64,16,64)
LegalClip()


Get the latest Blockbuster v0.6 and Sampler v0.2a.
Hope this helps.

-black prince
Reply With Quote
  #3  
12-24-2002, 10:51 AM
gonzopdx gonzopdx is offline
Free Member
 
Join Date: Dec 2002
Location: Corvallis, OR
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
black prince/SansGrip,

Why use LegalClip() twice? Why not just use it once at the end? Please explain =)
Reply With Quote
  #4  
12-24-2002, 11:09 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 grivad
Why use LegalClip() twice? Why not just use it once at the end? Please explain =)
The first LegalClip gets rid of out-of-range values before any other filter gets a chance to mix them up with nearby correct values, by resizing or whatever.

The second one gets rid of any strays that might have been generated during processing.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
File size prediction program ? genK Avisynth Scripting 3 05-24-2003 07:21 AM
File size prediction formula girv Avisynth Scripting 39 01-10-2003 05:23 PM
File Size Prediction For PAL... Jellygoose Avisynth Scripting 8 01-01-2003 09:18 PM
FitCD File Size Prediction Paul0889 Avisynth Scripting 2 12-21-2002 01:03 AM
TMPGEnc: File size prediction akrein62 Video Encoding and Conversion 0 11-15-2002 10:16 PM




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