[mythtv-users] Transcode or Nuvexport issue from mpg (mpeg) to avi

A JM vbtalent at gmail.com
Tue May 9 20:32:54 EDT 2006


I'll give DVDauthor a go - is that the windows version?

No, Linux it's already installed if you've got MythBurn installed. I only
used Windows for playing file as sort of a test.

This is the script:

#!/bin/sh
*mkfifo* aud0
*mkfifo* vid0
*mkfifo* dvdmpg

mpeg2desc -a0 < $1 > aud0 &
mpeg2desc -v0 < $1 > vid0 &
mplex -f 8 -V -o dvdmpg aud0 vid0 &
dvdauthor -o $2 -f dvdmpg
dvdauthor -o $2 -T

rm aud0
rm vid0
rm dvdmpg

and this runs it from the command line:

# ./makedvd.sh /path_to/input.mpg /path_to/outputdirectory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060509/6329ec94/attachment-0001.htm 


More information about the mythtv-users mailing list