View Single Post
  #435  
Old 02-10-2011, 06:30 PM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
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"
Reply With Quote