View Single Post
Old 06-27-2012, 12:58 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,339
Quote:
Originally Posted by cwd View Post
Hello,
I'm looking for a ffmpeg command to split a mp4 file without re-encoding it.
Someone here have done that?
Thanks
use the copy command so it doesnt re-encode like so

Code:
ffmpeg -ss 00:00:00 -t 00:50:00 -i largefile.mp4 -acodec copy -vcodec copy smallfile.mp4
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote