Commit Graph

239 Commits (ee74ce5530f7d3acc7883f8f51207c4292b42fd9)

Author SHA1 Message Date
Mikael Finstad 079327dac3
allow controlling audio playback volume
closes #307
#125
5 years ago
Mikael Finstad 46323867ff
Don't show capture screenshot when "Hide informational notifications" #802 5 years ago
Mikael Finstad 65b1157ddb
refactor 5 years ago
Mikael Finstad 4c30c91307
improve feedback 5 years ago
Mikael Finstad b2cdbdb937
Simplify file open logic
so drag-drop works exactly the same as file->open and cmd line args
5 years ago
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
5 years ago
Mikael Finstad 4a1ec76a90
allow longer label names when sanitize is disabled #427 5 years ago
Mikael Finstad 6a756e6eee
improve sanitize 5 years ago
Mikael Finstad faf70568dc
Add partial support for segment tags #427 #814
allows importing from cue files
does not support loading/saving
5 years ago
Mikael Finstad 8497f07bdc
add a setting for allowing disabling filename sanitizing #821 #427 5 years ago
Mikael Finstad 434d8b1698
Add clear working dir button
fixes #805
5 years ago
Mikael Finstad 40d95dbff5
implement sort by file name when drag-dropping multiple files 5 years ago
Mikael Finstad 33b9598a9d
upgrade react lottie player 5 years ago
Mikael Finstad bd6772c405
fix lint 5 years ago
Mikael Finstad 8a8a0d93ca
refactor 5 years ago
Mikael Finstad 4b565ccb37
refactor 5 years ago
Mikael Finstad 523bdb7daa
refactor 5 years ago
Mikael Finstad c1731c1e10
default to auto generated files checked #618 5 years ago
Mikael Finstad b66527f811
allow locking output format
fixes #615
5 years ago
Mikael Finstad 02c2d86a45
Improve trash dialog
Thanks to @Rubens10010
closes #618
fixes #698
5 years ago
Mikael Finstad d2f1994319
improve html5ified detection 5 years ago
Mikael Finstad af81e303ca
cleanup unused imports 5 years ago
Mikael Finstad bdb764fc13
use license free codecs for html5ify 5 years ago
Mikael Finstad 8dc1e6e99c
upgrade
- create-react-app
- eslint
5 years ago
Mikael Finstad 546b702e7a
refactor 5 years ago
Mikael Finstad 5830a44d99
implement language also in node land (menus, etc) 5 years ago
Mikael Finstad a4a2461a7c
invert enabled segments logic
so that newly added segments default to enabled
5 years ago
Mikael Finstad 326dc42315
fix bug 5 years ago
Mikael Finstad f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
5 years ago
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
5 years ago
Mikael Finstad 4e39a3c9c2
Remove merge/separate setting
it is now in the main UI
https://github.com/mifi/lossless-cut/issues/480#issuecomment-772853087
5 years ago
Mikael Finstad 6093acee63
implement export single track 6 years ago
Mikael Finstad d5e03784d7
Implement EDL import
Only supports type=0 (cut)
also refactor

