mirror of https://github.com/mifi/lossless-cut
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.3 KiB
2.3 KiB
- ‼️ Upgraded Electron to 38 - They dropped support for macOS 11
- 🆕 Markers: Segments that don't have any end time are now considered "markers". They are rendered differently, and are excluded from exports. Markers can be useful for bookmarking locations on the timeline and all markers can be batch exported as screenshots.
- 🔈 Play multiple audio tracks simultaneously (with FFmpeg-assisted playback)
- ✅ Remember segment selected/deselected state inside
.llcfile - 💿 Split timeline by byte size
- Modify segments by JavaScript expression
- Upgraded FFmpeg to 8.0
- Drastically improve performance of FFmpeg-assisted playback for non-natively supported codecs/formats
- Improve UI performance and increase max segments to 1000
- Toggle tracks by expression
- CSV export/import tags as extra columns
- New keyboard actions:
toggleDarkMode: Toggle dark modetoggleStripCurrentFilter: Toggle tracks using current filtertoggleStripAll: Keep or discard all trackstoggleStripSubtitle: Keep or discard subtitle trackstoggleStripVideo: Keep or discard video tracksselectSegmentsAtCursormakeCursorTimeZero: Allow setting timeline zero offset to current cursor time - this effectively also means allowing a negative time offset
- New shortcuts:
- shift+alt+up Jump & seek to previous segment
- shift+alt+down Jump & seek to next segment
- shift+alt+pageup Jump & seek to first segment
- shift+alt+pagedown Jump & seek to last segment
- Add new file name template variables:
CUT_DURATIONCUT_FROM_NUMCUT_TO_NUMFILE_EXPORT_COUNTEXPORT_COUNTSEG_LABEL(cut+merge mode)
- Change
SEG_NUMandSEG_NUM_INTvariables: they will now correspond to the original index of the segment as shown in the number on the segment list. New variablesSELECTED_SEG_NUMandSELECTED_SEG_NUM_INTcan be used for previous behavior (where the numbering is based on the segment's number in the list of selected segments). - All segments will now have a start time defined -
.llcproject file version bumped to v2 (to migrate missingstarttimes). Missing end time now means that the segment is a marker (previously it meant the segment extended to end of timeline).