This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Vapoursynth "Only apply to" frame range issue
#1
How to specify a frame range with that option ?

I tried 8-14, but only frame 8 have the filter
Commas doesn't work as a separator

Also there isn't any explanation in the help panel / right click
Reply
#2
Hybrid uses 'remap.Rfs' (see: https://github.com/Irrational-Encoding-W...emapFrames ), so:
[8 14]
Should apply the filter only to frames 8-14.

Cu Selur
Reply
#3
Thumbs Up 
Nice it works thanks again. A small description with an example would help a lot for further updates
Reply
#4
I'll add a tool-tip with:
Quote:Each line in the text file or in the mappings string must have one of the following forms:
'a z'
Replaces frame a in the base clip with frame z from the filtered clip.
'[a b] z'
Replaces all frames in the range [a b] of the base clip with frame z from the filtered clip.
'[a b] [y z]'
Replaces all frames in the range [a b] in the base clip with frames in the range [y z] from the filtered clip. If the input and output ranges do not have equal sizes, frames will be duplicated or dropped evenly from [y z] to match the size of [a b]. If y > z, the order of the output frames is reversed.
as description, that should help.

Cu Selur
Reply
#5
Nice !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)