Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

DeleteFrame

( Diese Seite in flag-germany.gif Deutsch )

DeleteFrame(clip clip, int frame_num)

DeleteFrame deletes a single frame, given as an argument. The sound track is not modified, so if you use this filter too many times in a row you may get noticeable desynchronization.

If you want to delete a range of frames (a to b, say) along with the corresponding portion of the soundtrack, you can do it like this: Trim(0,a-1) ++ Trim(b+1,0).

SourceForge Logo

 


Edit this document | View document history
Document last modified Thu, 21 Aug 2003 06:52:52