Wykres commitów

1000 Commity (flatpak)

Autor SHA1 Wiadomość Data
Mikael Finstad d73d9a3282
fix bug 2022-07-20 14:33:47 +08:00
Mikael Finstad 2c12477b04
implement simple support for FCPXML 2022-07-17 14:36:57 -07:00
Mikael Finstad dbcd598e82
make heading fixed
fixes #1220
2022-07-17 12:12:19 -07:00
Mikael Finstad fe897b5f4b
check file compatibility in concat dialog
show warning if any mismatches

#1146 #455 #1203 #547
2022-06-29 16:33:01 -07:00
Mikael Finstad 1849679448
refactor/reuse 2022-06-29 16:22:14 -07:00
Mikael Finstad c204354446
fix smart cut bug
coincidentially discovered in #1190
2022-06-15 11:56:19 -07:00
Mikael Finstad 00c2771996
add forgotten file 2022-06-15 11:55:37 -07:00
Mikael Finstad 6ac77c5eea
xmeml: support multiple <track>
fixes #1195
2022-06-15 11:55:22 -07:00
Mikael Finstad 2364edad7f
set default path for open dialog
...to last opened path

fixes #724
see also #1092
2022-06-07 19:41:00 -07:00
Mikael Finstad 51e224593a
add keyboard shortcut for create random segments 2022-06-07 18:44:58 -07:00
Mikael Finstad f2ac570a97
improve smart cut speed #126 2022-05-23 23:12:21 -07:00
Mikael Finstad bb304c8fd7
implement random segments
closes #1153
2022-05-23 22:31:48 -07:00
Mikael Finstad 3f794c68b0
show stream disposition in table #1152
also make table more compact
2022-05-23 21:42:16 -07:00
Mikael Finstad 3ccf49f3a7
fix lint 2022-04-04 13:26:52 +08:00
Mikael Finstad 01be8af526
auto cleanup invalid key bindings 2022-04-04 13:17:53 +08:00
Mikael Finstad 2d885496cb
fix youtube parsing short hours bug
also allow hyphen before chapter name

fixes #1102
2022-04-04 13:16:20 +08:00
Mikael Finstad 96ca1598e0
shift only selected segments 2022-03-28 14:42:00 +08:00
Mikael Finstad 4fba378381
fix buggy logic and rename 2022-03-28 14:31:50 +08:00
Mikael Finstad 09336f99cd
implement option to shift segments start/end/both 2022-03-28 14:28:17 +08:00
Mikael Finstad 97dda50ab0
implement black scene detection
closes #623
2022-03-18 17:51:24 +08:00
Mikael Finstad eb8d832d36
fix lint 2022-03-18 15:42:20 +08:00
Mikael Finstad f3738fab91
default to override extension if mov
fixes #1075
2022-03-18 15:40:08 +08:00
Mikael Finstad f8ce5614a3
improve tests 2022-03-18 15:16:00 +08:00
Mikael Finstad 6ab341ce53
improve segment terminology
fixes #1062
2022-03-18 00:11:11 +08:00
Mikael Finstad 4b175b6843
export improvements 2022-03-17 23:51:34 +08:00
Mikael Finstad 7799107299
improve invert cut segments
fixes #1078
2022-03-17 23:28:37 +08:00
Mikael Finstad b79bd490d5
fix lint 2022-03-17 23:26:11 +08:00
Mikael Finstad d43e47ca40
improve logic 2022-03-17 23:25:50 +08:00
Mikael Finstad ef6f8b0c7c
include export mode in report 2022-03-17 18:29:08 +08:00
Mikael Finstad 44ca797526
allow frame seek with audio files too
regression: fixes #1079
2022-03-17 18:28:59 +08:00
Mikael Finstad 0d423b5968
change export mode button into a select 2022-03-14 13:16:36 +08:00
Mikael Finstad c0aabf53cf
try to support arm64 #1056
but without ffmpeg
2022-03-09 23:40:09 +08:00
Mikael Finstad 90126d92b1
move merge options into separate dialog
also add option to clear batch

