Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[37 / 12 / ?]

Making webms with sound

No.132968 View ViewReplyOriginalReport
So how do you make webms with sound?

What formula do you use?

My current one for basic webms is

ffmpeg -i "file location" -ss 00:00:00.000 -to 00:00:00.000 -c:v libvpx -crf 4 -b:v 3072*1024*8/duration*0.975 -vf scale=640:-1 -an outputname.webm