LosslessCut is great for rough processing of large video files taken from a video camera, GoPro, drone, etc.

Lets you quickly extract the good parts from your videos and discard GB of data without losing quality. It doesn't do any decoding / encoding and is therefore extremely fast. Also allows for taking JPEG snapshots of the video at the selected time. This app uses the awesome ffmpeg for doing the grunt work. Also supports lossless cutting in the most common audio formats.

LosslessCut aims to be the ultimate cross platform ffmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome ffmpeg which does all the grunt work.

Features

  • Lossless cutting of most video and audio formats
  • Losslessly cut out parts of video/audio (for cutting away commercials etc.)
  • Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from same camera)
  • Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file)
  • Losslessly extract all tracks from a file (extract video, audio, subtitle and other tracks from one file into separate files)
  • Remux into any compatible output format
  • Take full-resolution snapshots from videos in JPEG/PNG format
  • Manual input of cutpoint times
  • Apply a per-file timecode offset (and auto load timecode from file)
  • Change rotation/orientation metadata in videos
  • View technical data about all streams
  • Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes
  • Saves per project cut segments to project file
  • View ffmpeg last command log so you can modify and re-run recent commands on the command line
  • Undo/redo
  • Give labels to cut segments
  • View segment details, export/import cut segments as CSV
  • Import segments from: MP4/MKV chapters, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro)
  • Video thumbnails and audio waveform
  • Edit file metadata and per-stream metadata
  • Cut with chapter marks

Example lossless use cases

  • Cut out commercials from a recorded TV show
  • Remove audio tracks from a file
  • Extract music track from a video and cut it to your needs
  • Add music to a video (or replace existing audio track)
  • Combine audio and video tracks from separate recordings
  • Include a subtitle into a video
  • Quickly change a H264 MKV video to MOV or MP4 for playback on iPhone
  • Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut
  • Quickly cut a file by MP4/MKV chapters
  • Change the language of a file's audio/subtitle tracks
  • Change author, title, GPS position, recording time of a video
  • Export a list of cut times as a CSV EDL and process these in another tool
    • Without having to re-encode. You can also change format from TS to MP4 at the same time.
  • Fix rotation of a video that has the wrong orientation flag set
    • Great for rotating phone videos that come out the wrong way without actually re-encoding the video.
  • Loop a video / audio clip X times quickly without re-encoding

Re-encode only the audio track, leaving the video track

First export each track as individual files. Then use Handbrake or similar to re-encode the audio file. Then use the Tools->Merge in LosslessCut to merge the original video stream with your Handbrake output (or drag it into your original LosslessCut video to include it as a new track.)

Advanced multi-step workflows

Tip: you can use LosslessCut in multiple passes in order to achieve separate trimming of individual tracks:

  • Open a file an export all tracks
  • Open the exported track files independently and cut them as desired
  • Add the track back to the video and combine them to one output video

Supported formats:

Since LosslessCut is based on Chromium and uses the HTML5 video player, not all ffmpeg supported formats will be supported. The following formats/codecs should generally work: MP4, MOV, WebM, MKV, OGG, WAV, MP3, AAC, H264, Theora, VP8, VP9 For more information about supported formats / codecs, see https://www.chromium.org/audio-video.

Typical flow:

  • Drag drop a video file into player to load or use â/CTRL+O.
  • Press SPACE to play/pause
  • Select the cut start and end time
  • Press the scissors button to export the slice
  • Press the camera button to take a snapshot

The original video files will not be modified. Instead it creates a lossless export in the same directory as the original file with from/to timestamps. Note that the cut is currently not precise around the cutpoints, so video before/after the nearest keyframe will be lost. EXIF data is preserved.

Keyboard shortcuts:

  • SPACE, k Play/pause
  • j Slow down video
  • l Speed up video
  • ← Seek backward 1 sec
  • → Seek forward 1 sec
  • . (period) Tiny seek forward
  • , (comma) Tiny seek backward
  • i Mark in / cut start point
  • o Mark out / cut end point
  • e Export selection (in the same dir as the video)
  • c Capture snapshot (in the same dir as the video)

What's New

  • Ho ho ho! New full screen video mode #543
  • Make sure that all actions are key bindable. From now on all menu actions will also be keyboard bindable (and available thru HTTP API).
  • Added the following actions:
  • Convert to supported format
  • Create segments from keyframes
  • Detect black scenes
  • Detect silent scenes
  • Detect scene changes
  • Edit tracks / metadata tags
  • Open
  • Start times as YouTube Chapters
  • Report an error
  • Toggle show waveform
  • Toggle show thumbnails
  • Toggle show keyframes
  • Include more tracks from other file
  • Reduce number of clicks in "open new file" menu (no more radio buttons)
  • Improve segment tags editor #1766
  • Add support for timestamp csv import #1755 and make time parsing more flexible
  • Read fps from audio files too #1754
  • Auto-convert between subtitle codecs (webvtt, srt, ass) #418
  • Move "Segments" to its own root menu
  • Add "split segment" to menu
  • Update MacOS icon to make it more Apple-y
  • Fix logic when sanitizing output file: disallow slashes on windows, check for file name ending with a space or a dot
  • Fix "Show Item In Folder" on macos #1762
  • Fix Smart cut: multiply estimated bitrate by 8 (fixes low quality issue for smart cut, bit vs byte typo #1778 #126
  • Minor improvements and fixes
  • Merry Xmas and happy holidays