Skip to content

Releases: GitGeddes/VideoClipper

v0.0.4

16 Jul 09:00

Choose a tag to compare

Changes

  • Timestamps now use floating point numbers to support frame-by-frame cutting.
  • The tool now calls ffprobe to check how many audio streams exist before calling ffmpeg. This means the user doesn't need to click the "Mute mic track" checkbox and run it again.
  • Added new frame inputs to the start and end timestamps.
  • The tool uses ffprobe to get the total number of frames and framerate for use with the frame inputs.

Commits

Full Changelog: v0.0.3...v0.0.4

v0.0.3

09 Jul 16:12

Choose a tag to compare

Update styling in Tauri version to look a lot cleaner.

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

09 Jul 12:33
9125878

Choose a tag to compare

Second version with more functionality. Built in Tauri with React.

  • Video preview
  • File picker
  • Slider to select start and end timestamps
  • Text input for output filename
  • Checkbox to mute microphone track
  • Checkbox whether or not to overwrite an existing output file
  • Save new video file by calling ffmpeg directly through Rust

v0.0.1

23 Jun 11:38

Choose a tag to compare

Initial version with minimum functionality. Built in .NET MAUI.

  • File picker
  • Text input for start and end timestamps
    • Strings are not validated, use mm:ss format compatible with ffmpeg
  • Text input for output filename
  • Checkbox to mute microphone track
  • Checkbox whether or not to overwrite an existing output file
  • Save new video file by calling ffmpeg directly