I would like to know the CLI command and the script to extract images using FFmpeg of two videos simultaneously and not sequentially. For example - the first frame of the first video the first frame of the second video and the second frame of first video and then the second frame of second video and so on.
Videos will be in mp4 or asf and image should be in jpeg
Use the framepack or interleave filters:
output_0001.jpg
,output_0002.jpg
, etc.Additional info: