caption-inspector
caption-inspector copied to clipboard
Errors when running
Hi. Thanks for the detailed instructions. All wen't relatively well.
When I run, I get this. I am running against a single fragment .ts. Not sure that is supported, but that is how most video is now days.
Any thoughts?
(mgregor)-(~/Documents/GitHub/caption-inspector) (master) (! 538)-> ./caption-inspector -o . /Users/mgregor/Downloads/01-1579288410-394427674.ts sh: /usr/local/bin/mediainfo: No such file or directory sh: /usr/local/bin/mediainfo: No such file or directory FATAL DBG_GENERAL [main.c:240] - Unable to establish pipeline. Unable to proceed.
1 FATAL ERROR(s) Detected! Outputs are very suspect.
Application finished with: 1 Warnings and 3 Errors Logfile Written: /Users/mgregor/Documents/GitHub/caption-inspector
Sorry, just saw this now. You are missing the media info tool, which is used to determine if an asset is dropframe or not.
From the readme:
While not required, Caption Inspector leverages a tool called MediaInfo to determine whether or not an asset is, or is not, Drop Frame. You can download the command line version of MediaInfo here. Caption Inspector is known to run with MediaInfo Version 18.12.
Link to Media Info from readme:
https://mediaarea.net/en/MediaInfo/Download
I believe there was a way to disable the need for media info, but I would have to look it up. If you are still interested, let me know and I can help you more to get this to work.