I am trying to convert my video using convert.sh but there is an error. It says "convert.sh: line 8: ffmpeg command not found". Please help me. Thanks!
W
Wolfgang Damm
said
about 9 years ago
Please check that the ffmpeg executable is within the same folder as the convert.sh. If you copied the .sh to another folder, you will need to copy ffmpeg as well or just call convert.sh from the SDK Package folder and use an absolute path for the video.
R
Rivera.migueld
said
about 9 years ago
I typed this on the terminal "sh convert.sh /Users/danlesternapa/Downloads/videonew.mov /Users/danlesternapa/Downloads/build.mp4" but still the error persists. I right-clicked on my video, clicked Get Info and copied the path but still no luck on converting. I didn't do anything on the ffmpeg, after extracting the sdk, I already did the conversion. Still no luck.
W
Wolfgang Damm
said
about 9 years ago
Can you try to change the last line in convert.sh so it starts with
Rivera.migueld