{"id":67896,"library":"ffmpeg-sys-next","title":"FFmpeg Sys Next","description":"FFI bindings to FFmpeg.","status":"active","version":"8.1.0","language":"rust","source_language":null,"source_url":"https://github.com/zmwangx/rust-ffmpeg-sys","tags":["ffmpeg","ffi","multimedia"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nffmpeg-sys-next = \"8.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ffmpeg-sys-next","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"avformat_open_input","correct":"use ffmpeg_sys_next::avformat_open_input;"}],"quickstart":{"code":"use ffmpeg_sys_next::avformat_open_input;\n\nfn main() {\n    unsafe {\n        let mut fmt_ctx = std::ptr::null_mut();\n        avformat_open_input(&mut fmt_ctx, b\"input.mp4\\0\" as *const _ as *const _, std::ptr::null_mut(), std::ptr::null_mut());\n    }\n}","lang":"rust","description":"Open an input file with FFmpeg."},"warnings":[{"fix":"Install FFmpeg development packages (e.g., libavformat-dev).","message":"Requires FFmpeg libraries installed on the system.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'bind':5 'ffi':4,9 'ffmpeg':1,7,8 'multimedia':10 'next':3 'sys':2","created_at":"2026-06-17T17:42:56.802918+00:00","updated_at":"2026-06-17T17:42:56.802918+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zmwangx/rust-ffmpeg-sys","github":"https://github.com/zmwangx/rust-ffmpeg-sys","docs":"https://docs.rs/ffmpeg-sys-next/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}