Any way to use ffmpeg in terminal?


Berni11

Still Fresh
Joined
Feb 14, 2013
Messages
12
Hello,

I need to use ffmpeg with its commands in the terminal. I found, that small-ffmpeg-gui has ffmpeg included, but how can i use it in the terminal without the gui?

thank you
 
I ran into similar issue with Taskwarrior PND, but found a nice solution:

  • Mount PND:
    Code:
    /usr/pandora/scripts/pnd_run.sh -p /1p/pandora/menu/ffmpeg.pnd -m
  • Run ffmpeg from cli:
    Code:
    /mnt/utmp/ffmpeg/bin/ffmpeg --version
  • Unmount PND when done:
    Code:
    /usr/pandora/scripts/pnd_run.sh -p /1p/pandora/menu/ffmpeg.pnd -u
 
Last edited by a moderator:
Back
Top