Cutting out intros and credits via avisynth
- NeoQuixotic
- Master Procrastinator
- Joined: Tue May 01, 2001 7:30 pm
- Status: Lurking in the Ether
- Location: Minnesota
- Contact:
Cutting out intros and credits via avisynth
I've been trying to get a single script that will cut out the intros and credits from within one source, thus giving me only the episodes. I don't need to see them everytime I search for footage. I tried the trim command, but that only got me stuck to one clip range. I'm all for learning advanced scripting so sock it to me. I would love to be able to cut out the 10-15 minutes worth of intro/credits when searching through a DVD.
Insert clever text/image here.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
How many scripts per episode are you using?
If you're using one script per episode (like I do), then <b>Trim()</b> should work fine -- so I assume you're not.
If you're using one script per DVD, then I'd do something like this:
[load up the D2V and insert any pre-processing, IVTC, etc. here]
<b>last.Trim(</b>[range of first episode]<b>)++last.Trim(</b>[range of second episode]<b>)++</b> [...] <b>++last.Trim(</b>[range of last episode]<b>)</b>
where each range is with the opening and ending cut out.
If you're using one script per episode (like I do), then <b>Trim()</b> should work fine -- so I assume you're not.
If you're using one script per DVD, then I'd do something like this:
[load up the D2V and insert any pre-processing, IVTC, etc. here]
<b>last.Trim(</b>[range of first episode]<b>)++last.Trim(</b>[range of second episode]<b>)++</b> [...] <b>++last.Trim(</b>[range of last episode]<b>)</b>
where each range is with the opening and ending cut out.
- JenCM18
- Joined: Fri Feb 11, 2005 12:15 am
- Status: Married
- Location: Ohio,United States
- Contact:
You could just get rid of the intros and ending credits with ripping footage [if thats what your doing]. just have to know what chapters to rip off the episodes that are just the episodes. lol

Aun Studios. Listen...Imagine...Create. | Ef "feel Alive" | "Keep Me Alive" Your Lie in April & "Feelings We Share" Beyond The Boundary [Work In Progress]
- NeoQuixotic
- Master Procrastinator
- Joined: Tue May 01, 2001 7:30 pm
- Status: Lurking in the Ether
- Location: Minnesota
- Contact:
- JenCM18
- Joined: Fri Feb 11, 2005 12:15 am
- Status: Married
- Location: Ohio,United States
- Contact:
Your welcome ^_^ yeah some dvds don't have chapters for instance the import dvds I have of SM stars it doesn't. I think mostly import dvds don't have chapters.

Aun Studios. Listen...Imagine...Create. | Ef "feel Alive" | "Keep Me Alive" Your Lie in April & "Feelings We Share" Beyond The Boundary [Work In Progress]
- AMVfreak
- Joined: Sun Mar 14, 2004 2:43 pm
- Location: LalalalaBoinkBoink, bouncing in my head.
If you DO have chapters, rather than re-ripping the DVD all over, you can just add the non-opening/ending VOBs chapters you need into DGIndex and work from there.anubisx00 wrote:I suppose ripping only the chapters I needed would make sense, doh! The only problem is that a few rare DVDs don't use chapter marks much or at all. I tried the scripting way and it worked, but I think I'll just re-rip to make it easier, thanks a bunch.


