I'm currently trying to convert a Mp4 to a Mp3 using this answer with the following ffmpeg comand
ffmpeg -i video.mp4 -i cover.jpg -acodec libmp3lame -b:a 256k -c:v copy -map 0:a:0 -map 1:v:0 output.mp3
But when I try to run the command via terminal to stdout
ffmpeg -i video.mp4 -i cover.jpg -acodec libmp3lame -b:a 256k -c:v copy -map 0:a:0 -map 1:v:0 -f mp3 - > output.mp3
So I can avoid making files in between the next process, the resulting file does not have the thumb