Releases: hydrogen1222/MediaCutter
Releases · hydrogen1222/MediaCutter
Release list
v1.8
New feature: Burn Subtitles (File → Burn Subtitles...) Hardcode an .ass subtitle track into a video by re-encoding through libass. - Live mpv preview of the styled subtitles (same renderer as the burn, so preview matches output) — supports ASS effects (\move, \fad, transforms) - Output fps control (default 30) for smooth effects on low-fps sources - Robust path handling, libx264/mpeg4 fallback, audio stream-copied, progress + cancel Bug fix: radio-video seeking jumped 50s At 5fps with the default 250-frame GOP, keyframes were 50s apart, so players jumped 50s per seek. Now -g 5 -keyint_min 5 → 1-second keyframes (seekable).
v1.7
New feature: Create Radio Video (File → Create Radio Video…) Combine a static cover image + an audio file into a video — for radio / podcast program videos where the audio matters and the video is just a static cover. The first (and only) re-encoding path in the app. - Audio-only libmpv preview player with Mark In/Out to optionally trim - Resolution presets: Native / 1080×1080 / 1920×1080 / 1280×720 - Progress bar + cancel Export robustness fixes: - Dedupe finished() (was emitting twice on crash/cancel) - Cancel button now actually stops FFmpeg - Fix QProgressDialog leak - moveUp/moveDown no longer deselect at list boundaries - Fix mono ogg/opus export (vorbis/opus reject -b:a 320k on mono) - Trim ffmpeg banner from error messages Cleanup: remove tracked stray test file; gitignore media.
v1.6.1
v1.6.1: Fix encoder compatibility across different FFmpeg builds
v1.6
v1.6: Fix FLAC export timestamp/seek bug, maximize audio quality, nev…
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0.0
CI: Package artifacts and automate GitHub Release creation on tag push