0
As I was trying to write a script (which attempts to join two pictures eventually) using FFmpeg I came across a very weird behaviour.
This is a command from I've found in the How to join two images into one with FFmpeg? thread:
ffmpeg -i a.jpg -i b.jpg -filter_complex scale=120:-1,tile=2x1 output.jpg
What happened to the B cat? Why is it missing from the output image? I couldn't find any information why tile=2x1
behaves like this.
I get this error "At least one output file must be specified" – Zhen Liu – 2017-06-14T15:11:34.673