
jcaputo1 at comcast
Feb 9, 2005, 10:36 AM
Post #2 of 5
(1405 views)
Permalink
|
On Wednesday 09 February 2005 3:11, Chris Germano wrote: > Alright so i've heard mythstream doesn't support nuppel divx files > recorded > using bttv cards because videolan doesn't support it. Well why can't > mythtranscode be added as a layer here? nuppel divx -> mythtranscode > -> mythstream -> videolan -> Me > > I might have forgotten a step here < nuvexport workings > as I haven't > really looked to see how mythtranscode works yet. > > Yes the processor requirements would be high, but we're talking low > bitrate > divx files anyway, and I believe using mythtranscode to do nuppel divx > -> normal divx is around 1:1 live encoding speed last time i did one. Umm, last time I checked, mythtranscode can't output 'normal' divx (if by that you mean a standard mpeg or avi container). Mythtranscode can output 2 things: a Myth .nuv container format (containing either RTjpeg or MPEG-4 encoded Myth content), or raw *decoded* audio/video frames (for passing to an external encoder program for re-encoding into another codec/container). That's not to say that what you propose isn't technically possible; mythtranscode has the potential to write any container format supported by libavformat, and any codec supported by libavcodec. However, I believe Isaac has said in the past that Myth will never support (direct) output to other formats. Hence the need for an external utility like nuvexport. That said, there is one thing that might be feasible... the ability to transcode Myth content on the fly as it's being served from the backend, while still keeping the Nuppel container format. This would be very handy for watching on remote frontends over a slow link, or with different video output setups. For instance, my G3 iBook might be able to handle 352x240 MPEG-4 at a low bitrate, but I don't want to record all my shows at that resolution because my main frontend/backend is in the family room on a 60" TV. Don't know if it would be feasible to use it to 'downgrade' HD content (CPU reqs?), but if videolan can do it for DVD-resolution MPEG-4 avi/mpeg files, then Myth should be able to handle it for PAL/NTSC resolution recordings. -JAC _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|