This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

MPlayerWidget

MPlayerWidget is a widget wrapper around MPlayer. Unlike other solutions that use the XEmbed protocol to embed an MPlayer window in a user interface, this solution passes the X handle of an existing QLabel widget to MPlayer so that it can render its output directly onto it.

Henning Schröder posted a link to his PyQt (Qt 3) MPlayer wrapper widget in a message to the mailing list. He has kindly donated the code to the community, and it can also be obtained from this page.


2026-02-14 16:12