ffmpeg4discord icon indicating copy to clipboard operation
ffmpeg4discord copied to clipboard

Better error handling around `ffprobe` call

Open zfleeman opened this issue 11 months ago • 0 comments

There are a lot of assumptions that I make about the metadata available in the video file. I've fixed the "display_aspect_ratio" problem in this commit, but I should check for more issues like:

  • [x] "display_aspect_ratio" is not always tagged on a video file
  • [ ] ["format"]["duration"]
  • [ ] ["streams"]
  • [ ] No audio stream video files break in the self.run() function

zfleeman avatar Mar 13 '24 15:03 zfleeman