{"library":"static-ffmpeg","title":"static-ffmpeg","type":"library","description":"Provides a static download of ffmpeg for cross-platform use, ensuring a consistent ffmpeg binary across different systems. Current version 3.0, updated irregularly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install static-ffmpeg"],"cli":null},"imports":["from static_ffmpeg import FFmpeg"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/static-ffmpeg/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from static_ffmpeg import FFmpeg\nff = FFmpeg()\nff.execute(['-version'])\n# ff.execute(['-i', 'input.mp4', 'output.mp4'])","lang":"python","description":"Initialize and run ffmpeg commands with automatic binary download if not cached.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}