>>133458Okay, now I've got it more or less
While keeping my formula
Its now
ffmpeg -i "File locatiob" -ss 00:00:00.000 -to 00:00:00.000 -c:v libvpx -c:a libvorbis -crf 4 -b:v 3072*1024*8/Duration in seconds*0.975 -vf scale=640:-1 -ar 22050 -y Outputname.webm
So in the end I needed to add
-c:a libvorbis
-ar "Hz size"
and as
you
>>133457said
-an kills sound, so take it out
Thank you all for all your help
Now all I have to ask now is how do I put/keep subs in?