Skip to content

Releases: hydrogen1222/MediaCutter

v1.8

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:04
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

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:41
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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 09:52
v1.6.1: Fix encoder compatibility across different FFmpeg builds

v1.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 09:43
v1.6: Fix FLAC export timestamp/seek bug, maximize audio quality, nev…

v1.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 09:05
fix some bugs

v1.4

Choose a tag to compare

@github-actions github-actions released this 06 Jun 08:39
add more functions

v1.3

Choose a tag to compare

@github-actions github-actions released this 06 Jun 08:19
fix some bugs

v1.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 07:55
fix some bugs

v1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 07:33
fix some bug

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 15:21
CI: Package artifacts and automate GitHub Release creation on tag push