Commit Graph

1630 Commits (v3.46.3)
 

Author SHA1 Message Date
Mikael Finstad 3a533f0b14
don't propagate seg check click 4 years ago
Mikael Finstad ca58a14397
rename segIndex->segColorIndex
to avoid confusion with array index
4 years ago
Mikael Finstad cf9347904b
allow removing multiple segments 4 years ago
Mikael Finstad 2ff8689d40
don't allow adding 0 length seg at end of timeline 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 86701ba0a2
implement "select segments by label"
https://github.com/mifi/lossless-cut/issues/993#issuecomment-1059907511
4 years ago
Mikael Finstad 956577f875
show selected segments in export dialog 4 years ago
Mikael Finstad cb9d31a2a9
fix bug 4 years ago
Mikael Finstad c48f2dd2f3
change segments to export into select segments
allows more flexibility
4 years ago
Mikael Finstad 6d8981798d
chapters improvments #993
improve pbf parsing with test fixtures
with chapters only export, add gap chapters between segments
4 years ago
Mikael Finstad cc3a5260d1
refactor 4 years ago
Mikael Finstad 0b97e1f62e
add i18n 4 years ago
Mikael Finstad c12fba15f9
scan i18n 4 years ago
Mikael Finstad 26a8f78d6f
add i18n 4 years ago
Mikael Finstad e043054e01
add 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 f1097d5970
fix bug 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)
4 years ago
Mikael Finstad c7cd929451
implement mac support for smart cut (h264) #126 4 years ago
Mikael Finstad 39322472e4
implement increase/descrease volume hotkeys #254 4 years ago
Mikael Finstad 37f142a9e1
fix play button #1048 4 years ago
Mikael Finstad 8578886f5c
allow using external ffmpeg executable #400 4 years ago
Mikael Finstad 402b8290af
reduce react prop drilling
also fix issue with keyframe cut button not working
4 years ago
Mikael Finstad 70438f44fb
fix lint 4 years ago
Mikael Finstad 0bb436f02e
make it possible to bind escape
it will close the dialog
4 years ago
Mikael Finstad 354fce616c
add key binding for fix invalid duration
https://github.com/mifi/lossless-cut/issues/254#issuecomment-1054103948
4 years ago
Mikael Finstad 11e1f81726
implement smart cut #126
also improve concat ffmpeg command logging - closes #954
4 years ago
Mikael Finstad 1b4262d951
move html5ify 4 years ago
Mikael Finstad ad6aaae089
refactor 4 years ago
Mikael Finstad 713c808cd9
refactor concatfiles 4 years ago
Mikael Finstad 42cd78339f
reorder 4 years ago
Mikael Finstad 4733ba6a4a
try to improve canvas player #272 4 years ago
Mikael Finstad b5ba38adb2
make sure to select previous item when deleting from batch list
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049996634
4 years ago
Mikael Finstad eab8a2c9b5
move sorting from merge to batch files
closes #1043
4 years ago
Mikael Finstad bdb050492f
improve batch list selection
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049831536
4 years ago
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.
4 years ago
Mikael Finstad dfb0a5cb76
losslessly convert pcm_bluray to pcm_s24le
for non-mpegts output formats

fixes #476
fixes #895
4 years ago
Mikael Finstad 3f91f70e7f
fix missing codecs 4 years ago
Mikael Finstad 55f2eb83ca
default to mov when pcm audio
fixes #947 #163 #367 #948
4 years ago
Mikael Finstad 6126848e19
improve error report 4 years ago
Mikael Finstad d4cf3aac23
auto-convert mov_text to srt
when trying to put it in matroska
webm too (webvtt)
closes #418
4 years ago
Mikael Finstad 2105b93a35
add webm t ocommon formats 4 years ago
Mikael Finstad 37950e736e
remove menu from batch list
(one less click)
4 years ago
Mikael Finstad a37eedc337
fix color bug 4 years ago
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
4 years ago
Mikael Finstad 1e352a6d75
fix bug 4 years ago
Mikael Finstad c11286eb21
improve menu labels
someone thought it would merge right away when clicking
4 years ago
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
4 years ago
Mikael Finstad bd50d25b85
refactor/reuse 4 years ago