ffmpeg command to extract first two minutes of a video -



ffmpeg command to extract first two minutes of a video -

what simplest ffmpeg command truncate video first 2 minutes (or nil if video less 2 minutes) ? can pass-through on of initial video settings.

$ ffmpeg -i in.mov -ss 0 -t 120 out.mov

ffmpeg

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -