Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ffmpeg webm to mp4

ffmpeg -i "01 - file.webm" -crf 23 "file.mp4"
Comment

ffmpeg mp4 to webm vp8

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

PREVIOUS NEXT
Code Example
Shell :: Warning in install.packages : installation of package ‘tidyverse’ had non-zero exit status 
Shell :: how to install podman in ubuntu 
Shell :: random string linux 
Shell :: xclip string to clipboard 
Shell :: expo start production mode 
Shell :: ubuntu check php status 
Shell :: restart bashrc 
Shell :: if argument bash 
Shell :: brew install npm 
Shell :: firebase commands 
Shell :: indicator stickynotes 
Shell :: find file in ubuntu 
Shell :: git log from selected branch 
Shell :: uninstall cheese linux 
Shell :: install supervisor di linux 
Shell :: how to install firebase in ubuntu 
Shell :: ImportError: lxml not found, please install it 
Shell :: remove git 
Shell :: weka ubuntu 
Shell :: centos install netstat 
Shell :: invalid or corrupted database (pgp signature) 
Shell :: delete package on linux 
Shell :: serial key aida 64 
Shell :: delete vscode mac 
Shell :: openssl view certificate 
Shell :: search for a package name in conda 
Shell :: phoneinfoga github 
Shell :: WARNING: UNPROTECTED PRIVATE KEY FILE! 
Shell :: ubuntu unable to write file 
Shell :: how to unrar in linux 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =