Skip to content

Advanced bitrate calculator written in Bash. It determines the length of a media file and calculates the required bitrate for it to fit within a given number of bytes.

License

Notifications You must be signed in to change notification settings

lordkitsuna/singular-they-is-bad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

singular-they-is-good

This is an advanced bitrate calculator written in Bash. It determines the length of a media file and calculates the required bitrate for it to fit within a given number of bytes.

Dependencies

  • mediainfo
  • bc

Installation

Download the script, make sure it is executable, and put it somewhere in your $PATH.

Example usage

$ singular-they-is-good ten-seconds.mkv 5000000
4000000.00000000000000000000

This shows that to fit a 10-second video in 5 MB, the bitrate can be up to 4 Mb/s.

About

Advanced bitrate calculator written in Bash. It determines the length of a media file and calculates the required bitrate for it to fit within a given number of bytes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%