closes #1063
2022-03-09 22:43:35 +08:00
Mikael Finstad 6c10630996
fix overflow 2022-03-09 22:36:05 +08:00
Mikael Finstad 2eb9565db0
implement label selected segments #993 2022-03-07 01:32:42 +08:00
Mikael Finstad 0f5d79d43b
add icon 2022-03-06 23:07:05 +08:00
Mikael Finstad 9bdc93275d
Implement Extract all frames as images
closes #1033
2022-03-06 23:06:58 +08:00
Mikael Finstad d4cd0e1d37
rename event:
invertAllCutSegments->invertAllSegments
2022-03-06 21:52:48 +08:00
Mikael Finstad 82e08fbdd1
rename events
selectPrevSegment->jumpPrevSegment
selectNextSegment->jumpNextSegment
2022-03-06 21:50:48 +08:00
Mikael Finstad 49cd7f1996
Rename events
toggleCurrentSegmentEnabled->toggleCurrentSegmentSelected
enableOnlyCurrentSegment->selectOnlyCurrentSegment
enableAllSegments->selectAllSegments
disableAllSegments->deselectAllSegments
2022-03-06 21:48:43 +08:00
Mikael Finstad 772ff9b7d8
add hotkey for remove selected segments 2022-03-06 21:45:15 +08:00
Mikael Finstad 3a533f0b14
don't propagate seg check click 2022-03-06 21:35:22 +08:00
Mikael Finstad ca58a14397
rename segIndex->segColorIndex
to avoid confusion with array index
2022-03-06 21:34:46 +08:00
Mikael Finstad cf9347904b
allow removing multiple segments 2022-03-06 21:18:34 +08:00
Mikael Finstad 2ff8689d40
don't allow adding 0 length seg at end of timeline 2022-03-06 21:16:54 +08:00
Mikael Finstad 02af27534f
implement fill gaps between segments
https://github.com/mifi/lossless-cut/issues/993#issuecomment-1059752710
2022-03-06 16:54:12 +08:00
Mikael Finstad 86701ba0a2
implement "select segments by label"
https://github.com/mifi/lossless-cut/issues/993#issuecomment-1059907511
2022-03-06 16:39:12 +08:00
Mikael Finstad 956577f875
show selected segments in export dialog 2022-03-06 16:02:30 +08:00
Mikael Finstad cb9d31a2a9
fix bug 2022-03-06 15:54:02 +08:00
Mikael Finstad c48f2dd2f3
change segments to export into select segments
allows more flexibility
2022-03-06 15:53:58 +08:00
Mikael Finstad 6d8981798d
chapters improvments #993
improve pbf parsing with test fixtures
with chapters only export, add gap chapters between segments
2022-03-05 01:16:02 +08:00
Mikael Finstad cc3a5260d1
refactor 2022-03-02 17:41:48 +08:00
Mikael Finstad 0b97e1f62e
add i18n 2022-03-02 16:33:39 +08:00
Mikael Finstad 26a8f78d6f
add i18n 2022-03-02 15:31:45 +08:00
Mikael Finstad e043054e01
add i18n 2022-03-02 14:13:55 +08:00
Mikael Finstad f0690130ab
allow configuring where to store project file
this will also give less dialogs on MAS builds initially (only one needed for working dir)

closes #1004
2022-03-02 14:04:36 +08:00
Mikael Finstad f1097d5970
fix bug 2022-03-02 13:58:45 +08:00
Mikael Finstad 26783a1338
implement shift all segments times 2022-03-01 23:10:25 +08:00
Mikael Finstad 39322472e4
implement increase/descrease volume hotkeys #254 2022-03-01 18:26:20 +08:00
Mikael Finstad 37f142a9e1
fix play button #1048 2022-03-01 17:49:01 +08:00
Mikael Finstad 8578886f5c
allow using external ffmpeg executable #400 2022-03-01 14:30:30 +08:00
Mikael Finstad 402b8290af
reduce react prop drilling
also fix issue with keyframe cut button not working
2022-03-01 13:53:44 +08:00
Mikael Finstad 70438f44fb
fix lint 2022-03-01 00:36:44 +08:00
Mikael Finstad 0bb436f02e
make it possible to bind escape
it will close the dialog
2022-03-01 00:33:35 +08:00
Mikael Finstad 354fce616c
add key binding for fix invalid duration
https://github.com/mifi/lossless-cut/issues/254#issuecomment-1054103948
2022-03-01 00:33:13 +08:00
Mikael Finstad 11e1f81726
implement smart cut #126
also improve concat ffmpeg command logging - closes #954
2022-02-28 15:07:51 +08:00
Mikael Finstad 1b4262d951
move html5ify 2022-02-27 23:39:31 +08:00
Mikael Finstad ad6aaae089
refactor 2022-02-27 22:54:22 +08:00
Mikael Finstad 713c808cd9
refactor concatfiles 2022-02-27 22:53:13 +08:00
Mikael Finstad 42cd78339f
reorder 2022-02-27 22:48:11 +08:00
Mikael Finstad 4733ba6a4a
try to improve canvas player #272 2022-02-26 15:04:02 +08:00
Mikael Finstad b5ba38adb2
make sure to select previous item when deleting from batch list
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049996634
2022-02-25 12:21:42 +08:00
Mikael Finstad eab8a2c9b5
move sorting from merge to batch files
closes #1043
2022-02-24 22:50:59 +08:00
Mikael Finstad bdb050492f
improve batch list selection
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049831536
2022-02-24 20:57:35 +08:00
Mikael Finstad 7c28d66025
specify copy per stream mapping
that way we can avoid warnings like:
Multiple -c, -codec, -acodec, -vcodec, -scodec or -dcodec options specified for stream X, only the last option will be used.
2022-02-24 18:37:32 +08:00
Mikael Finstad dfb0a5cb76
losslessly convert pcm_bluray to pcm_s24le
for non-mpegts output formats

