Remove Start and End
Posted: Sat Oct 13, 2018 10:57 pm
Hello,
This has kind of already been asked, although in a different context. I have transmission files that have 10 second (25fps) idents at the start and 5
second freeze/hold on the end that I want to remove with a workflow.
What would be the relevant AVI Synth script for this? I currently have the below script working to do this for 30 second commercials. Although I deal with various length commercials so if there is a script that can remove 10 seconds from the start and 5 seconds from the end regardless of the files duration that would be ideal.
I'm using the below script to remove the ident and hold from 30 second commercials.
m_clip = Trim(m_clip, 250, m_clip.framecount-1875) #25 fps
Return m_clip
The indent and hold are set values and are the same on all commercials, regards of the commercials length.
I've attached my working workflow for 30 second commercials.
Thanks in advance!
This has kind of already been asked, although in a different context. I have transmission files that have 10 second (25fps) idents at the start and 5
second freeze/hold on the end that I want to remove with a workflow.
What would be the relevant AVI Synth script for this? I currently have the below script working to do this for 30 second commercials. Although I deal with various length commercials so if there is a script that can remove 10 seconds from the start and 5 seconds from the end regardless of the files duration that would be ideal.
I'm using the below script to remove the ident and hold from 30 second commercials.
m_clip = Trim(m_clip, 250, m_clip.framecount-1875) #25 fps
Return m_clip
The indent and hold are set values and are the same on all commercials, regards of the commercials length.
I've attached my working workflow for 30 second commercials.
Thanks in advance!