Skip to content

Milestones

List view

  • CLI commands leave a bit to be desired in terms of command structure and usefulness. They mostly serve as shortcuts to different components of the app. More arguments, options and sub-commands should be implemented, otherwise it's not useful as a CLI app. As a start, let's at least plan and decide on concrete command structure that we can extend later without re-working.

    No due date
    3/10 issues closed
  • Let's get documentation going beyond the README. We need a proper GitHub page complete with: - installation guide - configuration guide - contribution guide - plenty of gifs, images and copyable code - YouTube tutorials - FAQ - Links to Discord/Slack. discussion, socials

    Overdue by 3 year(s)
    Due by August 18, 2022
    1/3 issues closed
  • Currently targeting Windows as main platform. Some better support for Mac and Linux would be a good idea. Let's see if we can get comparable performance out of Mac M1 to Windows.

    No due date
    5/5 issues closed
  • There are currently a few major potential improvements to be made to the actual encoding performance. Some in task distribution, others in optimal resource utilisation. Let's see how closely we can match Resolve's own DNxHD encoding performance. Some considerations will have to be made to optimize for a spectrum of popular proxy codecs. Casting a wide net, let's aim for DNxHD/HR, ProRes and Cineform. H.264 and H.265 are off the table for now as inter-frame codecs because of drastically different multi-threading implementation (namely in incorporating chunked-encoding)

    No due date
    0/4 issues closed
  • Console output is still a bit of a mess, unfortunately. There are unnecessary newlines padding non-existent prints, log output that doesn't obey the user configuration and prompts that rely on context from a specific log-level (among other things). Lets clean this up. Spinners and progress bars may need addressing as well.

    Overdue by 3 year(s)
    Due by June 16, 2022
    7/11 issues closed