Hacker News new | ask | show | jobs
by schemathings 858 days ago
Why is there an ffmpeg dependency if the app is only working with metadata?
1 comments

It uses ffprobe for metadata, and ffmpeg for transcoding.
Makese sense, thanks.