I have this nice one-liner to merge an image & sound and create a video:
ffmpeg -i AlbumCover.png -i AnglersTunnel.flac AnglersTunnel.flv
I have an entire folder filled with other sounds I want to process in the exact same way. How can I perform this one-liner on my entire folder? There is only 1 image file to use for every sound file. the output video file name should be the same as the audio file name.