Commit Graph

356 Commits (9332fad5a1826046c3080fd9bf64d2d7be82c4a8)

Author SHA1 Message Date
Mikael Finstad 9332fad5a1
improvements
- Capture the best image every nth second
- Capture exactly one image every nth second #1139
- Capture exactly one image every nth frame #1139
- Capture frames that differ the most from the previous frame
- fix broken progress (duration)
- refactor
3 years ago
Mikael Finstad 2c76993953
improve frame capture
- allow setting capture frame method https://github.com/mifi/lossless-cut/issues/88#issuecomment-1364636200
- allow changing quality #1141 #371
3 years ago
Mikael Finstad c5b3885c80
add some hevc support checking
#88 #1375 #1407
3 years ago
Mikael Finstad e155af886a
fix bug 3 years ago
Mikael Finstad aacfe02d49
improve warning 3 years ago
Mikael Finstad be6a2627ae
set default export save dialog path
fixes #1393
3 years ago
Mikael Finstad faa07424fb
rewrite checking logic
replace axios with ky
and add fake app check
3 years ago
Mikael Finstad 967fe22cbe
improvements
- fallback sanitize properly (force filenamify)
- improve export failed feedback #1409
- add more invalid chars to filename check
- always show out seg error in export page
3 years ago
Mikael Finstad cac788c441
show warning when ffmpeg vtag issue
also improve cut finished dialog
closes #1406
closes #280
respect "hide all notifications" more
3 years ago
Mikael Finstad 95e6a5d198
implement combine overlapping segments
https://github.com/mifi/lossless-cut/issues/1334#issuecomment-1367786230
3 years ago
Mikael Finstad e937cd0979
improvements
- make zoom exponential
- make segments copyable - fixes #719
3 years ago
Mikael Finstad 64966590e2
create segments from:
- scene changes
- keyframes

closes #1398

also limit max number of segments
and improve parameters dialog
3 years ago
Mikael Finstad 60bf1a5c5f
implement detect silence
closes #1334

also allow chnaging parameters of black detect #623
3 years ago
Mikael Finstad 11206692cc fix lint 3 years ago
Mikael Finstad 6026c8e364 upgrad react 3 years ago
Mikael Finstad 65a0b9e138 remove `open`
use instead shell.showItemInFolder #714
3 years ago
Mikael Finstad 1799547353 upgrade electron #714 3 years ago
Mikael Finstad b319fce589
don't copy dvb_teletext by default
fixes #1343
3 years ago
Mikael Finstad 9283fbeb43
add zoom modifier key setting #1287
also refactor/simplify user settings hook
3 years ago
Mikael Finstad 20fa1b2124
improve error message from ffprobe
fixes #1342
3 years ago
Mikael Finstad 479569e378
improvements
cleanup help menu
remove help dialog
remove action toggleHelp
add action toggleLastCommands
3 years ago
Mikael Finstad 0803858575
improve black detect
allow black detect to work on start/end times of selected segment
closes #1226
3 years ago
Mikael Finstad f801094d66
improve merge menu
show the Open files-dialog if the Merge menu item is clicked without any files already open
had to rearrange a lot of code due to deps

fixes #1316
3 years ago
Mikael Finstad 43180cee65
implement cover art from timeline
closes #1100
3 years ago
Mikael Finstad ceda857d6d
concat improvements
- when merging files, the output file name will always contain a unique suffix to prevent overwriting any existing files
- the UI will allow the user to enter a custom output file name
- rename getOutPath
3 years ago
Mikael Finstad a3396a6a77
fix waveform logic #1269 3 years ago
Mikael Finstad 9161278e54
add a setting for overwriting output file
fixes #916
3 years ago
Mikael Finstad 36f34aff60
improve error message on startup #1114 3 years ago
Mikael Finstad d73d9a3282
fix bug 3 years ago
Mikael Finstad 2c12477b04
implement simple support for FCPXML 3 years ago
Mikael Finstad fe897b5f4b
check file compatibility in concat dialog
show warning if any mismatches

#1146 #455 #1203 #547
3 years ago
Mikael Finstad 2364edad7f
set default path for open dialog
...to last opened path

fixes #724
see also #1092
3 years ago
Mikael Finstad 51e224593a
add keyboard shortcut for create random segments 3 years ago
Mikael Finstad bb304c8fd7
implement random segments
closes #1153
3 years ago
Mikael Finstad 96ca1598e0
shift only selected segments 4 years ago
Mikael Finstad 4fba378381
fix buggy logic and rename 4 years ago
Mikael Finstad 09336f99cd
implement option to shift segments start/end/both 4 years ago
Mikael Finstad 97dda50ab0
implement black scene detection
closes #623
4 years ago
Mikael Finstad 4b175b6843
export improvements 4 years ago
Mikael Finstad 7799107299
improve invert cut segments
fixes #1078
4 years ago
Mikael Finstad b79bd490d5
fix lint 4 years ago
Mikael Finstad d43e47ca40
improve logic 4 years ago
Mikael Finstad ef6f8b0c7c
include export mode in report 4 years ago
Mikael Finstad 44ca797526
allow frame seek with audio files too
regression: fixes #1079
4 years ago
Mikael Finstad 0d423b5968
change export mode button into a select 4 years ago
Mikael Finstad 90126d92b1
move merge options into separate dialog
also add option to clear batch

closes #1063
4 years ago
Mikael Finstad 6c10630996
fix overflow 4 years ago
Mikael Finstad 2eb9565db0
implement label selected segments #993 4 years ago
Mikael Finstad 9bdc93275d
Implement Extract all frames as images
closes #1033
4 years ago
Mikael Finstad d4cd0e1d37
rename event:
invertAllCutSegments->invertAllSegments
4 years ago