Quote:
Originally Posted by mce
What are the source and destination filenames you are working with?
Do either or both filesnames have spaces in them?
Make sure you uses quotes (") around the filenames.
|
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"