Previous: >>6222640
>>6236585based
>>6235660Genuinely the greatest boss theme of all time and its not even close.
>>6237806never gets old
>>6238350English Horn doesn't get much love in vidya ost's
>>6237806>>6238302https://www.youtube.com/watch?v=T3iHxLs5maM
>>6237806
How do you guys encode these? I have mp3 and I have png. Which ffmpeg command do I use?
>>6238888Learn to use ChatGPT, anon.Say "Write me a .bat file where I can drag and drop an image file and an mp3 file and it outputs a webm of them together. Just a webm of the image for the entire video and the mp3 as the audio. Then iteratively downscale until it is below 6.00 MB. Then output the webm file in the same directory."Modern AI can handle that, it's not a huge amount of code.
>>6238953Dumb nigger using an IA for a one line cmd line, pathetic losers.
>>6238888>>6238953no.bad.use that pink mushy thing inside your skull to actually learn something.for instancetake your png, convert it to a moderately sized jpg as we want the extra space for music quality.sometimes you can get away with a larger image, it all depends.take your mp3, convert it with ffmpeg to the needed size (you'll figure it out)ffmpeg -i NARC.mp3 -c:a libopus -b:a 180K out180k.opusthat gives you an image and and audio file, now we put it in vp9 webm containerffmpeg -r 1 -loop 1 -i YourImage.jpg -i out180k.opus -map 0 -map 1:a -c:v libvpx-vp9 -crf 0 -g 4 -frames:v 4 -c:a copy -y freedom.webmthere, you can easily manipulate size requirments
>>6239131>>6239276>getting triggered by saving time
>>6239276It works, but I don't really understand why and I also wonder if it's possible to merge these two commands into one (i.e. have mp3 and png as inputs to the command instead of opus and jpg).Let's continue in >>>/g/109882191 to not derail the thread
>>6236249based tecmo bowl enjoyer
>>6239382It does not. When you're not in control of what you're doing, you're an idiot.