简体   繁体   English

检测MOV文件中丢失的音频

[英]Detecting missing audio in MOV files

i'm curious if there is a way to detect if audio is missing or broken from a MOV video file. 我很好奇是否有办法检测音频是否从MOV视频文件丢失或损坏。 Recently there was a MOV file which was playable, but the audio was "missing". 最近有一个可播放的MOV文件,但音频“丢失”。

I tried ffmpeg to get specific errors but it did not give me any. 我试过ffmpeg得到具体的错误,但它没有给我任何。 I only noticed that the audio bitrate was very low, 2kb/s. 我只注意到音频比特率非常低,2kb / s。 Apart from checking the audio bitrate is there a way to detect such broken video clips with ffmpeg? 除了检查音频比特率有没有办法用ffmpeg检测这种损坏的视频剪辑?

The mising audio could have been caused by an unsuccessful copying of the file. mising的音频可能是由于文件复制不成功造成的。

ffmpeg -i movie.avi -af volumedetect -f null -

这将打印出一个直方图,告诉您文件中的音量

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM