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.
我很好奇是否有办法检测 MOV 视频文件中的音频是否丢失或损坏。最近有一个可以播放的 MOV 文件,但音频“丢失”。
我尝试 ffmpeg 来获取特定的错误,但它没有给我任何错误。我只注意到音频比特率非常低,2kb/s。除了检查音频比特率之外,还有没有办法用 ffmpeg 检测这种损坏的视频剪辑?
丢失的音频可能是由于文件复制不成功引起的。
ffmpeg -i movie.avi -af volumedetect -f null -
这将打印出一个直方图,告诉您文件中的音量