Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于快速流式传输,我想知道如何减小 moov atom 的大小(有时 2-6 MB)。ffmpeg 或 x264 中是否有任何设置?我知道需要减少关键帧的频率,但我该怎么做呢?
如果您创建“基线配置文件”流,ffmpeg 不会将 CTTS atom 放入 moov,尽管大小的减少不会显着。
“mov”文件还支持称为“cmov”的东西,它可以将moov atom的大小减少50%,但ffmpeg不支持这个(http://wiki.multimedia.cx/index.php?title=MOV#Decompressing_Compressed_moov_Atoms_With_zlib)你需要使用quicktime pro,而且播放器对cmov的支持也很严格。