Secret Santa 2024
Ffmpeg is on the desktop as well. I believe I installed it correctly (with the required download add-ons as well).

Should I have put it in the Toribash folder?

Edit: Tried putting it in the Toribash folder and it still gave me "-bash: ffmpeg: command not found"
Last edited by gioff; Oct 23, 2007 at 04:24 AM. Reason: Stated Above
Well...on the bright side it's giving me a different error message now.

"-bash: ./ffmpeg: No such file or directory"

I really apologize for my complete illiteracy in terms of unix...as a mac user, I've never had to even look at any sort of code before, let alone understand it. So, being walked through keystroke by keystroke is literally the only way I can get it
From the desktop, type:
sudo cp ffmpeg /usr/bin/

Assuming that /usr/bin/ is in the path, it'll function right.
(I'm assuming osx doesn't have root access by default)
凸[◣_◢]凸 PRAISE LID 凸[◣_◢]凸 FUCK THA HATERS 凸[◣_◢]凸 PUT THIS IN YO SIG IF U DOWN 凸[◣_◢]凸
I think that in the terminal you didn't enter to the directory where you put ffmpeg.
e.g.: cd /Applications/Toribash
Unfortunately, I'm pretty sure I did...otherwise this might have solved it.

The Toribash folder is on the desktop, so when I type in

cd Desktop/Toribash

It doesn't give me an error message, and instead the next line goes from

Name-Deleted-Heres-Computer:~ Name$

to

Name-Deleted-Heres-Computer:~/Desktop/Toribash Name$

Ok, ls ffmpeg doesn't get me anywhere...it gives me

ls: ffmpeg: No such file or directory

Chmod ffmpeg gives me something:

usage: chmod [-fv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|entry file ...

No idea what it means though.
Sorry, the chmod is my mistake.

From what it gave you after the 'ls ffmpeg' command, it means that you didn't put ffmpeg in the directory of toribash.

Try copying ffmpeg it again to Toribash directory on the desktop. Then, from the terminal:

cd Desktop/Toribash
ls ffmpeg

(should give you: ffmpeg)

Then run the command that I wrote you before.
(replace ffmpeg with ./ffmpeg there)