Quote:
Originally Posted by cwd
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