Log in

View Full Version : From VC1 to MPEG2


mparter
17th March 2008, 20:01
OK, I have an M2TS file which originated from a Blu-Ray disc. This contains a VC-1 video stream aswell as 3 AC3 and 1 TRUE-HD audio tracks.

I'd like to end up with an MPEG2 file containing one if the AC3 files for streaming to my PS3.

I can demux the contents of the M2TS (using Xport), this gives me 1 MPV and 3 MPA files. How can I convert the mpv (containing VC-1) to MPEG2?

What tools do I need?

Thanks.

All these formats and tools are mind boggling :eek:

mparter
17th March 2008, 23:11
I've managed to create a graph which I'll use to create an avisynth script.

How do I find out the framecount from the m2ts?

jamos
20th March 2008, 00:33
OK, I have an M2TS file which originated from a Blu-Ray disc. This contains a VC-1 video stream aswell as 3 AC3 and 1 TRUE-HD audio tracks.

I'd like to end up with an MPEG2 file containing one if the AC3 files for streaming to my PS3.

I can demux the contents of the M2TS (using Xport), this gives me 1 MPV and 3 MPA files. How can I convert the mpv (containing VC-1) to MPEG2?

What tools do I need?

Thanks.

All these formats and tools are mind boggling :eek:


have you tried ffmpeg? I know it converts stuff well to mpeg2 not sure if it supports VC-1 streams but it may.