Hello
It's been over an hour, and ffmpeg ("version N-58043-g0062869 Nov 12 2013") is still not through creating an MP4 video from a 70mn MP3 file and a single PNG file:
I expected this to be pretty fast, so am wondering if I did something wrong.
Thank you.
It's been over an hour, and ffmpeg ("version N-58043-g0062869 Nov 12 2013") is still not through creating an MP4 video from a 70mn MP3 file and a single PNG file:
Code:
ffmpeg.exe -loop 1 -i picture.png -i input.mp3 -c:v libx264 -c:a copy output.mp4
Thank you.