Posts: 48
Threads: 9
Joined: Aug 2024
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
Posts: 10.944
Threads: 56
Joined: May 2017
Hybrid uses 'remap.Rfs' (see:
https://github.com/Irrational-Encoding-W...emapFrames ), so:
Should apply the filter only to frames 8-14.
Cu Selur
Posts: 48
Threads: 9
Joined: Aug 2024
28.08.2024, 20:25
Nice it works thanks again. A small description with an example would help a lot for further updates
Posts: 10.944
Threads: 56
Joined: May 2017
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
Posts: 48
Threads: 9
Joined: Aug 2024