On Wed, 2005-08-17 at 14:11 -0400, Jesse Guardiani wrote:
> Boleslaw Ciesielski wrote:
> 
> > Jesse Guardiani wrote:
> >
> >> I'm not sure I understand this. Myth can stream livetv to disk, then 
> >> play it back
> >> on the PVR 350 without any sync issues. The audio comes out of my PVR
> >> 350 and is looped into the sound card, then sent to the speakers. What's
> >> the difference between that and what has already been tried? Was the 
> >> audio
> >> separate from the video mpeg or something?
> >
> >
> > One issue is that the audio on DVD is (typically) AC3 encoded and 
> > PVR-350 only understands MP2. So, you can't just feed it directly to 
> > PVR-350 like you do for TV recordings.
> 
> 
> Right. That's why I mentioned transcoding the DVD stream first. I'm sure 
> Xine/Mplayer
> at least extract this information anyway before sending it to 
> alsa/oss/whatever. It might
> still be cheaper to transcode this info than to extract it & make 
> XFree86 the middleman.

This does the job:

mencoder -oac lavc -ovc lavc -of mpeg  \
-vf scale=480:480 -srate 48000 \
-af lavcresample=48000 \
-lavcopts 
vcodec=mpeg2video:keyint=18:vrc_buf_size=917:vrc_minrate=2500:vbitrate=2500:vrc_maxrate=2500:acodec=mp2:abitrate=224
 \
-ofps 30000/1001   -o /dev/video16 dvd://

But it turns out that it's even slower than playing via XV and produces
choppy output, no matter how I adjust the quality. Go figure.
I guess it's just not optimized for the job or something.



-- 
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to