Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ffmpeg convert mov to mp4

ffmpeg -i my-video.mov -vcodec h264 -acodec mp2 my-video.mp4
Comment

ffmpeg mkv to mp4

ffmpeg -i "file.mkv" -codec copy -strict -2 "file.mp4"
Comment

ffmpeg to mkv

ffmpeg -i input.mp4 output.mkv
Comment

PREVIOUS NEXT
Code Example
Shell :: pm2 start yarn start 
Shell :: how to allow traffic on port 8080 in centos 7 
Shell :: remove first word of pipe output 
Shell :: untar file in linux 
Shell :: apt clean cache 
Shell :: how to remove node modules from github 
Shell :: access desktop from wsl 
Shell :: install exact version npm 
Shell :: ubuntu grub repair 
Shell :: search in centos terminal 
Shell :: install xampp on Linux 
Shell :: delete git remote heroku 
Shell :: how to open chrome on linux mac 
Shell :: git reset file 
Shell :: Error: EACCES: permission denied, mkdtemp linux ubuntu 
Shell :: bash temp file 
Shell :: npm install from github branch 
Shell :: github repo with most issues 
Shell :: bash grep find lines that start with word 
Shell :: getting started with sanity 
Shell :: realtek rtl8812au ubuntu 
Shell :: styled-components 
Shell :: ubuntu taskbar not showing incons for current applications 
Shell :: Terminal commands to push a file to Github 
Shell :: adb uninstall apk 
Shell :: linux install docker 
Shell :: conda install opencv 
Shell :: edit git config file 
Shell :: start xampp 
Shell :: git push to branch 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =