Miten muunnan how to convert video format mp4 to webm with linux

Miten muunnan how to convert video format mp4 to webm with linux

How to convert videos from mp4 to webm  = HTML5

Like this on a linux terminal (command line),

 

Näin muunnat mp4 videon linux pääteessä eli komentoriviltä webm muotoon eli HTML5 videoksi:

asenna ensin ffmpeg (install first ffmpeg):

sudo apt update

sudo apt install ffmpeg

 

muunna video , convert video:

 

ffmpeg  -i input.mp4  -b:v 0  -crf 30  -pass 1  -an -f webm /dev/null


ffmpeg  -i input.mp4  -b:v 0  -crf 30  -pass 2  output.webm

© 2021 Bittiainen Ltd. All Rights Reserved.
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.