fixes #476
fixes #895
2022-02-24 17:59:03 +08:00
Mikael Finstad 3f91f70e7f
fix missing codecs 2022-02-24 17:58:16 +08:00
Mikael Finstad 55f2eb83ca
default to mov when pcm audio
fixes #947 #163 #367 #948
2022-02-24 17:34:51 +08:00
Mikael Finstad 6126848e19
improve error report 2022-02-24 16:49:43 +08:00
Mikael Finstad d4cf3aac23
auto-convert mov_text to srt
when trying to put it in matroska
webm too (webvtt)
closes #418
2022-02-24 16:49:33 +08:00
Mikael Finstad 2105b93a35
add webm t ocommon formats 2022-02-24 16:39:54 +08:00
Mikael Finstad 37950e736e
remove menu from batch list
(one less click)
2022-02-24 16:03:05 +08:00
Mikael Finstad a37eedc337
fix color bug 2022-02-24 15:42:29 +08:00
Mikael Finstad 392962729a
stream improvements
- manually copy disposition when concat (ffmpeg doesnt automatically)
- auto-convert any subtitle to mov_text when output is mp4 #418
2022-02-24 15:32:11 +08:00
Mikael Finstad 1e352a6d75
fix bug 2022-02-24 12:50:33 +08:00
Mikael Finstad c11286eb21
improve menu labels
someone thought it would merge right away when clicking
2022-02-24 12:28:10 +08:00
Mikael Finstad 01c9ebd1c7
allow overriding per-stream options
means we can no longer use ffmpeg's default mapping
for mp4/mov, use vtag hvc1 instead of the default unsupported hev1
fixes #1032
2022-02-24 12:27:50 +08:00
Mikael Finstad bd50d25b85
refactor/reuse 2022-02-23 22:13:07 +08:00
Mikael Finstad 12960ffb57
refactor 2022-02-23 21:46:18 +08:00
Mikael Finstad 684a45b694
refactor 2022-02-23 21:42:42 +08:00
Mikael Finstad 5fe8c088e0
improve format detection in concat/merge dialog
and allow selecting any output format

