Keylost / jetson-ffmpeg

ffmpeg support on nvidia jetson
Other
76 stars 26 forks source link

error:command not found ffmpeg #18

Closed lkw052715 closed 1 month ago

lkw052715 commented 11 months ago

After completing the second step, I used ffmpeg and got an error:command not found ffmpeg

TobiasKWF commented 11 months ago

These that you are not installed it in the path ...

try make install and then ffmpeg then it should be in the path and run

lkw052715 commented 11 months ago

Thank you for your prompt reply! But I want to use python pipe to call ffmpeg how do I do it or can we use our ffmpeg in any folder under the terminal like the official version of ffmpeg, looking forward to your reply!

Keylost commented 1 month ago

Thank you for your prompt reply! But I want to use python pipe to call ffmpeg how do I do it or can we use our ffmpeg in any folder under the terminal like the official version of ffmpeg, looking forward to your reply!

What TobiasKWF wrote was correct. You had to install ffmpeg with "sudo make install" to use this build without specifying full paths. I added "sudo make install" to the readme just in case :)