[mythtv-users] NuvExport problem???

A JM vbtalent at gmail.com
Sun Dec 11 21:39:41 EST 2005


[mythtv at myth nuvexport-0.2]$ /video/recordings/makedvd.sh
/video/recordings/*.mpg /video/recordings/newdvd
mkfifo: cannot create fifo `aud0': File exists
mkfifo: cannot create fifo `vid0': File exists
mkfifo: cannot create fifo `dvdmpg': File exists
   INFO: [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28 17:50:54 $)
DVDAuthor::dvdauthor, version 0.6.11.
Build options: gnugetopt iconv
Send bugs to <dvdauthor-users at lists.sourceforge.net>

INFO: dvdauthor creating VTS
STAT: Picking VTS 01

STAT: Processing dvdmpg...
**ERROR: [mplex] File aud0 unrecogniseable!
   INFO: [mplex] File vid0 looks like an MPEG Audio stream.
**ERROR: [mplex] Unrecogniseable file(s)... exiting.


This is being run from a script as follows.


#!/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


Any ideas on how fix the error? I'm running FC4 svn 7255...

Also, when did they start saving recordings as .MPG file as opposed to .NUV?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20051211/180baa55/attachment.htm


More information about the mythtv-users mailing list