Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.
Take No CrapwareOG Dad CapNo Password


Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Video/Audio Editing, Tools and Players » Video Editing » LosslessCut v3.63.0   
File - Download LosslessCut v3.63.0
Description

Always scroll to the bottom of the page for the main download link.
We don't believe in fake/misleading download buttons and tricks. The link is always in the same place.


LosslessCut v3.63.0

The free, open source, Swiss Army Knife of lossless video/audio editing

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
vSmart cut (experimental)
• Losslessly cut out parts of video/audio (for cutting away commercials etc.)
• Losslessly rearrange the order of video/audio segments
• Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from the same camera)
• Lossless stream editing
-Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file)
-Remove unneeded tracks
-Replace or re-encode only some tracks
-Extract all tracks from a file (extract video, audio, subtitle, attachments and other tracks from one file into separate files)
• Batch view for fast multi-file workflow
• Keyboard shortcut workflow
• Losslessly remux video/audio into a different container (file) format
• Take full-resolution snapshots from videos in JPEG/PNG format, or export ranges of video frames to images
• Manual input of cutpoint times
• Apply a per-file timecode offset (and auto load timecode from file)
• Edit file metadata, per-track metadata and per-track disposition
• Change rotation/orientation metadata in videos
• View technical data about all tracks
• Timeline zoom and frame/keyframe jumping for cutting around keyframes
• Video thumbnails and audio waveform
• 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
• Annotate segments with tags
• Import/export segments: MP4/MKV chapter marks, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro) and more
• MKV/MP4 embedded chapters marks editor
• View subtitles
• Customizable keyboard hotkeys
• Black scene detection
• Divide timeline into segments with length L or into N segments or even randomized segments!
• Basic CLI support


Example lossless use cases
• Cut out commercials from a recorded TV show (and re-format from TS to MP4)
• 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 an external subtitle into a video
• Quickly change a H264/H265 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
• Export a list of cut times as a CSV EDL and process these in another tool
• Quickly cut a file by its MP4/MKV chapters
• Quickly cut a YouTube video by its chapters (or music times from a comment)
• Change the language of a file's audio/subtitle tracks
• Attach cover art / thumbnail to videos / audio from an external JPEG file or from a frame on the timeline
• Change author, title, GPS position, recording time of a video
• 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
-See #284
• Convert a video or parts of it into X image files (not lossless)

Export cut times as YouTube Chapters
1) Export with Merge and "Create chapters from merged segments" enabled
2) Open the exported file and select "Import chapters" in the dialog
3) File -> Export project -> YouTube Chapters

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 (if mp4 file, encode as AAC.) Then open the extracted video stream in LosslessCut. The open your encoded audio file and select "Include all tracks from the new file". Then export.

Advanced multi-step workflows
Tip: you can use LosslessCut in multiple passes in order to achieve separate trimming of individual tracks:
1) Open a file an export all tracks as individual files
2) Open the exported track files independently and cut them as desired
3) 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 smoothly. The following formats/codecs should generally work: MP4, MOV, WebM, MKV, OGG, WAV, MP3, AAC, H264, Theora, VP8, VP9.

Unsupported files can still be converted to a supported format/codec from the File menu. (Try the "fastest" option first.) A low quality version of the file (with/without audio) will then be created and opened in the player. The actual cut/export operation will still be performed on the original file, so it will be lossless. This allows for potentially opening any file that FFmpeg is able to decode.

Video demos
Common features
How to add a thumbnail / cover art to an MP4
How to add multi-language audio to a video

Changes:
v3.63.0 10-7-24
Allow customising output file name using a template when merging too #2108
URL download feature #1486
implent customisable wheel modifiers #1884
alt (customisable) + wheel: seek 1 frame
shift (customisable) + wheel: seek keyframe
Allow revealing config path in File Explorer/Finder
Allow drag-drop working dir #2147
Allow auto-reassign duplicate keybinding #2154
Allow selecting track also when there's only one: this allows the user to enable ffmpeg assisted playback when audio track is not supported #2144
Two black/silent detect modes: Mode 1: start/stop segments at the center of each black/silent section. Mode 2: bounding the black/silent sections
Improve seek speed (wait for seeked event)
Fix seek timeline indicator jerkiness bug
Make timeline time transparent when hovering it with mouse #2177
Re-encode FLAC when cutting #1809
GPS map: Support more DJI devices #2072
Reduce flickering #2083
Make it more explicit when changing mp4 to mov and show a notification #1075
Check if output file is writable before exporting (if it exists) so we can inform user
Escape last ffmpeg command properly on windows and escape quote on linux #2151
Don't show keyframes when packed too close together
Convert all non webvtt to webvtt when exporting to webm #2179
Allow enabling/disabling preservation of metadata and chapters #2176 #1027
Prevent alt button from opening menu when alt is bound in some keybinding #2180
Make toasts wider
Always show playback rate
Don't use toasts for fatal errors
Improve Settings page
Give segment list a scroll bar
Improve subtitle rendering
Log more ffmpeg commands
Translation update
Bug fixes and improvements














This download is for the Windows version.

Use 7-Zip to unzip this file.


If you need the MacOS Intel version, download here.
If you need the MacOS Apple Silicone version, download here.
If you need the Linux 64bit version, download here.
If you need the Linux 64bit ARM version, download here.
If you need the Linux 64bit AppImage version, download here.
If you need the Raspberry Pi armv7l version, download here.






Click here to visit the author's website.
Continue below for the main download link.


Downloads Views Developer Last Update Version Size Type Rank
5,936 14,565 Mikael Finstad <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/LosslessCut_th.png"border="0"> Oct 08, 2024 - 11:15 3.63.0 105.95MB 7Z 5/5, out of 63 Votes.
File Tags
LosslessCut  v3.63.0  
      
Ope! Hold on, Speedy.
You gotta read this before you download below:

There are no ads, no fake download buttons and no crapware here.
This website has lived for 16 years solely through donations.
You can download without donating but we use the "Honor System"
here in the Ozarks. If your momma raised you to be honorable,
make your donation to keep things running.
Your momma would be so proud!

Thank you! -Randy & Deanna (The Older Geeks)
Missouri Ozarks, USA

Monthly operating costs = $750
Donations cover operating costs first
then are set aside for future upgrades and/or
handed-over to Deanna for new shoes.

PayPal or Credit/Debit
IMPORTANT: This donation will show up as Home Computer Repair on your bank statement.
Or

Or

Or
Send a check payable to Home Computer Repair LLC, 208 E. Water St. Mount Vernon, MO 65712

Recent Super Donors ($50+)
Thanks, Walter
Thanks, Louis
Thanks, Lee
Thanks, Robert

Recent Donors
Thanks, Janice
Thanks, T.
Thanks, Steve
Thanks, Susan
Thanks, Joe
Thanks, Oscar
Thanks, Helmut
Thanks, David
Thanks, Remberto
Thanks, Ronald

→ Download Your File ←


Click to Rate File     Share it on Twitter →


OlderGeeks.com Copyright (c) 2024