Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.16 KB

8mb-encoder

Batch scripts based on Aomenc, FFMPEG, and MKVToolNix to create the highest quality videos under 8MB

image

Required downloads

Place all of the following executables in the tools directory

Usage

There are 3 ways to use the encode.bat

  • Drag your file on encode.bat
  • Run encode.bat <filename> in cmd where <filename> the name of your video file
  • Name your file source.mkv and run encode.bat by double clicking or via cmd

Notes

  • Muxing with MKVToolNix is not necessary but results in a smaller webm or mkv than ffmpeg
  • webm is generally smaller than mkv

TODO

  • Once merging, if not past limit, keep re-encoding audio with higher bitrate until larger than 8MB to fill the rest of the space
    • Increase by 100bps increments