Skip to content

Releases: drovp/encode

7.1.0

03 Oct 21:02
Compare
Choose a tag to compare

Features

  • Added TIFF image output format.
  • Added maxBitDepth setting for PNG and TIFF to support 16bit output
  • EDITOR: Moved panning to mouse wheel button
  • EDITOR: Zooming on video timeline now zooms towards current time instead of cursor

Fixes

  • EDITOR: Zooming sometimes stuck at 50% zoom step
  • Tweaks and fixes

Full Changelog: 7.0.0...7.1.0

7.0.0

05 Dec 16:39
Compare
Choose a tag to compare

Features

  • [BREAKING] Moved to a more standardized units for Skip threshold options.
    Old → new units:
    Video: kilobytes per megapixel per minute → bytes per pixel per second
    Audio: kilobytes per channel per minute → bytes per channel per second
    Image: kilobytes per megapixel → bytes per pixel

    If you have profiles using "Skip threshold" options (on any video, audio, or image encoders) you need to edit these to new units. The arbitrary units I picked at the beginning were bugging me for quite some time now.

Fixes

  • Skip threshold wasn't taking resized video/image dimensions into account, which resulted in it skipping files it shouldn't.

6.6.2

02 Dec 22:53
Compare
Choose a tag to compare

Updated outdated readme. No other changes. 😶

6.6.1

02 Dec 21:41
Compare
Choose a tag to compare
  • Editor: Added media control buttons for adding and splitting cuts.

6.6.0

02 Dec 11:53
Compare
Choose a tag to compare

Features

  • Added aac as an audio option for video encoding.
  • Added flac and wav as possible audio output formats.
  • Updated dependencies.
  • Editor: Added controls for tweaking encoder quality/bitrate options.
  • Editor: Added button to re-use cuts from previous sessions, just like you can with crops.
  • Editor: Added a shortcut and a context menu item for splitting cuts.
  • Editor: Added help widget to list all available shortcuts and controls.
  • Editor: Various small tweaks and fixes.

Fixes

  • Skip threshold not ignored when cropping or concatenating videos.

6.5.1

01 Mar 20:34
Compare
Choose a tag to compare
  • Fixed video concatenation broken when 2-pass encoding.

6.5.0

30 Nov 10:58
Compare
Choose a tag to compare

Features

  • Add cropping and seek to percent shortcuts.
  • Add shortcuts to add tiny cuts on timeline. The purpose is to be able to add a small cut in between other cuts and further edit it later.

Fixes

  • Limit seeking frameTime to be at most ~100 ms.
  • Remove dragging cuts with cursor, (confusing, not useful).

6.4.0

29 Nov 16:39
Compare
Choose a tag to compare

Features

  • Allow using crop region from previous editor session.

Fixes

  • Shortcuts prevented after clicking focused interactive elements.

Miscellaneous

  • Update dependencies.

6.3.0

27 Nov 15:44
Compare
Choose a tag to compare

Features

  • Add zoom in/out shortcuts.
  • Add Reload media context menu option to timeline items.

Performance

  • Refactor cuts handling to prevent reading discarded segments.

Fixes

  • Hide video.audioCodec option when gif encoding is selected.
  • minSavings not ignored when editing was requested.
  • Max FPS control treating 0 as invalid value.
  • Incorrect preview cursors during cropping.
  • Improve timeline hour marker visibility.
  • Malformed cut output due to invalid residual metadata.
  • Occasional off by one or odd dimension errors when padding canvas.

6.2.1

01 Oct 19:53
Compare
Choose a tag to compare

Fixes

  • Video cutting broken by previous weird framerate handling fix @tomasklaen

Miscellaneous