I gave DVB-T on my Pandora another try and i managed to get a somewhat pleasing result without overclocking. So far i only cropped the image to 800x480 (DVB-video is 704x576) as the software-scaler is far too slow. So there is a small part missing, but so far that didn't disturb too much and the framerate offers a smooth video-output. Audio is out of sync for a very few (maybe 5) seconds in the beginning, but after that is fine.
Hardware used: An old DVB-T-USB-stick named "Yakumo Quickstick Basic DVB-T" (not produced anymore, company does not exist anymore)
As player i used the modfied mplayer included in panplayer with the following parameters:
I am far from being an mplayer- or video-expert, but here is what i noticed about each parameter:
"-vo xv" is not really necessary. I just tried both "xv" and "x11" video-outputs since they scale in different ways in fullscreen-mode
"-ao sdl" brings a great performance gain AFAIK
"-ac mad" - Without this audio was not playing when using panplayers mplayer.
"-framedrop" actually also works without, but I still use
"-vf crop=800:480" crops the image. I also tried "scale", but as already mentioned this is by far too slow.
If someone knows more about what might improve the output, please let me know. Especially a faster scaling-method would be appreciated.
And feel free to ask for more details if you need them.
Hardware used: An old DVB-T-USB-stick named "Yakumo Quickstick Basic DVB-T" (not produced anymore, company does not exist anymore)
As player i used the modfied mplayer included in panplayer with the following parameters:
Code:
mplayer -vo xv -ao sdl -ac mad -framedrop -vf crop=800:480 dvb://<channelname_configured_in_channels.conf>
I am far from being an mplayer- or video-expert, but here is what i noticed about each parameter:
"-vo xv" is not really necessary. I just tried both "xv" and "x11" video-outputs since they scale in different ways in fullscreen-mode
"-ao sdl" brings a great performance gain AFAIK
"-ac mad" - Without this audio was not playing when using panplayers mplayer.
"-framedrop" actually also works without, but I still use
"-vf crop=800:480" crops the image. I also tried "scale", but as already mentioned this is by far too slow.
If someone knows more about what might improve the output, please let me know. Especially a faster scaling-method would be appreciated.
And feel free to ask for more details if you need them.