Vookimedlo Posted November 9, 2017 Share Posted November 9, 2017 Hello Alfred users, I created a new Alfred workflow, or better said file action, called alfred-ffprobe. It displays information about selected video files. Github alfred-ffprobe Alfred 3 workflow to display an information about various video files. Installation Install the ffprobe to you MacOS. You could do it for example by using Homebrew and installing ffmpeg package. brew install ffmpeg Install alfred-ffprobe wokflow. Usage Select a video file in finder and invoke the alfred file actions ⌃⌘\. Choose the Analyze media file in displayed menu and the information about selected video will be shown. cands, joeynotjoe and Diegobit 2 1 Link to comment
Vookimedlo Posted November 14, 2017 Author Share Posted November 14, 2017 I have rewritten it from scratch. This is my first Alfred 3 workflow, so I use it to investigate what is possible in the amazing Alfred. Github alfred-ffprobe Alfred 3 workflow to display an information about various video files. Installation Install the ffprobe to your MacOS. You could do it for example by using Homebrew and installing ffmpeg package. brew install ffmpeg Install alfred-ffprobe wokflow. All further updates are handled automatically. Usage Select a video file or more video files in finder and invoke the alfred file actions ⌃⌘\. Choose the Analyze media file... in displayed menu and select appropriate action. Then, the information about selected videos will be shown. The full ffprobe output could be retrieved by selecting the option Full output. From time to time, full results could be annoying, so there is another option just showing the results describing inner streams. Just select the option Just streams. Output is much more well-arranged. 40-02 1 Link to comment
Stooovie Posted March 16, 2021 Share Posted March 16, 2021 Hey, fellow Czech Alfred lover here, thanks for this, it's incredibly useful for a video editor! Link to comment
Stooovie Posted May 2, 2021 Share Posted May 2, 2021 Hi, in Big Sur 11.3, I'm getting this for any video file: dyld: Library not loaded: /usr/local/opt/srt/lib/libsrt.1.dylib Referenced from: /usr/local/bin/ffprobe Reason: image not found Reinstalling ffmpeg/ffprobe and homebrew didn't help. Any clues? Link to comment
xgo Posted May 3, 2021 Share Posted May 3, 2021 can you access ffprobe or ffmpeg from terminal normally? I remember running into this a while back, but it's not a workflow issue mostly a way that the library isn't able to being loaded. Was getting a similar error from terminal under a default session. might be a full homebrew issue: https://stackoverflow.com/questions/50657490/ffmpeg-macos-install-reason-image-not-found/50657591 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now