Thread: Vapoursynth
View Single Post
Old 12th August 2017, 21:05   #2657  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by WolframRhodium View Post
I'll use following code in this case:

Code:
frame_list = list(range(1, 10+1)) + list(range(100, 200+1)) + list(range(500, 600+1))
last = core.std.DeleteFrames(last, frame_list)
Thanks, this is what I'm looking for.
lansing is offline   Reply With Quote