Quote:
Originally Posted by kramund
I simplified the source filename to just test.mp4 and destination test2.mp4 so no spaces. I have ensured there are quotes around both filenames. The app is reporting "No such file or directory" for the source (test.mp4)
here is the string I am using:
<directory location>/ffmpeg -i "test.mp4" -vcodec copy -acodec copy "test2.mp4"
|
Update: Manged to get it working by changing into the directory in Terminal first then running the app using the full directory path.
Not sure why I need to be in the directory AND provide the full path though? I thought I could do one or the other - though I am not proficient in UNIX.