[mythtv] Nuvexport CVS issue

Ramon Redondo malinon at gmail.com
Wed Feb 16 01:59:38 UTC 2005


I probably should have posted this here instead of the users list...
reposting...

I just upgraded to the current CVS of NUVEXPORT, and have run into the
following error:

First the command lines:
system call:
mkdir -m 0755 /tmp/fifodir_25398/

forking:
nice -n 19 mythtranscode --showprogress -p autodetect -c 1052 -s
2005-01-16-13-58-00 -f "/tmp/fifodir_25398/" --honorcutlist 2>&1

forking:
nice -n 19 ffmpeg -f rawvideo -s 352x480 -r 29.97 -i
/tmp/fifodir_25398/vidout -f yuv4mpegpipe - 2> /dev/null | nice -n 19
yuvdenoise -F -r 16 2> /dev/null | nice -n 19 ffmpeg -y -f s16le -ar
44100 -ac 2 -i /tmp/fifodir_25398/audout -f yuv4mpegpipe -s 352x480 -r
29.97 -i - -deinterlace  -b 2000 -vcodec mpeg2video -qmin 5 -ab 384
-ar 48000 -acodec mp2 -s 720x480 -f dvd "./Battlestar Galactica -
Untitled.mpg" 2>&1

---
MythTranscode seems to be running along happily, but the FFMPEG call
is dropping out right away:
-
Input #0, s16le, from '/tmp/fifodir_25398/audout':
 Duration: N/A, bitrate: N/A
 Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Input #1, yuv4mpegpipe, from 'pipe:':
 Duration: N/A, bitrate: N/A
 Stream #1.0: Video: rawvideo, yuv420p, 352x480, 29.97 fps
Unknown video codec 'mpeg2video'
-

I am currently running 0.17 of Myth.

I had been running successfully with the version of NUVEXPORT from CVS
as of February 6th, and even used that same version with 0.17 of Myth.
But I upgraded hoping to get more info on a different issue that I
was having.

I am currently running with ffmpeg version 0.4.7.

Any ideas?


More information about the mythtv-dev mailing list