Transcoding Audio File With An Image
You have an audio file and want to generate a video file for the same. You can do so by transcoding the audio file with an image. We can do this by creating a video stream from the image and attaching the audio stream to it. We use ffmpeg for this process. Conversion process Step…