Log in

View Full Version : Remove a portion of a movie?


Wackyphill
7th January 2008, 20:29
I have an HD-DVD that I've backup up to an mkv file. Can AviSynth be used cut out a portion of the movie, like say the credits at the end and then save the result to a new mkv file?

The purpose would be to conserve some space. Can any one tell me if this is possible?

TheRyuu
7th January 2008, 21:35
http://avisynth.org/mediawiki/Trim

Wackyphill
7th January 2008, 22:12
Right that filter looks like what I want. My problem is if I use it in an avs file won't it just alter the playback of the original mkv file?

How can I get it to write out a new mkv file w/ the result of the avs script?

mitsubishi
7th January 2008, 22:19
Avisynth isn't for stuff like this. Didn't you use Avisynth in the first place when backing up the disc?

You will need to use something like MKVtoolnix. AVIdemux, I think can do it also.

Wackyphill
7th January 2008, 23:23
Avisynth isn't for stuff like this. Didn't you use Avisynth in the first place when backing up the disc?

You will need to use something like MKVtoolnix. AVIdemux, I think can do it also.

No I used eac3to. I thought MKVtoolnix was just for adding or removing files from an mkv. I didn't think it could cut portions of them.

mitsubishi
7th January 2008, 23:33
No I used eac3to. I thought MKVtoolnix was just for adding or removing files from an mkv. I didn't think it could cut portions of them.

Yes, if you drag in the source file(s) (a complete mkv can be a source as well as the elementarys) then there is a splitting option in the global tab.

Wackyphill
8th January 2008, 05:30
Hmm.. I'll take a look thank you.