Re: [CFT] mplayer with multithreaded decoding

2011-03-30 Thread Christian Weisgerber
Michal Varga wrote: > > You can enable the multithreaded decoder by running run mplayer > > -lavdopts threads=N file (N being the number of desired decoder > > threads). > > AFAIK "-lavdopts threads=auto" should work too in this case, No. mplayer errors out: The threads option must be an inte

Re: [CFT] mplayer with multithreaded decoding

2011-03-29 Thread Michal Varga
On Tue, 2011-03-29 at 18:53 +0200, Thomas Zander wrote: > You can enable the multithreaded decoder by running run mplayer > -lavdopts threads=N file (N being the number of desired decoder > threads). Note that this does not apply to all stages of the playback > pipeline, e.g., if playback is dropp

[CFT] mplayer with multithreaded decoding

2011-03-29 Thread Thomas Zander
Hi, since I am in the middle of updating the mplayer and mencoder ports anyway, we might as well include the latest feature that has found its way upstream. For a few days now, the mplayer development snapshots are able to take advantage of multithreaded ffmpeg decoding (h264 and a few others). Th