View Single Post
Old 04-15-2010, 10:22 AM   #9
kenjennings
Edge User
 
Quote:
Originally Posted by kenjennings View Post
That script referenced in the previous post works fairly well using mencoder and ffmpeg. Below are the working guts of it:
. . .
Final step to glue it all together:

Code:
ffmpeg -i "temp01_tmp.mp4" -vcodec copy -acodec copy "Movie01.mp4"
. . .
I honestly can't say I understand what the final step using ffmpeg accomplishes. It just looks like it is copying from one file to another. I'm not exactly sure what manipulation is occurring in the output file. I tested the input file ( "temp01_tmp.mp4" ) and it plays the same as the output file on the edge, too. So, I don't know if there is a purpose for using ffmpeg here.

Last edited by kenjennings; 04-15-2010 at 11:31 AM.