Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to do compress video in linux

ffmpeg -i input.mp4 -vcodec libx265 -crf 20 output.mp4
# The higher the crf value, the smaller is the file size and decrease in video quality. So, you can use the crf value as 0 if you want lossless compression. However, that would lead to greater file size.
Comment

PREVIOUS NEXT
Code Example
Shell :: how to restart nginx 
Shell :: dotnet ef not found 
Shell :: upgrade matplotlib version 
Shell :: how to update git on windows 
Shell :: git username email 
Shell :: conda install keras 
Shell :: git clean cache 
Shell :: date linux format yyyymmdd 
Shell :: stop a process running on a port ubuntu 
Shell :: mysqlclient install ubuntu 
Shell :: remove remote origin github 
Shell :: restart rabbitmq service linux 
Shell :: windows flush dns 
Shell :: curl not found 
Shell :: yarn clear cache 
Shell :: clean manjaro 
Shell :: remove git credentials terminal 
Shell :: install apt-cyg 
Shell :: nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied) 
Shell :: install selenium python 
Shell :: tmux for ubuntu 
Shell :: test apache config 
Shell :: magento 2 version file permissions 
Shell :: count files in directory linux 
Shell :: remove app ubuntu terminal 
Shell :: ubuntu keepass2 
Shell :: uninstall tensorflow 
Shell :: git commit username and email 
Shell :: ubuntu install clamav 
Shell :: The file will have its original line endings in your working directory 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =