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 :: how-to-fix-held-broken-packages 
Shell :: show install button for pwa react 
Shell :: django view sql behind migration 
Shell :: install zipkin docker 
Shell :: Install Redis GUI on Ubuntu 20.04 
Shell :: rm directory linux 
Shell :: git config --list 
Shell :: stop avd 
Shell :: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? 
Shell :: razer synapse for linux 
Shell :: kazam recorder ubuntu 
Shell :: tailwindcss 
Shell :: delete branch 
Shell :: create a new branch without code 
Shell :: convert windows file to unix 
Shell :: create default package.json 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 
Shell :: how to install telegram send 
Shell :: cannot update paths and switch to branch at the same time 
Shell :: @types/react-native-vector-icons 
Shell :: gcc info linux 
Shell :: linux user all permissions 
Shell :: how to create new branch in git 
Shell :: pull everything git 
Shell :: delete folder from repo 
Shell :: bash do while one line 
Shell :: raspberry pi ubuntu server raspi-config 
Shell :: install spotify on ubuntu 
Shell :: powershell copy file to remote server 
Shell :: linux makefile 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =