Releases: drovp/encode
Releases · drovp/encode
7.1.0
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
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 pixelIf 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
Updated outdated readme. No other changes. 😶
6.6.1
- Editor: Added media control buttons for adding and splitting cuts.
6.6.0
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
- Fixed video concatenation broken when 2-pass encoding.
6.5.0
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
Features
- Allow using crop region from previous editor session.
Fixes
- Shortcuts prevented after clicking focused interactive elements.
Miscellaneous
- Update dependencies.
6.3.0
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
Fixes
- Video cutting broken by previous weird framerate handling fix @tomasklaen
Miscellaneous
- Update dependencies @tomasklaen