Releases: dfaker/WebmGenerator
Releases · dfaker/WebmGenerator
Version 3.32.0 - Windows build
- Update ffmpeg to 2023-01-09-git-13d04e30d7-full_build from www.gyan.dev
- Update yt-dlp to version 2023.01.06 [6becd25]
- Bump to python version 3.10 in win-amd64 binary builds.
- Use sprites for drag handles.
- Add randum jump
f
keybinding to cut selection timeline. - Fix utf8 encoding issue in audio filter strings.
- Fix typos in 'Pulsator' and 'Dialogue Enhance' filters.
- Add midpoint indicator to cut selection ranges.
- Add feature that dragging on the left half of a sublip will jump to the start for preview position, right half the end for preview position.
- Update mouse position warping when scrolling on a sublip in the clip selection tab so the mouse moves as the clip is shifted.
- Minor colour theme updates to match drag handle sprites.
Version 3.31.0 - Windows build
- Add audio filter support
- Add audio mixing filters:
- Mix, Mix Sidechain Compress
- Add audio transformation filters:
- Pulsator, Compressor, Contrast, Crusher, De-click, De-clip, Delay, Dynamic Equalizer, Dynamic Smooth, Soft Clip, Sub boost, Sub Cut, Super Cut, Super Pass, Super Stop, Spectral Tilt, Audio Trim, Bandpass, Bandreject, Bass, Bs2b, Chorus, Compand, Crossfeed, Crystalizer, De-esser, Dialogu Enhance, Dynaudnorm, Ear Wax, Equalizer, Extra Stereo, FIR Equalizer, Flanger, haas, Highpass, Highshelf, Loudnorm, Lowpass, Lowshelf, M-Compand, Pan, Rubberband, Speech Norm, Stereo Tools, Stereo Widen, Super Equalizer, Surround, Tilt Shelf, Treble, Tremolo, Vibrato, Virtual Bass, Phaser, Phase Shift, Psy Clip, NLM Denoiser, Allpass, Wavelet Denoise, Gate, Emphasis, Exciter, FFT Denoise, Freq Shift, Echo, Volume
- Fix bug in persisting advanced encoding modal
- Fix bug converting stereo outputs to mono.
- Upgrade ffmpeg, yt-dlp and mpv versions
Version 3.30.0 - Windows build
- Add option to disable the mpv built-in subtitles display.
- Add rolling file size display during encode to supported encoders.
- Add advanced encode option for the av1 preset parameter.
- Add options for constant and variable bitrate control for supported encoders.
- Remove default bitrate max unless explicitly provided in advanced encode options.
- Fix bug to only use the width for VP9 tiling calculations - not the greatest of height or width.
- Add option to strip font and size parameters when generating SRT subtitle files.
- Fix bug that stops the progress display of subtitle conversion for very fast conversions.
- Add visual highlight to selected subclip in cut selection tab.
- Add current release number to initial title and help menu.
Version 3.29.0 - Windows build
- Break out audio bitrate as free input
- Add CRF mode as optional encode flag
- Add Qmax override as optional encode flag
- Add textual descriptions to resolution presets
- Fix bug where source dragging window was still in drag state as files where processed.
- Display splash screen when files are dragged into window
- Add optional sorting and filtering options to dropped files when ctrl is held
Version 3.28.0 - Windows Build
- Add prompt to disable preview widgets when more than 100 files are loaded
Skip between clips with buttons orQ
- Previous,E
- Next,R
- Random. - Add
Ctrl-A
shortcut on cut selection timeline as an alias to 'select entire clip' - Add advanced encoder flags option and replacing alternate encoder profiles
- Add advanced encoder option to force 'best' deadline
- Add advanced encoder option to disable VP9 tiling
- Add advanced encoder option to force 18fps for gif encodes
- Add advanced encoder option to force specific frame rate in output overriding filters.
- Add advanced encoder option to restart early when averaged PSNR drops below limit, with window size and initial skip options.
Version 3.27.0 - Windows Build
- Add dynamic resolution driven tile-columns selection to VP9
- Add VP9 encoder variant 'No Tile' to always set tile-columns=0
- Add VP9 encoder variant 'Best Slow' to use the much slower quality=best bitrate deadline
- Add option to always force nvEnc for intermediate Files
- Update VP9 defaults as:
- tile-rows=0
- arnr-maxframes=7
- arnr-strength=5
- aq-mode=0
- tune-content=film
- enable-tpl=1
- frame-parallel=0
- Change time left and elapsed displayed in encode progress widgets to hh:mm:ss format
Version 3.26.0 - Windows Build
- Add VP9 2 pass tweaks and new encode profile now 4chan supports VP9 webms.
Version 3.25.0 - Windows Build
- Fix dll location override issue on non-windows os
- Add current working dir override on load
- Add ctrl-drag option to override default clip duration in sync modal
- Set sync modal to embed in cut selection pane by default
- Convert sync modal to use in-memory EDL playlists
- Add option to fill gaps between subclips with new subclips
- Fix consistency issues with absolute paths not always being used by load image as video and drag and drop
- Add filter state into save file
- Add scaling options to cut selection right click menu
- Add option to add extra merge screen ui to modify clip speed on a per subclip basis
- Add option to ask to shuffle files on load
- Add option to disable nvenc encoding of intermediate files if nvenc encoder is used
- Fix text encoding issues with mpv v2 message passing
- Fix bug with player cleanup in modals
Version 3.24.1 - Windows Build
- Fix bug where subclip size was zoom dependent when added via right click menu.
Version 3.24.0 - Windows Build
- Fix bug with paths for 'Load Image as Video' not being absolute.
- Optimise setUiDirtyFlag calls to limit the refreshes to a specific RID where possible.
- Update interpolation to use repeated atempo filters if needed.
- Update stream copy to concatenate if multiple clips are added.
- Remove range limits on speed adjustments.
- Simplify default minterpolate filter.
- Add silence to background of 'Load Image as Video' clips rather than having no audio channels.
- Add option to always resize towards the centre of the clip to sync modal.
- Add finalization cleanup for sync modal mpv player instance.
- Slight UI changes to sync modal when dragging clip boundaries.