Quantcast Avisynth: Apply Filter Just on Specific Frame Range? - digitalFAQ.com Forums [Archives]
  #1  
08-28-2003, 01:36 AM
bman bman is offline
Free Member
 
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
@ Sh0dan , @Kwag , all avisynth experts
I wonder if there is any way to apply filter on specific frame range only and turn it off out of this range ????
I see that while encoding movie to avoid blockiness I have to apply different filters on different parts of movie ( intro , dark scenes , bright scenes , fast movement ).
One script is not optimal for my encode
I succeeded to get very good results with different filter combinations on different part of movie but It'll be perfect for me if it'll be posible to encode with one script that will apply different filter combinations on different parts of clip .(frame ranges will be set manually )

Any help to right direction will be appreciated

bman
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-28-2003, 05:10 AM
yaz yaz is offline
Free Member
 
Join Date: Aug 2003
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
- use trim(), say
clip=avisource() (or whatever
part1=clip.trim(x1,x2)
1st filter-chain
part2=clip.trim(x2,x3)
2nd filter-chain
...
part1+part2+...

if the filter-chains are not too long u can simplify the script further

- u can use apllyrange() also but (imho) it's not applicable for filter-chains

the bests
y
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: HQdn3d - mplayer filter ported to avisynth incredible Avisynth Scripting 1 10-25-2004 09:51 AM
Avisynth: How to select source range with Avisynth? rs008f Avisynth Scripting 4 09-21-2003 11:31 PM
KVCD: Interlaced Source, Best Filter to apply? Anonymous Video Encoding and Conversion 3 08-17-2003 12:11 PM
Avisynth: Auto crop using avisynth filter beta? black prince Avisynth Scripting 6 11-28-2002 08:51 AM
Anyone ever tried to apply kvcd template to DIVX encoding? digitalvideo Video Encoding and Conversion 1 06-18-2002 11:07 PM

Thread Tools



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