Keylost / jetson-ffmpeg

ffmpeg support on jetson nano
Other
64 stars 24 forks source link

error:command not found ffmpeg #18

Open lkw052715 opened 9 months ago

lkw052715 commented 9 months ago

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

TobiasKWF commented 9 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 9 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!