Thread: Vapoursynth
View Single Post
Old 8th September 2012, 06:01   #60  |  Link
wOxxOm
Oz of the zOo
 
Join Date: May 2005
Posts: 208
  1. What are 'format' and 'yuvrange' and is it possible to mimick spline16/36/64resize with Spline(clip:clip;width:int:opt;height:int:opt;format:int:opt;yuvrange:int:opt;) ?
  2. Is it possible to specify float numbers for the area to be resized like in avisynth's resize filters which have cropXXXX parameters?
  3. What is the syntax of 'Lut' and 'Lut2' functions?
  4. Is it possible to implement positional parameters so that instead of Spline(c1=myvideonode,width=1280,height=720) it'd be spline(myvideonode,1280,720) ?
  5. It would be nice to have a callback in 'output' function with current frame number and coded frame size so that it could be used in a custom gui for progress reporting
wOxxOm is offline   Reply With Quote