Releases: dfaker/WebmGenerator
Releases · dfaker/WebmGenerator
Version 3.42.0 - Windows build - Webm Quality Bug
- Fix for background_color option being removed in libmpv
- Add retry count to ytdlp downloads
- Switch to new
-flags +psnr
param for psnr requests - Add support for gifski if binary is present
- Allow multiple comma delimited ranges to be supplied as text ranges
- Add new
Clip Reencode
for direct reencoding of ranges without filtering step.
Version 3.41.1 - Windows build Latest
- Add isEnvencSupported tests to skip gpu encode when selected but not possible.
- Update Audio spectrum rendering style to use spectrograms.
- Add new encoding mode "Full Source Reencode" re-encodes whole file without filters or clipping.
- Allow encode stage filters to be extended.
- Add option to shift all keyframe values at once.
- Add new shortcuts for keyframe mode.
- Add mousewheel seek to merge tab previews.
- Add "sketch lines" mode to filter tab video preview.
- Add option to drag from completed clip on merged tab to copy single encode.
- Add option to drag from clip preview on merge tab to copy filename.
- Add option to drag from "Encode" button on merge tab to copy all encoded files at once.
- Add button to "Add all clips in Creation order" on merge tab.
- "Find matching sounds" option (requires cv2-contrib)
- Option to load yt-dlp credentails from ytdlpCreds.json in format:
{
"username":"XXXX",
"password":"XXXX",
"twofactor":"XXXX",
"browserCookies":"chrome"
}
- Bugfix for in-progress encodes being cleared.
Version 3.40.0 - Windows build Latest
Version 3.39.0 - Windows build
Oops, left an entire release marked as draft edition.
- Add preview image to progress listing.
- Update
Y
andU
random seeking behavior to use temporary subclips, highlight regions and use bisect algorithm. - Update clip jumping to skip over missing files.
- Keep file preview widgets disabled when a new file is loaded.
- Always disable previews when loading more than 400 files.
- Update preview placeholders to use single image instance rather than a new instance for each clip.
- Add
Ctrl+R
shortcut to jump to a random file containing search string. - Fix parameter updates for clips inside grids.
- Fix preview updates for clips inside grids.
- Fix endpoint clamping for timeline filter variables to use last timestamp not the last added.
- Add error handing for MPV state messages if MPV crashes and restarts.
- Add right click options for
double length
andhalve length
to sequence editor. - Make dragging subclip endpoints in sequence editor 'sticky' click to grab, click to drop.
- Use outlier detection in sequence editor
dynamic subclip duration
- Add
Recent Projects
file menu option. - Add menu Icons.
- Update initial keyboard shortcut help image.
- Add auto-convert callback to acceptance of clips with
Y
shortcut. - Add alternate listview mode fallback to file listing when adding multiple thumbnails would to be too slow.
- Add optional preview images at both ends of subclip on hover option
generateRIDHoverPreviews
:
- Add upper limit on frame preview cache.
- Accept and apply subclip properties on press of enter.
- Set subclips labels to generate filenames in the format filename+label
- Add frame previews to completed encodes.
- Add drag target to frame previews on completed encodes.
- Add
M
shortcut to previews on merge tab to toggle mute. - Fix skipped version number in build.
Version 3.37.0 - Windows build
- Add beat detection and beat snapping to
- Add H265 mp4 encoder.
- Add playback speed control to cut selection tab.
- Add editor for subclip properties in right click menu
- Override automatic file naming with label from subclip properties if set.
- Add cancel button to exit save confirmation which aborts exit.
- Add option to set
Drag Offset
in percentage values (12.3%). - Improve
Create video from still images
prompt message. - Fix loop count offset bug with grids.
- Add
Auto convert
option toCompleted Frame
in cut selection tab.
Version 3.36.0 - Windows build Latest Latest
Version 3.35.0 - Windows build Latest Latest
- Update keyboard shortcuts on splash screen.
- Prevent clearing of subclips outside range when content detectors are used with a range.
- Add
,
and.
shortcuts for frame stepping. - Add
Y
andU
shortcuts to add jump to random position and add sublips/ remove current subclip and then jump. - Add bit depth lookups for PSNR
- Add option to
Auto encode on video switch
current encode options in background as soon as video clip is switched. - Update
View File
button to also highlight file. - Make zoomed region re-centre when seeking outside current zoomed region.
- Correct bounds checking on removal of sub clips.
- Supress drop overlay when no files are in current drag selection.
- Display count of files/folders to load on drag/drop.
- Add
Always on Top
option.
Version 3.34.0 b - Windows build Latest
- Custom encoder specs can now expose their flag and feature toggles to the 'Advanced Encode Options' modal on the encode tab, to start with VP9 10bpp exposes the settings for
auto-alt-ref
,lag-in-frames
,ARNR maximum frames
,ARNR noise filter strength
,Output Pixel Format
andDeadline / Quality
- In-progress wiki entry for creating new encoder specs
- Added path searching and jumping to next match to cuts tab, shortcut
Ctrl-f
to jump to next match. - Added screen capture via Desktop Duplication API and option not to use nvenc for GDI screen capture encoding.
- Changed the pixel format for intermediate mp4 files to
yuv420p10le
- Added ability to drag the completed entries in the merge tab out to other applications.
- Build Fix - Re-package with libmpv mpv-dev-x86_64-20230115-git-6cdce9e as the v3 release was causing issues.
Version 3.33.0 - Windows build Latest
- Support user defined customEnoderSpecs to add new dynamic encoding formats and ffmpeg options.
- Add initial VP9 webm 10bpp support via customEnoderSpec
VP9 webm 10bpp.json
Version 3.32.1 - Windows build Latest
- Fix bug in initialization of timestamp input modal.