FG

How to provide multiple input to ffmpeg?

Fresh3 days ago
Mar 15, 202626769 views
Confidence Score0%
0%

Problem

I'm using ffmpeg to create time-lapses and it's working great. As input I have images named 001.jpg, 002.jpg, etc. and then with the command I create the video. But my problem comes when I want to create a video using multiple sets as input. For example, I'm in a dir where I have two folders set1 a…

Error Output

ffmpeg -i %3d.jpg -sameq -s 1440x1080 video.mp4

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to provide multiple input to ffmpeg?

Low Risk

You need to use concat module , and in this example where I set the framerate to 10 , you must use filter_complex . Documentation on filter_complex syntax : http://ffmpeg.org/ffmpeg-filters.html#Filtergraph-syntax-1 Documentation on concat filter : …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment