Re: [mythtv-users] mkmovie/nuvexport problems

2005-04-28 Thread Geoff
indeed it was because i was missing mjpegtools. Works fine now.
Well only getting 2.5 fps on this little 1ghz celeron. Need to
transcode on my amd64. Thanks again.

On 4/28/05, Chris Petersen <[EMAIL PROTECTED]> wrote:
> > ffmpeg, however, returns the following:
> > built on Apr 17 2005 20:00:39, gcc: 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
> > Input #0, s16le, from '/tmp/fifodir_13384/audout':
> > Duration: N/A, bitrate: N/A
> > Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
> > pipe:: Error while opening file
> >
> > looks like it's crapping out on the audio stream. Any insight?
> 
> Yeah.  Make sure you have the proper libraries installed (you're
> probably missing yuvdenoise, part of mjpegtools).  I guess I need to add
> a few more program checks to the code.
> 
> In the meantime, I'll update nuvexport so it can at least catch that error.
> 
> -Chris
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mkmovie/nuvexport problems

2005-04-28 Thread Chris Petersen
ffmpeg, however, returns the following:
built on Apr 17 2005 20:00:39, gcc: 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
Input #0, s16le, from '/tmp/fifodir_13384/audout':
Duration: N/A, bitrate: N/A
Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
pipe:: Error while opening file
looks like it's crapping out on the audio stream. Any insight?
Yeah.  Make sure you have the proper libraries installed (you're 
probably missing yuvdenoise, part of mjpegtools).  I guess I need to add 
a few more program checks to the code.

In the meantime, I'll update nuvexport so it can at least catch that error.
-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mkmovie/nuvexport problems

2005-04-27 Thread Geoff
Chris, thanks for the link. I ran the debug and it looks like
mythtranscode is running ok. It sets up the fifo files and doesn't
return any errors:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1010 -s
2005-04-25-19-59-00 -f "/tmp/fifodir_13384/" --honorcutlist 2>&1

ffmpeg, however, returns the following:
built on Apr 17 2005 20:00:39, gcc: 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
Input #0, s16le, from '/tmp/fifodir_13384/audout':
Duration: N/A, bitrate: N/A
Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
pipe:: Error while opening file

looks like it's crapping out on the audio stream. Any insight?

On 4/27/05, Chris Petersen <[EMAIL PROTECTED]> wrote:
> > Having problems with converting my .nuv's to anything. using mkmovie,
> > i select the file i want, set the output file, and hit "E" to start
> > the encoding. I get the message:
> >
> > ERROR! Unable to read input file 1010_2005-04-18 19:59:00_2005-04-18
> > 21:03:00.nuv
> 
> sounds like mkmovie is sending the wrong info to nuvexport.
> 
> > it looks like it's trying to get the correct file, but the date/times
> > are in a different format. The file is actually:
> > 1010_20050418195900_20050418210300.nuv
> 
> which is what nuvexport expects.
> 
> > Is there somewhere where the formats are defined so i can change it?
> 
> no, they're hard-coded into myth and nuvexport -- dunno anything about
> mkmovie
> 
> > I'm not sure if nuvexport relies on the same information somewhere,
> > but when i run it, it gets to the part where it waits for
> > mythtranscode to setup fifos, then it starts ffmpeg and just doesn't
> > run at all. It sounds like mythtranscode can't find the files or
> > something. Any help? I'm also keeping all of my video in a
> > non-standard directory /myth
> 
> https://svn.forevermore.net/nuvexport/wiki/debug
> 
> non-standard directory is fine as long as it's set up properly in the
> mythtv database.
> 
> -Chris
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mkmovie/nuvexport problems

2005-04-27 Thread Chris Petersen
Having problems with converting my .nuv's to anything. using mkmovie,
i select the file i want, set the output file, and hit "E" to start
the encoding. I get the message:
ERROR! Unable to read input file 1010_2005-04-18 19:59:00_2005-04-18
21:03:00.nuv
sounds like mkmovie is sending the wrong info to nuvexport.
it looks like it's trying to get the correct file, but the date/times
are in a different format. The file is actually:
1010_20050418195900_20050418210300.nuv
which is what nuvexport expects.
Is there somewhere where the formats are defined so i can change it? 
no, they're hard-coded into myth and nuvexport -- dunno anything about 
mkmovie

I'm not sure if nuvexport relies on the same information somewhere,
but when i run it, it gets to the part where it waits for
mythtranscode to setup fifos, then it starts ffmpeg and just doesn't
run at all. It sounds like mythtranscode can't find the files or
something. Any help? I'm also keeping all of my video in a
non-standard directory /myth
https://svn.forevermore.net/nuvexport/wiki/debug
non-standard directory is fine as long as it's set up properly in the 
mythtv database.

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mkmovie/nuvexport problems

2005-04-27 Thread Geoff
Having problems with converting my .nuv's to anything. using mkmovie,
i select the file i want, set the output file, and hit "E" to start
the encoding. I get the message:

ERROR! Unable to read input file 1010_2005-04-18 19:59:00_2005-04-18
21:03:00.nuv

it looks like it's trying to get the correct file, but the date/times
are in a different format. The file is actually:
1010_20050418195900_20050418210300.nuv

Is there somewhere where the formats are defined so i can change it? 

I'm not sure if nuvexport relies on the same information somewhere,
but when i run it, it gets to the part where it waits for
mythtranscode to setup fifos, then it starts ffmpeg and just doesn't
run at all. It sounds like mythtranscode can't find the files or
something. Any help? I'm also keeping all of my video in a
non-standard directory /myth

Thanks for any help
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users