Quote:
Originally Posted by Yansky
K, sounds like there's a problem with my code. I might not have time to fix it tonight though.
If you want to try it yourself you can use the terminal in OSX. Here are the steps:
1.Open the terminal (it's in the applications/utilities folder)
2. Drag ffmpeg to the terminal. It will show up in the terminal as an absolute path to ffmpeg
3.make sure the mp4 file is in the same directory as ffmpeg
4. Add the following text to the end of the ffmpeg absolute path that is showing in the terminal
Code:
-i "filename.mp4" -vcodec copy -acodec copy newFilename.mp4
(replace filename.mp4 with the filename of the original file)
|
thanks - tried this but just kept getting an error that the file could not be found. I have made sure that the video is in the same directory. so not sure what is happening.