Skip to content

This script reduces the size of a video file while transcoding it to x265.

Notifications You must be signed in to change notification settings

maxrugen/shrinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Shrinker

This script redudes the size of a video file by transcoding it from x264 to x265 video and increasing the CRF value to 28 following the method found in this Stackoverflow thread.

Prequisites

This script requires ffmpeg to be installed.

Running the script

Run the script ./shrinker.sh and make sure to pass the input and output file as an argument like this: ./shrinker.sh input output.

Should anyone experience issues while launching the script do not forget to make it executable using chmod a+x shrinker.sh before executing the script.

About

This script reduces the size of a video file while transcoding it to x265.

Topics

Resources

Stars

Watchers

Forks

Languages