View Single Post
  #436  
Old 02-10-2011, 06:55 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 kramund View Post
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.
Reply With Quote