fixes #1032
2022-02-23 21:22:29 +08:00
Mikael Finstad b4641aeb22
re-introduce merge menu item 2022-02-23 21:16:02 +08:00
Mikael Finstad a7d6138bd3
increase size of concat dialog
easier to handle large files
2022-02-23 19:43:35 +08:00
Mikael Finstad bce1914268
refactor 2022-02-23 19:43:19 +08:00
Mikael Finstad 152b889040
refactor 2022-02-23 19:27:18 +08:00
Mikael Finstad 18e9bf5819
refactor 2022-02-23 19:10:11 +08:00
Mikael Finstad 7136e3677c
refactor 2022-02-23 19:01:14 +08:00
Mikael Finstad dfffd04b94
fix missing keyframe seek shortcuts
fixes #1038
2022-02-23 18:30:34 +08:00
Mikael Finstad 8956a52cc9
upgrade fast xml parser 2022-02-23 18:29:17 +08:00
Mikael Finstad 23cbd73e93
upgrade lint and support esm
fix lint too
2022-02-21 14:16:15 +08:00
Mikael Finstad e0aa5b1a51
need to check input file dir also on MAS
because we now write project file next to input file
2022-02-21 00:04:12 +08:00
Mikael Finstad a71c4411d3
improve error message when loading file #937 2022-02-20 21:11:55 +08:00
Mikael Finstad f402ff8763
fix lint 2022-02-20 20:45:09 +08:00
Mikael Finstad e28b5130eb
add shortcuts for disable/enable segments #254
Add keyboard shortcut for "Include ONLY this segment in export", e.g. only currently selected segment, because some people often want to export only current segment and would like to not click a menu every time.
2022-02-20 20:44:42 +08:00
Mikael Finstad 04346f7e85
add play/pause hotkey
Separate Pause and Play shortcuts. The standard "toggle" play/pause shortcut is always useful of course, so I'm not talking about replacing that - just adding new shortcuts to specifically start or stop.
2022-02-20 20:29:58 +08:00
Mikael Finstad c2cb1f5501
add shortcut shift+j for toggling keyboard shortcut dialog #654
also allow resetting key config #726
2022-02-20 20:12:58 +08:00
Mikael Finstad 1a59be3e75
improve key list 2022-02-20 18:35:29 +08:00
Mikael Finstad 14ae45780b
implement hotkeys
jumpTimelineStart (ctrl+home)
jumpTimelineEnd (ctrl+end)
reorderSegsByStartTime,
invertAllCutSegments,
createFixedDurationSegments,
createNumSegments,
shuffleSegments,
clearSegments,
toggleSegmentsList,
toggleStreamsSelector,
extractAllStreams,
convertFormatCurrentFile,
convertFormatBatch,
concatBatch,
toggleKeyframeCutMode,
toggleCaptureFormat,
toggleStripAudio,
setStartTimeOffset,
2022-02-20 18:34:10 +08:00
Mikael Finstad a63d67423e
revert back tip 2022-02-20 17:25:17 +08:00
Mikael Finstad 464f0cd544
fix slowness 2022-02-20 17:23:27 +08:00
Mikael Finstad 3e89e60981
Implement dynamic keyboard mapping #254
with UI to control mappings
2022-02-20 17:23:18 +08:00
Mikael Finstad 8f7eeb4fb2
fix bug 2022-02-19 23:28:15 +08:00
Mikael Finstad cba0103bf3
implement natural langauge sort #844 #210 2022-02-19 22:19:24 +08:00
Mikael Finstad d342dde961
prevent hiding template editor if click again
fixes #873
also allow click to add variable
2022-02-19 21:17:12 +08:00
Mikael Finstad e777aba0d1
fix test 2022-02-19 21:01:00 +08:00
Mikael Finstad 6926df5f00
show error also if resulting duplicates
fixes #894
2022-02-19 20:52:53 +08:00
Mikael Finstad 53384a8bb3
fix open file logic 2022-02-19 17:51:16 +08:00
Mikael Finstad 3c4b996e03
move merge / batch functionality
from top menu into a menu on the batch file list
this means now you first open files in a batch, then either merge or batch convert them
2022-02-19 16:25:53 +08:00
Mikael Finstad 016d41f703
improve segment colors and ui 2022-02-18 22:14:16 +08:00
Mikael Finstad 364fb0df7a
improvemenst
remove frame rounding when seeking #585
also show video fps
improve split
cleanup refs and current time logic
2022-02-18 17:42:35 +08:00
Mikael Finstad cbf693b798
refactor 2022-02-18 16:08:18 +08:00
Mikael Finstad 8795532430
simplify html5ify
fix html5ify progress on batch
2022-02-18 15:58:56 +08:00
Mikael Finstad c7bfcd63d4
fix lint 2022-02-18 15:40:33 +08:00
Mikael Finstad 61b7ca2e44
implement shuffle segments order 2022-02-18 14:34:20 +08:00
Mikael Finstad 19527802ef
fix lint 2022-02-18 14:27:42 +08:00
Mikael Finstad 8d39cd4042
pull out batch files list 2022-02-18 14:27:21 +08:00
Mikael Finstad bdd19b3afd
pull out loading component 2022-02-18 14:19:43 +08:00
Mikael Finstad 40f8bbc762
simplify settings 2022-02-18 14:13:13 +08:00
Mikael Finstad 81653eeb6b
improve cut/merge/chapters ui logic 2022-02-18 13:58:08 +08:00
Mikael Finstad fe88b3d6f6
implement import csv with frame numbers #1024 2022-02-14 12:08:57 +08:00
Mikael Finstad 691624ea5e
minor improvements 2022-02-14 00:13:45 +08:00
Mikael Finstad e57fcb1096
when importing EDL file, don't delete existing EDL
allows for combining EDL from multiple sources #993
2022-02-13 23:35:30 +08:00
Mikael Finstad 42d3a8981a
improve logic 2022-02-13 22:57:47 +08:00
Mikael Finstad 5607fda8df
cleanup temp file 2022-02-13 22:46:04 +08:00
Mikael Finstad 158964fe08
fix odd bug 2022-02-13 22:32:47 +08:00
Mikael Finstad 3615268a46
implement segments to chapters mode #993 2022-02-13 22:27:23 +08:00
Mikael Finstad 7b040c8ae9
fix pbf parsing #993 2022-02-13 17:40:02 +08:00
Mikael Finstad badac2dcba
enlarge export button 2022-02-13 17:25:06 +08:00
Mikael Finstad 7f5351a300
improve bottom bar and colors #1016 2022-02-13 17:21:51 +08:00
Mikael Finstad b698b5f445
improve ui 2022-02-13 16:12:12 +08:00
Mikael Finstad 4b1fab189b
consolidate bottom menus 2022-02-13 16:02:43 +08:00
Mikael Finstad e7526b077e
make batch list resizable #89 2022-02-13 15:52:20 +08:00
Mikael Finstad ee74ce5530
remove unused 2022-02-13 15:42:17 +08:00
Mikael Finstad 1e77420fd1
fix infinite loop on commandedTime = 0 (or end of video) 2022-02-13 15:37:29 +08:00
Mikael Finstad b7f1993330
improve batch file list layout 2022-02-13 15:34:32 +08:00
Mikael Finstad 7621729afc
rewrite layout to use flex 2022-02-13 15:34:32 +08:00
Mikael Finstad 18793beccf
move sidesheet where it belongs 2022-02-13 15:34:32 +08:00
Mikael Finstad ead6d85dbb
renam menus 2022-02-13 15:34:32 +08:00
Mikael Finstad 1d33b6b90a
don't open first file of batch
to make it faster to load batches
2022-02-13 15:34:32 +08:00
Mikael Finstad 64c7811037
implement chapters viewing
also consolidate getFormatData and getAllStreams
2022-02-13 15:34:32 +08:00
Mikael Finstad 6870cd7e85
improve order 2022-02-13 15:34:32 +08:00
Mikael Finstad 20a1b506d3
allow appending files to batch list 2022-02-13 15:34:32 +08:00
Mikael Finstad 9ffc781c29
combine batch list and merge list #89
- add button to merge current batch list
- show more options in merge dialog
- allow preserving metadata when merging also when not using allStreams #1008
- remember concat/batch choice #371
2022-02-07 00:50:57 +07:00
Mikael Finstad e2175ab825
fix error message
when output directory doesn't have enough space to save the file
fixes #1015
2022-02-06 14:40:16 +07:00
Mikael Finstad 97b5840f69
make sure disposition is not forced to default for mkv
also refactor/simplify disposition logic a bit

