[mythtv-users] Automatic converting HDTV to MPEG2

casey dunn casey.dunn at gmail.com
Tue Dec 12 05:19:22 UTC 2006


On 12/11/06, bha at att.net <bha at att.net> wrote:
>
>  Anybody have a script (and/or MythTV transcoding tweak) that could change
> these mpeg2 recordings to have mp3 audio (or some other audio format that
> mvpmc might handle)?
>
> Thanks,
> Dan
>

I leave running it as an exersise for the reader but this command will do
what you want...

ffmpeg -i $input -vcodec copy -acodec mp2 -ab 224 $output
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061211/4e42b6d7/attachment.htm 


More information about the mythtv-users mailing list