Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: mplayer.sh 0.8.1



crowmo@bih.net.ba wrote:

> THis is from starting one divx(roadtoperdition) and sometime i
> have
> slow moving of audio/video, sometime not and the cpu load is

> Cpu(s):  47.0% user,  12.3% system,   0.0% nice,  40.7% idle

> this is most time it never cros to 70% of usage even when the
> video/audio is in slow motion..

Ok, so the CPU is not the bottleneck. Next thing to try is to reduce the
bitrate of the generated MPEG stream: in mplayer.sh.conf set VOP="lavc=6000"
You can try different values there.

> That from /var/log/message, the video is black... and when i
> start it
> from console it iz normal xvid color moive...

So you have two problems:
1) some videos *do play*, but are jerky
2) some videos doesn't play at all

Correct?
Please set DEBUG="true" and USERDEF="" in mplayer.sh.conf and post the
output when playing one of the videos where the screen stays black.

> i have tray to load divx from bot hdd same thing, and i have
> tray to
> load it fom cdrom same,....

Check wether the harddrives/cdrom are using DMA:
hdparm -v /dev/hda (and so on for the other drives)
Look for "using_dma". If it's not "1", try to set it with
hdparm -d1 /dev/hda

> dont know what else to use to get good quality of divx/xvid on
> my
> tvout of dvb, as i play them on crt everything ok...

Viewing a video on the X11 desktop or via DVB are two different things.
First, there are different output devices.
Second, for X11 the video has just to be decoded and displayed. This
doesn't take much CPU power.
For DVB the video has to be decoded and then *encoded* as MPEG1 on the
fly. This encoding takes much CPU power.

Cheers,
Juri



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index