Using ffmpeg to convert audio cassettes to videos
The excellent ffmpeg is the swiss army knife of all video processing. Just as a reminder to myself, here's a command line to convert an image and audio file to a video. ffmpeg -y -loop 1 -framerate 1 -i image.jpg -i Unknown.mp3 \ -c:v libx264 -preset medium -tune…