代码改变世界

随笔档案-2023年08月

[Multimedia] 多媒体工具收集

2023-08-17 17:49 by shaobin0604, 86 阅读, 收藏,
摘要: ## 媒体资源分析 - https://github.com/axiomatic-systems/Bento4 - https://gpac.github.io/mp4box.js/ - https://github.com/gpac/gpac/wiki/MP4Box - https://githu 阅读全文

[Multimedia][ffmpeg] 音频音量获取

2023-08-16 15:06 by shaobin0604, 351 阅读, 收藏,
摘要: ```bash ffmpeg -i ~/media/test.mp4 -filter_complex volumedetect -c:v copy -f null /dev/null ... [Parsed_volumedetect_0 @ 0x7f83a481c000] n_samples: 23 阅读全文