Mikael Finstad
97dda50ab0
implement black scene detection
...
closes #623
4 years ago
Mikael Finstad
095dafa374
scan i18n
4 years ago
Mikael Finstad
1c25322adc
scan i18n
4 years ago
Mikael Finstad
d4cd0e1d37
rename event:
...
invertAllCutSegments->invertAllSegments
4 years ago
Mikael Finstad
82e08fbdd1
rename events
...
selectPrevSegment->jumpPrevSegment
selectNextSegment->jumpNextSegment
4 years ago
Mikael Finstad
02af27534f
implement fill gaps between segments
...
https://github.com/mifi/lossless-cut/issues/993#issuecomment-1059752710
4 years ago
Mikael Finstad
0b97e1f62e
add i18n
4 years ago
Mikael Finstad
c12fba15f9
scan i18n
4 years ago
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
4 years ago
Mikael Finstad
26783a1338
implement shift all segments times
4 years ago
Mikael Finstad
d9fd560993
try to fix issue where file does not open on macos
...
(Open With LosslessCut)
5 years ago
Mikael Finstad
39322472e4
implement increase/descrease volume hotkeys #254
5 years ago
Mikael Finstad
8578886f5c
allow using external ffmpeg executable #400
5 years ago
Mikael Finstad
11e1f81726
implement smart cut #126
...
also improve concat ffmpeg command logging - closes #954
5 years ago
Mikael Finstad
bdb050492f
improve batch list selection
...
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049831536
5 years ago
Mikael Finstad
b4641aeb22
re-introduce merge menu item
5 years ago
Mikael Finstad
bce1914268
refactor
5 years ago
Mikael Finstad
883bcb6a3f
reorder english and scan i18n
5 years ago
B. Antonio Fernández
0fe855dad2
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/es/
5 years ago
Aygün Yerdeniz
17a15a1629
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
5 years ago
Kimmo Kujansuu
3fe01cf66a
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/fi/
5 years ago
Aygün Yerdeniz
4a738fbeee
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
5 years ago
Aygün Yerdeniz
30cca45add
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
5 years ago
Ariel Küchler
5e32bf5256
Translated using Weblate (German)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
5 years ago
Ariel Küchler
604fbfc455
Translated using Weblate (German)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
5 years ago
Thomas De Rocker
7c07db136f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nl/
5 years ago
slrslr
3d826868a8
Translated using Weblate (Czech)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
5 years ago
maboroshin
e631511b8c
Translated using Weblate (Japanese)
...
Currently translated at 99.7% (478 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/
5 years ago
Eric
efba511a5f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (479 of 479 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/
5 years ago
Sopor
5c87ddb9c0
Translated using Weblate (Swedish)
...
Currently translated at 41.6% (195 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/sv/
5 years ago
Mikael Finstad
c2cb1f5501
add shortcut shift+j for toggling keyboard shortcut dialog #654
...
also allow resetting key config #726
5 years ago
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,
5 years ago
Mikael Finstad
3e89e60981
Implement dynamic keyboard mapping #254
...
with UI to control mappings
5 years ago
Mikael Finstad
802a701430
allow overriding any stored setting from the command line #371
5 years ago
Mikael Finstad
6b29ee1e97
improve electron.js
5 years ago
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
5 years ago
Mikael Finstad
61b7ca2e44
implement shuffle segments order
5 years ago
Mikael Finstad
fe88b3d6f6
implement import csv with frame numbers #1024
5 years ago
Mikael Finstad
3615268a46
implement segments to chapters mode #993
5 years ago
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
5 years ago
Mikael Finstad
15750d1c50
update i18n
5 years ago
Mikael Finstad
d0b2f05113
add setting for auto convert to supported format
...
also remove unnecessary notification
closes #414
5 years ago
Weblate (bot)
8ce92d3cc5
Translations update from Hosted Weblate ( #932 )
...
* Added translation using Weblate (Ukrainian)
* Translated using Weblate (Russian)
Currently translated at 100.0% (468 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ru/
* Translated using Weblate (Japanese)
Currently translated at 99.7% (467 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 95.0% (445 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hant/
* Translated using Weblate (German)
Currently translated at 97.2% (455 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
* Translated using Weblate (German)
Currently translated at 97.2% (455 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
* Translated using Weblate (German)
Currently translated at 100.0% (468 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
* Translated using Weblate (German)
Currently translated at 100.0% (468 of 468 strings)
Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
Co-authored-by: Vit <naumgod@gmail.com>
Co-authored-by: maboroshin <trnt@ahk.jp>
Co-authored-by: 曹恩逢 <nelson22768384@gmail.com>
Co-authored-by: Ariel Küchler <weblate.ariel@kuechler.info>
Co-authored-by: Erich Küster <erich.kuester@arcor.de>
5 years ago
Mikael Finstad
375ee5d1d4
implement export frame numbers csv #878
5 years ago
Mikael Finstad
6b5857b902
allow showing timecode as frame counts #878
5 years ago
Mikael Finstad
d4eecc2294
implement remember window size
...
closes #44
closes #944
5 years ago
Mikael Finstad
8812f6b17d
try to fix portable config path #645
...
https://github.com/electron/electron/issues/10975
5 years ago
Mikael Finstad
9ac1b1a086
try to fix portable app config issue #645
5 years ago
Mikael Finstad
39d06ee395
link directly to version
...
on new release
5 years ago
Mikael Finstad
7c6a1607c1
add licenses
5 years ago