Changelog¶
See also GitHub Releases
0.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 - Add macos builds to CI
0.7.1 - Presets¶
- Added presets (docs). Press P to copy preset to clipboard
- 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
0.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
0.5.0 - Custom values, Output parameter¶
- Ability to set custom value for parameters by pressing Enter
- 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
- Better extension defaults for URL inputs
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
v0.3.0 - Hardware acceleration, URL input¶
- Added hardware acceleration parameter. Supports nvidia and intel qsv
- URL input support:
- 'Render as' dialog redesign with hints
v0.2.0 - Core rework¶
- Core rework with different parameters model
- Added 'Save as' modal dialog
- Redraw on resize