UhhhAaron / GIF-Caption-Creator

Fork of broken GIF caption generator, written in Python
GNU General Public License v3.0
1 stars 2 forks source link

ffmpeg install must be written as "FFmpeg" on linux #5

Open ethan-xd opened 3 months ago

ethan-xd commented 3 months ago

becuase linux is case sensitive, i was stuck using this package because i didnt realize that it needed to be FFmpeg, not ffmpeg. ideally it shouldnt matter what the capitalization is.

i was able to run the script with it finding ffmpeg fine when i changed the variable to lowercase

https://github.com/UhhhAaron/GIF-Caption-Creator/blob/master/Scripts/Main/Packages_Location/FFmpeg.pyw