[mdlug] mpeg files from MythTV play w/o audio in PS3

Carl T. Miller carl at carltm.com
Fri Sep 12 20:31:00 EDT 2008


R. Kannan wrote:
> I presume the default format in MythTV is MPEG-2 TS. How can I change the
> audio format of the mpeg files from MythTV?

Try ffmpeg.  It takes almost any audio and/or video file
and can turn it into almost any other format.  If you're
new to ffmpeg, it may take a while to figure out all the
options.

If you want to try something quick, this might work:

  ffmpeg -i input.mpeg -vcodec copy output.mpeg

This says to take your input file, copy the video portion
literally, and make a new mpeg file with default settings
(except for the video portion).

Have fun!

c





More information about the mdlug mailing list