×
Inicio Aleatorio

Cutting the videos based on start and end time using ffmpeg

Sección: Programación

Creado: 21-12-19 (Actualizado: 29-01-21)

I tried to cut the video using the start and end time of the video by using the following command

ffmpeg -ss 00:00:03 -t 00:00:08 -i movie.mp4 -acodec copy -vcodec copy -async 1 cut.mp4 By using...

https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg

Siguiente Enlace