Giter Site home page Giter Site logo

notenoughencodes's Introduction

NotEnoughEncodes

NotEnoughEncodes is a small GUI Handler for aomenc (AV1).

NotEnoughEncodes is a tool to make encoding easier and faster for the AV1 reference encoder.

It splits the Source Video into multiple chunks and encode them parallel with the same given settings. At the end it will Concatenate the chunks into a single video (no audio!).

This tool is Windows only. For multiplatform and more features check out the CLI Tool Av1an.

alt text


Build status

Installation:

  1. Download ffmpeg and ffprobe, aomenc and NotEnoughEncodes.
  2. Create a new Folder and put all .exe files in them (ffmpeg, ffprobe, aomenc and NotEnoughEncodes.exe)

Usage:

  1. Open NotEnoughEncodes.exe
  2. Select your video file / Set video output file
  3. Select the Chunk length in seconds. (The Chunks won't be exactly this long. ffmpeg will cut it at the nearest Key-Frame!)
  4. Edit the Encoding settings. (You can save the settings by clicking on "Save Settings")
  5. Click on "Start Encode".

NEE has a resume feature, with which you can resume cancled encodes. (unfinished chunks will be overwritten!)

If you press on cancel, the program will terminate ALL aomenc and ffmpeg processes. Don't press it if you have other encodes/instances running!

If you experience framelosses you may have a slightly corrupted video. Using the option "Reencode Lossless" might help with this issue. (Video will be encoded to utvideo - this may take alot of disk space)


How does this program work?:

This programm will split the given video file into roughly equally chunks. This splitting process is not reencoding the video. After splitting it will encode the chunks with x amount of workers. When finished, it will mux the encoded files together in one .mkv file. You have to add Audio seperatly.

Disclaimer:

  • This is my first Project. I don't really know much about programming and github.

notenoughencodes's People

Contributors

alkl58 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.