Re: Hardware encoding
Vladimir M <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
> Hi, > > I have a vdr running at home, i've made a script so i can use it and put the > channel behind it, maybe you can use it for your problem and modify it for > dvb. > > "script 16" gives me channel from the vdr. > > Here it is: > > #!/bin/bash > mplayer -ao sdl:dsp -vo x11 -framedrop -cache 8192 -nojoystick -autosync 30 > http://vdr:3000/TS/$1 Johan! As far as I know, thease parameters just decreases cpu usage for decoding. Low cache, another sound driver. But my card not budget - It has builtin hardware decoder. I just want to use it :) Vladimir