Cutting out intros and credits via avisynth

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
NeoQuixotic
Master Procrastinator
Joined: Tue May 01, 2001 7:30 pm
Status: Lurking in the Ether
Location: Minnesota
Contact:
Org Profile

Cutting out intros and credits via avisynth

Post by NeoQuixotic » Mon Apr 25, 2005 1:47 am

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.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Mon Apr 25, 2005 2:24 am

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.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
JenCM18
Joined: Fri Feb 11, 2005 12:15 am
Status: Married
Location: Ohio,United States
Contact:
Org Profile

Post by JenCM18 » Mon Apr 25, 2005 5:51 pm

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
Image
Aun Studios. Listen...Imagine...Create. | Ef "feel Alive" | "Keep Me Alive" Your Lie in April & "Feelings We Share" Beyond The Boundary [Work In Progress]

User avatar
NeoQuixotic
Master Procrastinator
Joined: Tue May 01, 2001 7:30 pm
Status: Lurking in the Ether
Location: Minnesota
Contact:
Org Profile

Post by NeoQuixotic » Mon Apr 25, 2005 10:53 pm

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.
Insert clever text/image here.

User avatar
JenCM18
Joined: Fri Feb 11, 2005 12:15 am
Status: Married
Location: Ohio,United States
Contact:
Org Profile

Post by JenCM18 » Mon Apr 25, 2005 10:56 pm

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.
Image
Aun Studios. Listen...Imagine...Create. | Ef "feel Alive" | "Keep Me Alive" Your Lie in April & "Feelings We Share" Beyond The Boundary [Work In Progress]

User avatar
AMVfreak
Joined: Sun Mar 14, 2004 2:43 pm
Location: LalalalaBoinkBoink, bouncing in my head.
Org Profile

Post by AMVfreak » Mon Apr 25, 2005 11:30 pm

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.
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.
Lurid Enchantment - ICYCLOUD
urban suite - TRYTHIL
大切な思い - BAKADESHI
Expansion - RESK

Locked

Return to “Video Software Help Archive”