Le Friday 04 April 2008 19:34:14 Andrea Giuliano, vous avez écrit :
> Hi,
>
> I'm looking a way to convert MPEG Transport Streams to video DVD.
> Actually, it would be nice to convert MPEG-TS to XviD, too.
>
> I made some attempts, but they failed. For example, I tried the following:
>
> $ transcode -x mpeg2 -i cocco-bill.ts --export_prof dvd -o coccobill
>
> but I just got a nice green movie with no sound at all. The lacking of
> sound is not so strange: tcprobe says there is no sound:
>
> $ tcprobe -i /data/gulp/cocco-bill.ts
> [tcprobe] MPEG transport stream (TS)
> (ts_reader.c) Pids: 0x20a 0x297
> [tcprobe] summary for /data/gulp/cocco-bill.ts, (*) = not default, 0 =
> not detected
>     no audio track: use "null" import module for audio
>
> But mplayer plays cocco-bill.ts perfectly well.
>
> Any hint would be very much appreciated.
>
> Best regards.

Use ProjectX to cut and demux, then either:

mplex -f8 -o myfile.vob myfile.m2v myfile.mp2  -> ready for dvdauthor
or
transcode -i myfile.m2v -p myfile.mp2 -o myfile.avi -y xvid

-- 
Christophe Thommeret


Reply via email to