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 :: unzip folder linux 
Shell :: bash substring test 
Shell :: cut first word 
Shell :: how to set up git for github 
Shell :: git bash command not found in vscode 
Shell :: kubectl install on ubuntu 
Shell :: navigate to drive d cmd 
Shell :: install android repo 
Shell :: kill process running on port linux 
Shell :: how to start nessus on kali 
Shell :: install/uninstall deb packages from linux/ubuntu 
Shell :: bash get all files in directory as array 
Shell :: check directory size 
Shell :: git reset one file 
Shell :: bash wait for input to continue 
Shell :: bash temporary file 
Shell :: ubuntu zip 
Shell :: optimize mp4 ffmpeg 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, watch 
Shell :: How can I make LibreOffice look better? 
Shell :: linux bin to iso 
Shell :: pause in bash 
Shell :: ubuntu icons missing on taskbar 
Shell :: docker logs last few lines 
Shell :: install apache on mac 
Shell :: how to change permissions on a file in linux 
Shell :: ec2 download file 
Shell :: update git config username and email 
Shell :: ubuntu xampp control panel starten 
Shell :: git push -u origin master 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =