Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools
  #1  
05-13-2022, 03:10 PM
kondwanii kondwanii is offline
Free Member
 
Join Date: May 2022
Posts: 2
Thanked 0 Times in 0 Posts
I'm using the DeJitter.dll plugin for a video. I would like to know if possible can insert it on select frame numbers because I want to adjust the filter usage.

This is the script code without frame number:
Code:
DeJitter(last,jmax=40,th=80, wsyn=8, extend=true)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-14-2022, 05:22 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
The frame number is not one of its parameters, so you can't. However you can use Trim() to select the frame(s) where to apply the filter with a given set of parameters.

v1=video_org.Trim(x,y).DeJitter(last,jmax=40,th=80 , wsyn=8, extend=true)\
++video_org.Trim(z,t).DeJitter(last,jmax=40,th=60, wsyn=8, extend=true)

or use ConditionalFilter() plugin or ApplyRange() (inside Animate() plugin) or ConditionalReader() plugin where you specify the frames in a text file

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
The following users thank lollo2 for this useful post: kondwanii (05-14-2022)
  #3  
05-14-2022, 06:57 AM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
With applyrange you can:

example For:
DeJitter(last,jmax=40,th=80, wsyn=8, extend=true,uselast=false)
If you want to filter the range of frames 850 to 860

Quote:
ApplyRange(850,860,"DeJitter",40,80,8,true,false)
Reply With Quote
The following users thank themaster1 for this useful post: kondwanii (05-14-2022)
Reply




Tags
avisynth, avspmod

Similar Threads
Thread Thread Starter Forum Replies Last Post
Do different variations of PAL apply to videotape? Etcetera Videography: Cameras, TVs and Players 2 03-03-2020 09:26 PM
JVC serial numbers? jtech1 General Discussion 0 12-30-2018 07:52 PM
Help figuring out AviSynth Select structure? stevevid Restore, Filter, Improve Quality 0 09-17-2018 01:50 AM
Filter for VHS frame bounce? premiumcapture Restore, Filter, Improve Quality 3 01-04-2015 02:59 PM
Need to find out when a CD-R was created based on serial/dye numbers on disc dagardc Blank Media 14 10-31-2011 12:15 PM




 
All times are GMT -5. The time now is 11:04 AM