Jump to content

Recommended Posts

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

  1. Install the ffprobe to you MacOS.

  2. Install alfred-ffprobe wokflow.

Usage

Select a video file in finder and invoke the alfred file actions ⌃⌘\.

Alfred actions screenshot

Choose the Analyze media file in displayed menu and the information about selected video will be shown.

alfred-ffprobe results screenshot

 

 

Link to comment

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

  1. Install the ffprobe to your MacOS.

  2. Install alfred-ffprobe wokflow.

  3. All further updates are handled automatically.

Usage

Select a video file or more video files in finder and invoke the alfred file actions ⌃⌘\.

Alfred actions screenshot

Choose the Analyze media file... in displayed menu and select appropriate action.

Alfred actions submenu screenshot

Then, the information about selected videos will be shown. The full ffprobe output could be retrieved by selecting the option Full output.

alfred-ffprobe results screenshot


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.

alfred-ffprobe results screenshot

Link to comment
  • 3 years later...
  • 1 month later...

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

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
  • 2 years later...

worked until today, I'm getting

dyld[66825]: Library not loaded: /opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib
  Referenced from: <83BB9D42-50F4-346C-87CB-314486B0C46D> /usr/local/bin/ffprobe
  Reason: tried: '/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/usr/local/lib/libavdevice.60.dylib' (no such file), '/usr/lib/libavdevice.60.dylib' (no such file, not in dyld cache)

 

reinstalling ffmpeg via homebrew didn't fix the issue. Sonoma 14.0. I think I did have it working fine in Sonoma last week.

Edited by Stooovie
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...