Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 751 Bytes

TODO.md

File metadata and controls

30 lines (17 loc) · 751 Bytes

if ffmpeg/ocio not found, reset path in settings, and search again

Refactor

  • Remove the "silent" param from setters in MediaInfo, VideoInfo and AudioInfo; use QSignalBlocker instead

  • Remove the "freezeui" flag from blocks, use QSignalBlocker instead

  • Move sequence related methods from MediaInfo to VideoInfo

    • Update getDescription on both
  • Move ffmpegsequencename to ffmpegrenderer

Improvements

  • Improve "getDescription" in MediaInfo, VideoInfo and AudioInfo, depending if it's an input or output media.

LUT Implementation

à tester

Windows / Mac (Ae)

  • Detect ae errors

Filters to add

  • denoise (bm3d)
  • interlace (add to the existing deinterlace block)
  • premultiply (add to the existing unmultiply block)