[Attachment 69527 - Click to enlarge]
not even the given basic script works. how to fix?
Also even if this IS the correct way to use that programme, I still don't get it. I'm not very good with video source conversions and so I am not entirely sure how to apply it onta even a standard def clip
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	Greyscale() does nothing to Y32 input (Y32 is greyscale already, but in 32bit format) 
 
 vdub2 does not support Y32 pixel format, so the preview is wrong in your screenshot (script is ok). If you use avspmod, or convert to a vdub2 supported pixel format, the preview will be ok
 
 The plugin only supports greyscale and RGB in 32bit depth . If you want colored film grain emulation, use RGBPS. If it's black and white source, use Y32. Instead of BlankClip, use your video source. If you want only greyscale grain on a colored source, clean U,V channels - apply to the Y channel only and merge U,V .
 
 It's very slow
- 
	i see. what line do i have to write in order to convert to rgbps? and which lines do i have to use in order to get it to virtualdub? 
- 
	I prefer avsresize to do the colorspace conversions 
 http://avisynth.nl/index.php/Avsresize
 
 I would use whatever your output format in vdub2 e.g YV12 , YUV420P10 , or what are you doing in vdub2 ? Other operations or filtering ? If you are doing other RGB filtering in vdub, I would keep it in RGB at the end of the script
 
 #whatever source, I'm assuming it's YUV, limited range , otherwise you have to change the 2nd line e.g
 LWLibavVideoSource("video.ext")
 
 #convert to linear RGB 32bit float. matrix 170m has values as "601"
 z_convertformat(pixel_type="RGBPS", colorspace_op="170m:709:709:l=>rgb:linear:709:f")
 
 
 #whatever settings. eg. change the grain size. Look at the documentation
 chkdr_grain ()
 
 #"de-linearize" (apply back the gamma curve) , convert to YV12 or 8bit 4:2:0
 z_convertformat(pixel_type="YV12", colorspace_op="rgb:linear:709:f=>170m:709:709:l")
Similar Threads
- 
  Grain??? Before or after Upscaling?By salvo00786 in forum DVD RippingReplies: 8Last Post: 4th Nov 2022, 16:09
- 
  [Vapoursynth] Grain plugin doesn't seem to be workingBy hihflappy in forum Newbie / General discussionsReplies: 7Last Post: 30th Nov 2021, 19:35
- 
  Casual User - Software to remove Grain/Noise from old 8mm filmBy skulks in forum EditingReplies: 13Last Post: 12th Apr 2021, 11:13
- 
  H265, rezising, and film grainBy TB54 in forum Newbie / General discussionsReplies: 11Last Post: 14th Oct 2020, 14:35
- 
  Improving grain on 8mm film / Avisynth script huge file sizeBy johnnyfever in forum RestorationReplies: 20Last Post: 19th Jul 2018, 14:59


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			 
			

 Quote
 Quote