rustsynth-sys 0.5.6

Low level bindings to VapourSynth
Documentation
1
2
3
4
5
6
7
8
9
10
11
DeleteFrames
============

.. function:: DeleteFrames(vnode clip, int[] frames)
   :module: std

   Deletes the specified frames.

   All frame numbers apply to the input clip.
   
   Returns an error if the same frame is deleted twice or if all frames in a clip are deleted.