skillfed

pyobjc-framework-MediaToolbox

Wrappers for the framework MediaToolbox on macOS

pyobjc-framework-mediatoolbox v12.2.2 655.9K downloads/30d#5,504 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package is a thin wrapper around Apple's MediaToolbox framework, generated as part of the PyObjC project. It translates Objective-C APIs into Python bindings so that macOS developers can call MediaToolbox functions directly from Python code. The package does not include its own documentation; users must refer to Apple's official MediaToolbox documentation and PyObjC's general translation guidelines to understand how to use the framework.

The package is macOS-specific and requires Python 3.10 or later. It depends on pyobjc-core and pyobjc-framework-Cocoa to function. Installation is straightforward on supported macOS systems, but the package is not available for Linux or Windows. The maintainer is active, with recent releases and ongoing repository maintenance.

Use it for:

  • Access macOS media processing APIs from Python scripts or applications without writing Objective-C
  • Integrate media toolbox functionality into cross-platform Python tools that run on macOS
  • Prototype or automate media-related tasks using Python on macOS systems
  • Build macOS desktop applications in Python that require low-level media framework access

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to Apple's MediaToolbox framework on macOS, enabling direct access to media processing and toolbox APIs from Python code.

Yes, if you are on macOS and need direct access to the MediaToolbox framework from Python. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. Install friction is moderate due to macOS-only availability and Python version requirements, but pre-built wheels reduce build complexity. Not applicable on other operating systems.

Install

pyobjc-framework-mediatoolbox on PyPI

pip

pip install pyobjc-framework-mediatoolbox

uv

uv add pyobjc-framework-mediatoolbox

poetry

poetry add pyobjc-framework-mediatoolbox

Installing pyobjc-framework-MediaToolbox

Before you install

Medium install friction: macOS-only wheels across multiple Python versions (3.10–3.15) and architectures. Requires pyobjc-core and pyobjc-framework-Cocoa as dependencies. Active maintenance with a recent release (3 days old) and steady repository activity.

License in practice

MIT license permits commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install pyobjc-framework-mediatoolbox
import MediaToolbox
# Access MediaToolbox APIs via the framework binding

macOS only; requires Python 3.10 or later and a compatible macOS version matching the wheel (10.9 or later depending on Python version).

Verify before relying

  • Specific MediaToolbox APIs exposed and their completeness relative to Apple's native framework
  • Performance characteristics or overhead of the Python-to-Objective-C bridge for media operations
  • Real-world usage patterns and whether this is actively used beyond the PyObjC maintainer ecosystem

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-Cocoa
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 655,908/month — #5,504 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_mediatoolbox-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, MediaToolbox

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos media toolbox pythonpyobjc media frameworkapple mediakit bindingsmacos audio video processingobjective-c media toolbox wrapper
macos-onlymedia-processingobjective-c-bindings

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-CoreMedia

Provides Python bindings to macOS's CoreMedia…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMediaIO

Provides Python bindings to Apple's CoreMediaIO…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-AVKit

Provides Python bindings to macOS's AVKit…

permissive · top 15,000 on PyPI

pyobjc-framework-AudioVideoBridging

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-DiscRecording

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-PhotosUI

Provides Python bindings to macOS's PhotosUI…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoToolbox

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

toolbox-core

A Python SDK for connecting to and invoking…

permissive · top 15,000 on PyPI