Closes #609
6 years ago
Mikael Finstad 6c2026c9a9
Notify user about rotation in MKV
https://github.com/mifi/lossless-cut/discussions/661
6 years ago
Mikael Finstad 7ff74110e8
Implement youtube export dialog
Also improve youtube import
Closes #657
6 years ago
Mikael Finstad 2550693238
Bring back merge/split button in main UI #480 #663 6 years ago
Mikael Finstad e72d0a6953
Implement setting for preserve file timestamps
Closes #611
Pull all ffmpeg operatins that transfer timestamps into its own react hook
6 years ago
Mikael Finstad 5704713a06
offset mtime/atime by currentTime
I think it's more normal for mtime to be start of recording
6 years ago
Mikael Finstad bd3c251d12
Allow labelling segments with enter key #655 6 years ago
Mikael Finstad 8ed6cbdc74
upgrade to react-lottie-player 6 years ago
Mikael Finstad a319782a1e
Improve error when not access to opened file 6 years ago
Mikael Finstad 30ba5fe041
Fix issue with relative paths and allow multiple on command line
Fixes #639
Fixes #591
6 years ago
Mikael Finstad 95db959f5b
Add merge+segments option #480 6 years ago
Mikael Finstad 56a2fdc09b
disallow colon (:) in output template
fixes #631
6 years ago
Mikael Finstad f4cab7b5f7
Add default button to tuner. fixes #627, closes #636, closes #635 6 years ago
Mikael Finstad 79f0d4c61b
Make zoomed timeline more smooth 6 years ago
Mikael Finstad 90faeb11ce fix rounding error #447 6 years ago
Mikael Finstad 8ea08cf65c add keyboard seek speed tuner #553 6 years ago
Mikael Finstad 2eb42d2ef3 add keyboard seek acceleration #604 6 years ago
Mikael Finstad c97ea883f7 make undo/redo work for input elements #610
but now only keyboard shortcut works for segments
(not menu)
6 years ago
Mikael Finstad 6bb0a2aa13 add copy report to clipboard button 6 years ago
Mikael Finstad 69cea1a70f pull out dialog 6 years ago
Mikael Finstad c5e7313a81 pull out user preferences to hook 6 years ago
Mikael Finstad eb8f7af5e0 Implement custom file name templates #96 6 years ago
Mikael Finstad e641865821 make mouse wheel scroll work also when the cursor is over the video, not just timeline #248 #553 6 years ago
Mikael Finstad b9bde3b2bb add out of space dialog #328 6 years ago
Mikael Finstad 6cc9285d60 optimize 6 years ago
Mikael Finstad 42b991a179 refactor 6 years ago
Mikael Finstad b69c4728d7 add timestamp csv export #546 6 years ago
Mikael Finstad da48d5bd1b implement TSV export #545
Also fix #503
6 years ago
Mikael Finstad 69f3845689 Make trash function more flexible #541 6 years ago
Mikael Finstad f5afe25715 add clear segments menu item #537 #546 6 years ago
Mikael Finstad 1d168804e8 Beginner improvements #546 6 years ago
Mikael Finstad e45e278413 fix bug 6 years ago
Mikael Finstad bc14fa8067 Improve simple mode #546 6 years ago
Mikael Finstad 1a59341247 don't allow remove initial cut segments 6 years ago
Mikael Finstad 2462278caf implement MOV FastStart option #347 6 years ago
Mikael Finstad 35d4ca20fb refactor/simplify 6 years ago
Mikael Finstad dd6a77880d Improve trash button #537 6 years ago
Mikael Finstad 1662adb1e3 implement simple mode #546 6 years ago
Mikael Finstad 035dff2cc9 improve no file loaded screen 6 years ago
Mikael Finstad 19c002b64a allow create chapters when merge files too 6 years ago
Mikael Finstad 8c8fa8e4c9 fix bug 6 years ago
Mikael Finstad f481f21c36 improve menus 6 years ago
Mikael Finstad 123e2269e6 Confirm extract all streams and hide streams selector when exporting 6 years ago
Mikael Finstad c7b04e99bc Include segment number in output file
for segment without any label
Fixed #536
6 years ago
Mikael Finstad 3cedc453e3 Allow disabling merge metadata preservation
https://github.com/mifi/lossless-cut/issues/480#issuecomment-743195727
Also make it more clear that chapters from meta is slow
6 years ago
Mikael Finstad d8f55f7a70 implement mov detection 6 years ago
Mikael Finstad 5ac299a050 Implement simple file and track metadata editor #496 6 years ago
Mikael Finstad e62fb6a64b Go back to mousetrap
seems to be the only lib properly handling layouts that require
shift to be pressed to get a particular key #520
Also document.addEventListener needs custom handling of modifier keys
or C will be triggered by CTRL+C, etc
6 years ago
Mikael Finstad 5f6e9f33dc option to write segment labels as chapters #318 6 years ago
Mikael Finstad 46f500568f Add pbf import #421
https://github.com/fireattack/chapter_converter
6 years ago
Mikael Finstad 26c57fb6a7 Fix hotkey issue introduced when replacing mousetrap #520 6 years ago
Mikael Finstad 79dcddc604 Allow turn off export confirm dialog #512 6 years ago
Mikael Finstad f2b44b3726 Allow disable deletion of merged segments #480 6 years ago
Mikael Finstad a3bce63650 Load timecode offset from file #506 6 years ago
Mikael Finstad 49a0d7db17 Fix reorder logic #421 6 years ago
Mikael Finstad 8660d95a34 Improvements for files without a valid duration 6 years ago
Mikael Finstad 1983d3f374 add missing line 6 years ago
Mikael Finstad 2e05b69da5 Fix bug #515 6 years ago
Mikael Finstad e593303411 Show time when moving mouse over timeline #92 6 years ago
Mikael Finstad 052d6c33f3 Implement export single #358 6 years ago
Mikael Finstad a0f631acc8 add order segment button #392 6 years ago
Mikael Finstad 0cbbd2f1d3 Add hotkey for jump cut start/end #377 #254 6 years ago
Mikael Finstad 60d7003b67 Implement rotation hotkey #254 6 years ago
Mikael Finstad 930d19c490 Fix unsupported file for non existing file #451 6 years ago
Mikael Finstad 6e94eb107b hide another notification 6 years ago
Mikael Finstad 267225996e Add option to hide certain notifications #467 6 years ago
Mikael Finstad 689098369f Improve export summary 6 years ago
Mikael Finstad e555442529 Fix saving race condition #510 6 years ago