On Sun, Jan 20, 2013 at 12:51 PM, Pandu Poluan <[email protected]> wrote:
> Hello list!
>
> I know this is kind of off-topic... but as we all know this is a list
> where the SNR is perhaps the highest one can ever find in the
> Internet, so...
>
> Let's say I have a bunch of AVSEQxx.DAT files, ripped from a Video CD
> (VCD). This VCD is *mine*, purchased legally, I just want to rip it to
> .mkv to prevent scratches & all.
>
> The rip was done properly (methinks) using IsoBuster in Windows (using
> the "Extract but filter only MPEG frames").
>
> How do I merge them into a Matroska container with chapter links?
> (Each AVSEQxx.DAT file is a song).
>
> (Note: My Gentoo is currently living as a Vbox Guest VM, without GUI,
> so I'd really appreciate a CLI solution).

I think mkvmerge from media-video.mkvtoolnix package is the go-to tool
for this kind of thing. It has a very long manpage which hopefully
will contain the information you're looking for.

VCD .DAT file is just an mpeg2 stream, you can imagine the file is
named .mpg instead and it should work the same... "ffmpeg -i file.dat"
to see specific codec/rate info about it.

Reply via email to