In response to blip #119971
KynikossDragonn said:
@garfieldfromgarfield:
Use FFmpeg and you don't have to pay anything or register to dubious websites:$ ffmpeg -hide_banner -i ./somevideo.mp4 -c:v libvpx-vp9 -b:v 0 -crf 30 -pass 1 -an -f null /dev/null && \ ffmpeg -hide_banner -i ./somevideo.mp4 -c:v libvpx-vp9 -b:v 0 -crf 30 -pass 2 -c:a libopus -b:a 128k -vbr on -compression_level 10 ./someothervideo.webm
do i have to have a coding program installed or does my computer already come with one? i tried entering a line of code but it didn't do anything. i'm sure my syntax was completely incorrect but i can't figure out how to fix it. all the tutorials i've looked at are for people who already have a basic understanding of the program.