[FFmpeg-devel] ffmpeg create video from one picture and one audio file
Matej Marko
ekonom1 at atlas.sk
Mon Jul 3 14:23:14 EEST 2023
Hello,
official way of ffmpeg bug report actually not work correct. I created alternative way of bug report here.
This command not worg correct. Video is longer than audio file
ffmpeg -loop 1 -framerate 2/60 -i 22.jpg -i 22.mp3 -c:v libvpx-vp9 -c:a copy -shortest -r 2 video-vystup2.mkv
This command not worg correct. Video is no possible convert for Youtube servers. Youtube servers use FFMPEG too.
ffmpeg -framerate 1 -i 22.jpg -i 22.mp3 -c:a copy -c:v libvpx-vp9 video-vystup.mkv
Developers Can you please repair it?
Or can you me please help
Thanks
More information about the ffmpeg-devel
mailing list