So I'm playing with ffmpeg and I have the command currently:
"ffmpeg_path?-ss?seek_time?-i?input_video_path?-vframes?1?-f?mjpeg?output_image_path?2<&1"
The issue that I'm facing is that for example I have a vertical video from a mobile phone the output image will be streched to 16:9, what I would like to do is to add black bars to the side of the image if the input is not in a 16:9 format.
Any suggestions or ideas on how I could do that?
Thank you!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…