closes #972
2022-01-18 15:52:31 +07:00
Mikael Finstad 7cd06f9c91
fix input logic #988 2022-01-18 14:13:50 +07:00
Mikael Finstad 8efdc585f4
fix a bug of formatting/rounding #988 2022-01-18 14:11:50 +07:00
Mikael Finstad acca967a4a
improve timeout logic 2022-01-15 23:57:56 +07:00
Mikael Finstad 59b3d4d932
improve comments 2022-01-15 23:57:38 +07:00
Mikael Finstad 78aa756cf2
add warning about #896 2022-01-15 23:30:48 +07:00
Mikael Finstad ac127e88ab
improve waveform and keyframes
- allow up to 1000 keyframes in buffer before recycling #563
- buffer the last 100 rendered waveform segments #260

also:
- implement timeout/kill for ffprobe after 30 sec
2022-01-15 23:02:36 +07:00
Mikael Finstad 848120da5a
fix lint 2022-01-15 20:46:07 +07:00
Mikael Finstad d0b2f05113
add setting for auto convert to supported format
also remove unnecessary notification
closes #414
2022-01-15 20:44:05 +07:00
Mikael Finstad e001f2d2fa
show percent when zoomed in #888 2022-01-15 17:12:53 +07:00
Mikael Finstad 701828f2a9
improve convert to supported format dialog
be smarter about relevant options
2022-01-15 12:31:07 +07:00
Mikael Finstad 9e9d63fd93
add remux video and enc audio option
for html5ify
closes #870
2022-01-15 12:07:27 +07:00
Mikael Finstad 7f6e7ed6f7
implement remove item from batch list #89
also optimize contextMenu (useMemo)
2022-01-15 00:48:41 +07:00
Mikael Finstad 69a3b91926
Implement more consistent segment colors #625 2022-01-15 00:06:41 +07:00
Mikael Finstad 87df1c5e5f
implement go to timecode #625
inputted value
`g` key or right click timeline context menu
2022-01-14 22:54:33 +07:00
Mikael Finstad 9e05ec3498
make current time more visible #625
also show it when at the end of timeline
2022-01-14 22:27:56 +07:00
Mikael Finstad d2caed1f09
Make hand icons point up towards timeline #625 2022-01-14 21:43:01 +07:00
Mikael Finstad 5534574df7
always save llc inside source directory
also refactor getOutPath
closes #905
2022-01-14 18:03:42 +07:00
Mikael Finstad 72b9fe53a4
rename 2022-01-14 17:00:02 +07:00
Mikael Finstad 375ee5d1d4
implement export frame numbers csv #878 2022-01-14 16:55:56 +07:00
Mikael Finstad 0ca64b0392
use formatTimecode more places #878 2022-01-14 16:18:46 +07:00
Mikael Finstad f72b2e6e59
fix font size 2022-01-14 15:57:21 +07:00
Mikael Finstad 6b5857b902
allow showing timecode as frame counts #878 2022-01-14 15:57:14 +07:00
Mikael Finstad 3df67d6bdc
upgrade cra 2022-01-14 13:03:47 +07:00
Mikael Finstad cf61f22c8f
auto convert trec format
closes #975
2022-01-11 16:29:14 +07:00
Mikael Finstad 72229d07d5
make it easier to understand if in simple mode
#958
2022-01-05 16:35:29 +07:00
Mikael Finstad 384d3ca697
always convert tags to string
fixes #879
2021-12-22 14:18:29 +07:00
Mikael Finstad 2d705e5454
fix a bug
where a h265 file would not auto convert to supported format, because png was identified as a playable video stream
fixes #931
2021-11-17 12:09:53 +07:00
Marco Rolappe 5e0f6e1a63
Adjust handling of FCP/DaVinci Resolve timeline XML file content (#839)
* Adjust handling of FCP/DaVinci Resolve timeline XML file content

Check for element existence and handle alternative format (not having project.children hierarchy).

* make more DRY

* add test

Co-authored-by: marco rolappe <m_rolappe@web.de>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2021-11-15 20:46:30 +07:00
Mikael Finstad 5e2d8891c7
improve trash logic 2021-11-15 13:15:09 +07:00
Matt Klaber 6cc18f1d8e
Change playback speed exponentially (#840)
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2021-11-14 23:11:43 +07:00
Mikael Finstad 9ea7dcd46e
add test for xmeml #839 2021-11-14 22:24:26 +07:00
Michael Yaworski 3db3241ccd
Remove deleted files from batch (#861)
* Remove deleted files from batch

* improve a bit

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2021-11-14 22:03:45 +07:00
Vitalii Shvetsov 11502b84ed
Upgrade ESLint and add useCallback (#914)
* Improvements:

- Upgrade ESLint

* Missing useCallback.

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2021-11-14 20:41:21 +07:00
Mikael Finstad 2568f5cd0f
rearrange state a bit
also add missing setDispositionByStreamId on reset
2021-11-13 20:46:32 +07:00
Mikael Finstad a8c288a728
fix lint 2021-11-13 18:43:50 +07:00
Mikael Finstad 833ab45c58
fix issue with newer ffmpeg version 2021-11-13 18:39:28 +07:00
Mikael Finstad 9666ce4a2c
run "power on self test" on startup 2021-11-13 18:27:02 +07:00
Mikael Finstad 98da22e8dc
Upgrade ffmpeg to 4.4.1
except mac
Remove ffmpeg-ffprobe-static, use scripts instead

https://github.com/flathub/no.mifi.losslesscut/pull/11
2021-11-13 18:26:32 +07:00
Mikael Finstad 0ba15d0ee4
fix regression 2021-10-30 22:59:02 +07:00
Mikael Finstad 9c77e74d14
improve inverse #909 2021-10-30 22:43:41 +07:00
Mikael Finstad c1089d0a81
change pbf to utf-16
seems to be the official format
https://github.com/mifi/lossless-cut/issues/867#issuecomment-950345845
2021-10-24 22:39:49 +07:00
Mikael Finstad 17a33dd5df
allow drag-drop edl formats
csv, pbf, edl(mplayer), cue and xml (xmeml)
2021-10-24 22:30:43 +07:00
Mikael Finstad 9a6b689377
implement more lax potplayer matching #867 2021-10-24 22:29:49 +07:00
Mikael Finstad f77066d4bd
add cancel button to i18n 2021-09-04 22:20:25 +07:00
Mikael Finstad bc62fa0d06
Improve performance by batching react updates 2021-08-28 21:56:58 +07:00
Mikael Finstad 4b524d4e5c
paralellize 2021-08-28 21:47:55 +07:00
Mikael Finstad d3c8fce967
Implement batch file list #89 2021-08-28 21:47:43 +07:00
Mikael Finstad deba4e28de
fix lint 2021-08-28 14:24:39 +07:00
Mikael Finstad 9479fa996d
make waveform ffmpeg less verbose 2021-08-28 14:22:06 +07:00
Mikael Finstad 6bc5bb394f
commit forgotten code
fixes #836
2021-08-28 14:21:52 +07:00
Mikael Finstad fb2adaf677
implement subtitle viewing #250
limitation: does not work with 'fastest' preview (due to canvas overlaying the video)
2021-08-28 14:21:09 +07:00
Mikael Finstad 86a41809ad
move icon back 2021-08-27 23:29:56 +07:00
Mikael Finstad f3872728d0
improve tracks ui #482 2021-08-27 23:22:08 +07:00
Mikael Finstad 6041a95f6e
Improve tracks screen #482
- select/deselect all by type (audio/video/subtitle)
- deselect / select all tracks option
- improve tracks screen UX
2021-08-27 23:11:28 +07:00
Mikael Finstad 9cd8f13f7b
Implement support for exporting attachment streams as files 2021-08-27 23:10:15 +07:00
Mikael Finstad d64464ab01
remove duplicate line 2021-08-27 23:08:04 +07:00
Mikael Finstad 230b035286
implement per-stream disposition
allows for adding cover art to videos #673
2021-08-27 17:16:22 +07:00
Mikael Finstad cd57d6cbe3
fix brokne mapInputStreamIndexToOutputIndex
it would not take into account disabled streams
2021-08-27 17:13:34 +07:00
Mikael Finstad 0d1cb5c091
refactor 2021-08-27 13:26:45 +07:00
Mikael Finstad 6c7b63d9c2
Store "working" in a ref so we can avoid race conditions 2021-08-27 13:18:14 +07:00
Mikael Finstad 612d883bd0
remove fairly useless notifications 2021-08-27 11:51:26 +07:00
Mikael Finstad d9fd31a199
fix flawed out directory detection logic 2021-08-27 11:51:09 +07:00
Mikael Finstad a7a9c2785f
skip subtitles for previews
they can cause trouble
2021-08-26 23:59:04 +07:00
Mikael Finstad 82a608d44e
reduce verbosity of ffprobe 2021-08-26 23:58:48 +07:00
Mikael Finstad b7678510c7
Improvements
- Simplify and streamline preview file logic
- Allow remember preview choice (convert to supported format) #829
- Improve error handling
2021-08-26 23:58:38 +07:00
Mikael Finstad 96086d307f
improve merge/concat dialog
and don't auto sort by file name #832
2021-08-26 16:36:12 +07:00
Mikael Finstad 822a366235
add "-" to allowed sanitized chars 2021-08-26 16:35:22 +07:00
Mikael Finstad fc7d4de774
allow colon in filename on linux #830
also fix issue where tags were not being sanitized
2021-08-26 16:35:09 +07:00
Mikael Finstad 41458bb7e9
Use x264 again for preview #722 2021-08-26 00:16:25 +07:00
Mikael Finstad c004d82b1e
refactor 2021-08-25 23:19:38 +07:00
Mikael Finstad a0a7ba33b5
improve "done" toast 2021-08-25 22:54:13 +07:00
Mikael Finstad e688f151b6
UI improvements
- Upgrade evergreen-ui
- improve stream selector
- improve buttons
- add default error toast
- better error handling

https://github.com/segmentio/evergreen/releases/tag/v5.0.0
https://evergreen.segment.com/introduction/v6-migration-guide
2021-08-25 22:21:30 +07:00
Mikael Finstad 71e01f8485
Add check for output file length on windows #745 2021-08-25 16:00:09 +07:00
Mikael Finstad 8e1ad813d6
default to mov when formatData.tags.major_brand === 'XAVC' #367 2021-08-25 15:33:04 +07:00
Mikael Finstad 34355c0df3
Convert to supported format also on PIPELINE_ERROR_DECODE #804 2021-08-25 15:29:44 +07:00
Mikael Finstad dffd1e448e
add supported conversion: "Fastest: Low playback speed (audio remux), likely to fail" #424
also refactor a bit
2021-08-25 14:54:29 +07:00
Mikael Finstad 4330ed9c76
Feature: invert all segments on timeline
also simplify inverseCutSegments logic
2021-08-25 13:36:04 +07:00
Mikael Finstad fafb1510c8
improve text 2021-08-25 00:25:34 +07:00
Mikael Finstad ba6407c1b3
reduce timeout for audio volume 2021-08-24 22:56:36 +07:00
Mikael Finstad 6c2376cfc2
try to fix #670 2021-08-24 22:56:25 +07:00
Mikael Finstad f133cfd484
improve text 2021-08-24 22:55:54 +07:00
Mikael Finstad 079327dac3
allow controlling audio playback volume
closes #307
#125
2021-08-24 21:22:56 +07:00
Mikael Finstad c63d61d472
support Mplay EDL types 1,2,3 also #609 2021-08-24 20:23:27 +07:00
Mikael Finstad 3e6730e00f
fix metadata crash #720
also useMemo to improve performance
2021-08-24 19:43:39 +07:00
Mikael Finstad 662ff44d83
reduce default notification durations #802 2021-08-24 17:58:08 +07:00
Mikael Finstad 46323867ff
Don't show capture screenshot when "Hide informational notifications" #802 2021-08-24 17:57:38 +07:00
Mikael Finstad 4e06dbcb9e
fix bug 2021-08-24 17:34:04 +07:00
Mikael Finstad 65b1157ddb
refactor 2021-08-24 17:34:00 +07:00
Mikael Finstad 4c30c91307
improve feedback 2021-08-24 17:33:50 +07:00
Mikael Finstad b2cdbdb937
Simplify file open logic
so drag-drop works exactly the same as file->open and cmd line args
2021-08-24 17:33:40 +07:00
Mikael Finstad adcf79a6c2
Improvements
- Allow editing segment tags #427
- Store main project file as .lcc (JSON5 format), for future flexibility. existing CSV will still be loaded and converted to .llc #545
- Rename menu items to Export/import project (as we are not changing the save location) #593
2021-08-24 16:21:26 +07:00
Mikael Finstad 4a1ec76a90
allow longer label names when sanitize is disabled #427 2021-08-24 01:18:05 +07:00
Mikael Finstad 490e9aa746
improve close icon 2021-08-24 00:44:32 +07:00
Mikael Finstad 6a756e6eee
improve sanitize 2021-08-24 00:44:25 +07:00
Mikael Finstad faf70568dc
Add partial support for segment tags #427 #814
allows importing from cue files
does not support loading/saving
2021-08-24 00:44:11 +07:00
Mikael Finstad 0e6f69ac1d
improve english 2021-08-23 23:54:45 +07:00
Mikael Finstad 8497f07bdc
add a setting for allowing disabling filename sanitizing #821 #427 2021-08-23 23:50:21 +07:00
Mikael Finstad 0ae7ed4211
improve comment 2021-08-23 18:09:48 +07:00
Mikael Finstad 434d8b1698
Add clear working dir button
fixes #805
2021-08-23 13:50:17 +07:00
Mikael Finstad 40d95dbff5
implement sort by file name when drag-dropping multiple files 2021-07-26 15:00:44 +07:00
Mikael Finstad 75261990cd
offset timestamp transfered from source file
...by the cut offset of each segment
fixes #468 #770
2021-07-25 13:39:54 +07:00
Mikael Finstad 56bc6f60df
improve toasts by showing close button 2021-07-25 13:39:02 +07:00
Mikael Finstad 929f213186
degrade framer motion to 1 due to issues also with 3
timeline was not rendering correctly after zooming
2021-07-25 13:38:40 +07:00
Mikael Finstad 7634904366
undo swal2 workaround
no longer needed #790
2021-07-25 11:48:00 +07:00
Mikael Finstad e9014c3fdd
fix sweetalert11 issue #789 2021-07-25 11:46:24 +07:00
Mikael Finstad a9bc6c555b
Add languages
- Dutch
- Portugese
- Finnish
- Vietnamese
- Japanese
- Chinese Simplified / Traditional
2021-07-23 22:35:35 +07:00
Mikael Finstad 33b9598a9d
upgrade react lottie player 2021-07-23 22:35:34 +07:00
Mikael Finstad 95d7dca000
Merge pull request #785 from limonte/add-timer-progressbar-to-toasts
Add timer progressbar to toasts
2021-07-23 22:34:58 +07:00
Limon Monte b30b21a236 Add timer progressbar to toasts 2021-07-20 17:25:05 +03:00
Johnny 52d0198705 Spilt up Chinese (Traditional) and Chinese (Simplified) language 2021-05-19 19:54:15 +08:00
Mikael Finstad bd6772c405
fix lint 2021-04-08 22:37:09 +07:00
Mikael Finstad 8a8a0d93ca
refactor 2021-04-08 20:57:54 +07:00
Mikael Finstad 4b565ccb37
refactor 2021-04-08 20:48:40 +07:00
Mikael Finstad 523bdb7daa
refactor 2021-04-08 19:53:12 +07:00
Mikael Finstad c1731c1e10
default to auto generated files checked #618 2021-04-07 23:41:37 +07:00
Mikael Finstad 52aa7596c6
improve log in dev 2021-04-07 23:34:20 +07:00
Mikael Finstad b66527f811
allow locking output format
fixes #615
2021-04-07 23:33:54 +07:00
Mikael Finstad a78dec5a7f
make timeline follow player time also
fixes #676
2021-04-06 00:04:56 +07:00
Mikael Finstad 02c2d86a45
Improve trash dialog
Thanks to @Rubens10010
closes #618
fixes #698
2021-04-05 23:19:42 +07:00
Mikael Finstad 0e58fc65de
upgrade packages
uuid,framer-motion,react-lottie-player,react-sortable-hoc,react-syntax-highlighter,sweetalert2-react-content,csv-stringify,csv-parse,trash,execa
2021-04-01 20:58:53 +07:00
Mikael Finstad d2f1994319
improve html5ified detection 2021-04-01 12:47:18 +07:00
Mikael Finstad af81e303ca
cleanup unused imports 2021-03-31 16:57:49 +07:00
Mikael Finstad bdb764fc13
use license free codecs for html5ify 2021-03-31 15:14:58 +07:00
Mikael Finstad 0d5ef77b5d
refactor 2021-03-31 15:11:29 +07:00
Mikael Finstad 9bf918db98
upgrade major versions 2021-03-30 22:25:42 +07:00
Mikael Finstad 8dc1e6e99c
upgrade
- create-react-app
- eslint
2021-03-30 22:01:25 +07:00
Mikael Finstad 546b702e7a
refactor 2021-03-30 18:05:41 +07:00
Mikael Finstad 5e1700ef04
improve merge button 2021-03-29 22:21:21 +07:00
Mikael Finstad 1340885ecf
add more translatables 2021-03-29 22:11:08 +07:00
Mikael Finstad 5830a44d99
implement language also in node land (menus, etc) 2021-03-29 00:12:58 +07:00
Mikael Finstad 6ab880509f
make app language in settings english 2021-03-29 00:09:54 +07:00
Mikael Finstad a4a2461a7c
invert enabled segments logic
so that newly added segments default to enabled
2021-03-28 22:48:46 +07:00
Mikael Finstad 326dc42315
fix bug 2021-03-28 22:48:11 +07:00
Mikael Finstad f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
2021-03-28 00:00:29 +07:00
Mikael Finstad dd80971a61
Improvements
- Allow arbitrarily selecting which segments to export - fixes #682 #358
- Add context menu to segments (right click) #392
- Double click segment to jump to cut start #392
2021-03-27 22:17:15 +07:00
Mikael Finstad 9febbc5730
enable Korean 2021-03-25 19:00:26 +07:00
Mikael Finstad 4e39a3c9c2
Remove merge/separate setting
it is now in the main UI
https://github.com/mifi/lossless-cut/issues/480#issuecomment-772853087
2021-03-25 18:50:20 +07:00
Mikael Finstad 04107d37d2
Improve tracks screen 2021-02-21 19:15:48 +01:00
Mikael Finstad 099d046c20
allow shortening "ms" part when it's 0 2021-02-21 19:14:31 +01:00
Mikael Finstad 6093acee63
implement export single track 2021-02-21 19:13:04 +01:00
Mikael Finstad d5e03784d7
Implement EDL import
Only supports type=0 (cut)
also refactor

Closes #609
2021-02-21 19:12:25 +01:00
Mikael Finstad 6c2026c9a9
Notify user about rotation in MKV
https://github.com/mifi/lossless-cut/discussions/661
2021-02-21 18:59:14 +01:00
Mikael Finstad 7ff74110e8
Implement youtube export dialog
Also improve youtube import
Closes #657
2021-02-19 13:46:08 +01:00
Mikael Finstad 9a98797758
Show "New folder" in mac dialog 2021-02-19 13:44:08 +01:00
Mikael Finstad 2550693238
Bring back merge/split button in main UI #480 #663 2021-02-18 21:15:40 +01:00