Request for Linux help 

How does #ffmpeg work? I'm super confused on how to make a video that won't freak out any standard video player. I want to take an image file, and have just that image file for 30 seconds.

I also want to know how to split a video into two clips at a timestamp.

I also want to know how to concatenate videos 🤔

Follow

Request for Linux help 

@MadestMadness I haven't converted an image to a video with ffmpeg before, but this looks like it should work: stackoverflow.com/questions/24

To split a video, you can use the -ss and -t flags. -ss specifies the time you want to start at, and -t is how long you want to grab after that time. So you could run ffmpeg -i inputfile.mp4 -ss 00:03:33 -t 00:00:30 outputfile.mp4 to cut the 30 seconds following 03:33 into a new file.

trac.ffmpeg.org/wiki/Concatena

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.