# rust-mp4 **Repository Path**: leonbdong/rust-mp4 ## Basic Information - **Project Name**: rust-mp4 - **Description**: No description available - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Rust MP4 编解码实现 ======================= :Date: 12/14 2016 .. contents:: 介绍 ------ `MPEG-4` (MP4) 容器格式的 `Rust` 代码实现。 测试 ------ .. code:: bash wget "http://az29176.vo.msecnd.net/videocontent/GrizzlyPeakSF_NimiaRM_135375_1080_HD_ZH-CN.mp4"\ -O "test_adobe.mp4" ffmpeg -i test_adobe.mp4 test.mp4 cargo run --example parse 参考 ------- * `MPEG-4 `_ * `ISO/IEC 14496-1:2010 `_ , Information technology -- Coding of audio-visual objects -- Part 1: Systems * `MP4 Ftyps `_ * `MP4 Atoms `_ * `QuickTime Container `_ * `Apple QuickTime `_ * `Adobe F4V `_