Mailing List Archive

That's interesting: WinTV PVR USB has a working linux driver
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

http://pvrusb.sourceforge.net/

Can't use the tuner or anything like that (yet), and at $199 list
it's not cheap, but it will give you an MPEG-2 stream / file, and it
won't use a lot of CPU to encode.

Isaac, is there anything in mythtv that currently locks in nupple /
mpeg4? I'm assuming that if libavcodec is able to decode it, then
(somehow) the data could get displayed. Do I have that thinking
right?

Thanks, Bob


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPb7uivc1NpCTlP0JEQLeVACgg8PC5Je8WQMS9IB/udBuh2JUGzMAnA0k
xj5OEUMguy9prveMYl9Q2WID
=SzaW
-----END PGP SIGNATURE-----
Re: That's interesting: WinTV PVR USB has a working linux driver [ In reply to ]
On Tue, 2002-10-29 at 14:24, Robert Kulagowski wrote:
>
> Isaac, is there anything in mythtv that currently locks in nupple /
> mpeg4? I'm assuming that if libavcodec is able to decode it, then
> (somehow) the data could get displayed. Do I have that thinking
> right?
>

Is there anything preventing MythTV from using MPEG2 codec? There's an
encoder/decoder over on SourceForge I believe. It's a bit old, but it
does work. A friend of mine is using it right now.


> Thanks, Bob
>
>
Re: That's interesting: WinTV PVR USB has a working linux driver [ In reply to ]
On Tue, Oct 29, 2002 at 10:53:23PM -0600, GrandMasterLee wrote:
> On Tue, 2002-10-29 at 14:24, Robert Kulagowski wrote:
> >
> > Isaac, is there anything in mythtv that currently locks in nupple /
> > mpeg4? I'm assuming that if libavcodec is able to decode it, then
> > (somehow) the data could get displayed. Do I have that thinking
> > right?
> >
>
> Is there anything preventing MythTV from using MPEG2 codec? There's an
> encoder/decoder over on SourceForge I believe. It's a bit old, but it
> does work. A friend of mine is using it right now.

How fast is it? The mpeg2 encoders I've tried have been far too slow to do
encoding in real time on my dual 500MHz Celeron box, far slower than mpeg4
encoding.

--
Ray
Re: That's interesting: WinTV PVR USB has a working linux driver [ In reply to ]
On Wed, 2002-10-30 at 10:33, Ray wrote:
[...]
> > Is there anything preventing MythTV from using MPEG2 codec? There's an
> > encoder/decoder over on SourceForge I believe. It's a bit old, but it
> > does work. A friend of mine is using it right now.
>
> How fast is it? The mpeg2 encoders I've tried have been far too slow to do
> encoding in real time on my dual 500MHz Celeron box, far slower than mpeg4
> encoding.

Here's the link. It seems to be pretty fast, Freevo uses this lib I
think.
http://libmpeg2.sourceforge.net
http://www.linuxgazette.com/issue83/stoddard.html
Here you go!

>
> --
> Ray
Re: That's interesting: WinTV PVR USB has a working linux driver [ In reply to ]
On Wednesday 30 October 2002 12:59 pm, GrandMasterLee wrote:
> Here's the link. It seems to be pretty fast, Freevo uses this lib I
> think.

Freevo doesn't -- it just calls mplayer for everything.

> http://libmpeg2.sourceforge.net

This is a decoder, not an encoder. Did you mean mpeg2enc from the mjpeg-tools
package?

> http://www.linuxgazette.com/issue83/stoddard.html
> Here you go!

Isaac