Re: how to merge a dvd with multiple video files to one

Jörn Reder <[email protected]> Thu, 24 Jul 2014 13:25:40 +0200
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
Am 24.07.2014 10:48, schrieb ali:

> I want to rip a dvd with 15 items in it, and i want merge all items to
> one video file,
> Can i do this ?

The dvd::rip GUI does not offer this directly. But you can rip each=20
title to an .avi file and then use the tool "avimerge" (part of=20
transcode) to merge them all into one file.

   avimerge -o all-merged.avi -i file1.avi file2.avi ...

Regards,

J=F6rn