alfred-video-downloader icon indicating copy to clipboard operation
alfred-video-downloader copied to clipboard

failed to convert mp3

Open initeasylife opened this issue 7 years ago • 2 comments

ffmpeg_installed=$(program_exists "ffmpeg")

command not found :program_exists

initeasylife avatar Jan 12 '18 17:01 initeasylife

solved this problem? same here. Im using ffmpeg from homebrew "brew install ffmpeg". ffmpeg installed : image

Im already checked inside shelper.sh and the command program_exists is there, and is working as well , but still getting false at this if condition : image

tucomel avatar Sep 18 '19 15:09 tucomel

@initeasylife I solved here fixing my .bash_profile, setting my PATH variable correctly Also added --embed-thumbnail at options to use video thumb at mp3 cover If you want some help to fix it I used this link https://natelandau.com/my-mac-osx-bash_profile/

tucomel avatar Sep 18 '19 19:09 tucomel