Releases: aNNiMON/effy
Releases · aNNiMON/effy
v0.9.0 - Trim improvement, Copy modal
- Added percent values support to Trim parameter. Works only if the media duration is known
- Negative
StartandTovalues are considered relative to the duration - Show duration in trim modal if present
- Trim parameter support in presets
⚠️ Preset value separator changed from:to=- Added 'Copy to clipboard' modal y
- Added Copy info yi
- Added Copy output yo
- Copy command and copy preset now copied with quotation marks
- Improved CLI arguments parsing
Full Changelog: v0.8.0...v0.9.0
v0.8.0 - Help modal, Styling
- Added Help/About modal, F1 / ?
- Optimize for network usage (
-movflags faststart) by default for mp4/mov outputs - Styling improvements. Internal preparation for theming support
- Improved detecting static images
- Improved filename validations
- [Linux] Fixed clipboard copy warning
Full Changelog: v0.7.2...v0.8.0
v0.7.2
- Combined Info and Output panes as tabs. Use i and o keys for quick switch
- Copy ffmpeg command by pressing y
- Added file overwrite confirmation in 'Render as' modal
- Fix output format is not considered in 'Render as' modal
- [Linux] Fixed VAAPI initialization. Added
scale_vaapifilter support - Added macos builds to CI
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - Presets
What's Changed
- Added presets (docs). Press p to copy preset to clipboard. #9
- Load preset (
--preset ..) or apply it without displaying TUI (--preset .. --apply) to start processing immediately - [Linux] Specify default VAAPI device
/dev/dri/renderD128with ability to override it withEFFY_VAAPI_DEVICEenvironment variable - Added missing validation for height not divisible by 2
- Fixed output file incorrectly constructed in some cases
- v0.7.1: switch to a newer clipboard library
effy070.mp4
Full Changelog: v0.6.0...v0.7.1
v0.6.0
- Added VAAPI and AMF hardware acceleration options
- Ability to stop running ffmpeg process
- Portrait mode support
- Colorize Info pane items based on media streams
- Hints improvements
Full Changelog: v0.5.0...v0.6.0
v0.5.0 - Custom values, Output parameter
effy_050.mp4
- Ability to set custom value for parameters by pressing Enter (#5)
- Added Output parameter (docs). It allows to specify a different output format, for example, extract audio from the given video source.
- Adjust precise trim time based on the speed factor (#4)
- Better extension defaults for URL inputs
Full Changelog: v0.4.0...v0.5.0
v0.4.0 - Trim parameter
- Added a Trim parameter that allows to trim media by duration or start/end time
- Added more common Video frame rate values
- Shift+Tab for reverse focus switch
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - Hardware acceleration, URL input
- Added hardware acceleration parameter. Supports nvidia and intel qsv
- URL input support:
effy "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" - 'Render as' dialog redesign with hints
Full Changelog: v0.2.1...v0.3.0
v0.2.1 - Release binaries
From now on, binaries will automatically be included with each release.
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Core rework
What's Changed
- Core rework with different parameters model
- Added 'Save as' modal dialog
- Redraw on resize
Full Changelog: v0.1.0...v0.2.0