Here are two methods of truncate a video, using mencoder and ffmpeg. Choose your preferred one:
$ mencoder -ss [start] -endpos [duration] -oac copy -ovc copy [inputfile] -o [outputfile]
$ ffmpeg -vcodec copy -acodec copy -i [inputfile] -ss [start] -t [duration] [outputfile]
No hay comentarios:
Publicar un comentario