I am looking to use FFMpegCore in order to extract a clip out of an existing video using the cli equivalent of
-vf select='between(n,0,100)',setpts=N/FRAME_RATE/TB"
At the moment I achieve this by using the WithCustomArgument method, and it is working well, however I was hoping there's a slightly more managed way to achieve the same goal.
Is there any particular reason this is not currently supported by the library?