On Mon, March 9, 2020 9:44 am, Jeanette C. wrote:
commandline I use:
ffmpeg -loop 1 -framerate 1 -i image.jpg -i audio.wav -c:v libx264 -tune
stillimage -profile:v main -level 3.1 -crf 18 -c:a aac -shortest -pix_fmt
yuv420p video.mp4
A framerate argument of 1 stands out as unusual to me, I would expect that
to be a common frame rate that you want for the output file, such as 24,
30, or 29.97 frames per second.
--
Chris Caudle