diff --git a/.config/LosslessCut/config.json b/.config/LosslessCut/config.json new file mode 100644 index 0000000..3314762 --- /dev/null +++ b/.config/LosslessCut/config.json @@ -0,0 +1,346 @@ +{ + "version": 2, + "lastAppVersion": "3.67.2", + "captureFormat": "jpeg", + "keyframeCut": true, + "autoMerge": false, + "autoDeleteMergedSegments": false, + "segmentsToChaptersOnly": false, + "enableSmartCut": false, + "timecodeFormat": "timecodeWithDecimalFraction", + "invertCutSegments": false, + "autoExportExtraStreams": true, + "exportConfirmEnabled": true, + "askBeforeClose": false, + "enableAskForImportChapters": true, + "enableAskForFileOpenAction": true, + "playbackVolume": 1, + "autoSaveProjectFile": true, + "wheelSensitivity": 0.2, + "waveformHeight": 40, + "language": "en", + "ffmpegExperimental": false, + "preserveChapters": true, + "preserveMetadata": "default", + "preserveMetadataOnMerge": false, + "preserveMovData": false, + "movFastStart": true, + "avoidNegativeTs": "make_zero", + "autoLoadTimecode": false, + "segmentsToChapters": false, + "simpleMode": false, + "outSegTemplate": "${FILENAME}-${CUT_FROM}-${CUT_TO}${SEG_SUFFIX}${EXT}", + "mergedFileTemplate": "${FILENAME}-cut-merged-${EPOCH_MS}${EXT}", + "mergedFilesTemplate": "${FILENAME}-merged-${EPOCH_MS}${EXT}", + "keyboardSeekAccFactor": 1.03, + "keyboardNormalSeekSpeed": 1, + "keyboardSeekSpeed2": 10, + "keyboardSeekSpeed3": 60, + "treatInputFileModifiedTimeAsStart": true, + "treatOutputFileModifiedTimeAsStart": false, + "safeOutputFileName": true, + "windowBounds": { + "x": 0, + "y": 0, + "width": 475, + "height": 509, + "isMaximized": true + }, + "enableAutoHtml5ify": true, + "keyBindings": [ + { + "keys": "ShiftLeft+Equal", + "action": "addSegment" + }, + { + "keys": "Space", + "action": "togglePlayResetSpeed" + }, + { + "keys": "KeyK", + "action": "togglePlayNoResetSpeed" + }, + { + "keys": "KeyJ", + "action": "reducePlaybackRate" + }, + { + "keys": "ShiftLeft+KeyJ", + "action": "reducePlaybackRateMore" + }, + { + "keys": "KeyL", + "action": "increasePlaybackRate" + }, + { + "keys": "ShiftLeft+KeyL", + "action": "increasePlaybackRateMore" + }, + { + "keys": "KeyZ", + "action": "timelineToggleComfortZoom" + }, + { + "keys": "ShiftLeft+KeyZ", + "action": "makeCursorTimeZero" + }, + { + "keys": "Comma", + "action": "seekPreviousFrame" + }, + { + "keys": "Period", + "action": "seekNextFrame" + }, + { + "keys": "KeyC", + "action": "captureSnapshot" + }, + { + "keys": "ControlLeft+KeyC", + "action": "copySegmentsToClipboard" + }, + { + "keys": "MetaLeft+KeyC", + "action": "copySegmentsToClipboard" + }, + { + "keys": "ShiftLeft+KeyC", + "action": "captureSnapshotToClipboard" + }, + { + "keys": "KeyI", + "action": "setCutStart" + }, + { + "keys": "KeyO", + "action": "setCutEnd" + }, + { + "keys": "Backspace", + "action": "removeCurrentCutpoint" + }, + { + "keys": "KeyD", + "action": "cleanupFilesDialog" + }, + { + "keys": "KeyB", + "action": "splitCurrentSegment" + }, + { + "keys": "KeyR", + "action": "increaseRotation" + }, + { + "keys": "KeyG", + "action": "goToTimecode" + }, + { + "keys": "KeyT", + "action": "toggleStripAll" + }, + { + "keys": "ShiftLeft+KeyT", + "action": "toggleStripCurrentFilter" + }, + { + "keys": "ArrowLeft", + "action": "seekBackwards" + }, + { + "keys": "ControlLeft+ShiftLeft+ArrowLeft", + "action": "seekBackwards2" + }, + { + "keys": "ControlLeft+ArrowLeft", + "action": "seekBackwardsPercent" + }, + { + "keys": "MetaLeft+ArrowLeft", + "action": "seekBackwardsPercent" + }, + { + "keys": "AltLeft+ArrowLeft", + "action": "seekBackwardsKeyframe" + }, + { + "keys": "ShiftLeft+ArrowLeft", + "action": "jumpCutStart" + }, + { + "keys": "ArrowRight", + "action": "seekForwards" + }, + { + "keys": "ControlLeft+ShiftLeft+ArrowRight", + "action": "seekForwards2" + }, + { + "keys": "ControlLeft+ArrowRight", + "action": "seekForwardsPercent" + }, + { + "keys": "MetaLeft+ArrowRight", + "action": "seekForwardsPercent" + }, + { + "keys": "AltLeft+ArrowRight", + "action": "seekForwardsKeyframe" + }, + { + "keys": "ShiftLeft+ArrowRight", + "action": "jumpCutEnd" + }, + { + "keys": "ControlLeft+Home", + "action": "jumpTimelineStart" + }, + { + "keys": "ControlLeft+End", + "action": "jumpTimelineEnd" + }, + { + "keys": "PageUp", + "action": "jumpFirstSegment" + }, + { + "keys": "ArrowUp", + "action": "jumpPrevSegment" + }, + { + "keys": "ShiftLeft+AltLeft+PageUp", + "action": "jumpSeekFirstSegment" + }, + { + "keys": "ShiftLeft+AltLeft+ArrowUp", + "action": "jumpSeekPrevSegment" + }, + { + "keys": "ControlLeft+ArrowUp", + "action": "timelineZoomIn" + }, + { + "keys": "MetaLeft+ArrowUp", + "action": "timelineZoomIn" + }, + { + "keys": "ShiftLeft+ArrowUp", + "action": "batchPreviousFile" + }, + { + "keys": "ControlLeft+ShiftLeft+ArrowUp", + "action": "batchOpenPreviousFile" + }, + { + "keys": "PageDown", + "action": "jumpLastSegment" + }, + { + "keys": "ArrowDown", + "action": "jumpNextSegment" + }, + { + "keys": "ShiftLeft+AltLeft+PageDown", + "action": "jumpSeekLastSegment" + }, + { + "keys": "ShiftLeft+AltLeft+ArrowDown", + "action": "jumpSeekNextSegment" + }, + { + "keys": "ControlLeft+ArrowDown", + "action": "timelineZoomOut" + }, + { + "keys": "MetaLeft+ArrowDown", + "action": "timelineZoomOut" + }, + { + "keys": "ShiftLeft+ArrowDown", + "action": "batchNextFile" + }, + { + "keys": "ControlLeft+ShiftLeft+ArrowDown", + "action": "batchOpenNextFile" + }, + { + "keys": "ShiftLeft+Enter", + "action": "batchOpenSelectedFile" + }, + { + "keys": "ControlLeft+KeyZ", + "action": "undo" + }, + { + "keys": "MetaLeft+KeyZ", + "action": "undo" + }, + { + "keys": "ControlLeft+ShiftLeft+KeyZ", + "action": "redo" + }, + { + "keys": "MetaLeft+ShiftLeft+KeyZ", + "action": "redo" + }, + { + "keys": "KeyF", + "action": "toggleFullscreenVideo" + }, + { + "keys": "Enter", + "action": "labelCurrentSegment" + }, + { + "keys": "KeyE", + "action": "export" + }, + { + "keys": "ShiftLeft+Slash", + "action": "toggleKeyboardShortcuts" + }, + { + "keys": "AltLeft+ArrowUp", + "action": "increaseVolume" + }, + { + "keys": "AltLeft+ArrowDown", + "action": "decreaseVolume" + }, + { + "keys": "KeyM", + "action": "toggleMuted" + } + ], + "storeProjectInWorkingDir": true, + "enableOverwriteOutput": true, + "mouseWheelZoomModifierKey": "ctrl", + "mouseWheelFrameSeekModifierKey": "alt", + "mouseWheelKeyframeSeekModifierKey": "shift", + "segmentMouseModifierKey": "shift", + "captureFrameMethod": "videotag", + "captureFrameQuality": 0.95, + "captureFrameFileNameFormat": "timestamp", + "enableNativeHevc": true, + "enableUpdateCheck": true, + "cleanupChoices": { + "trashTmpFiles": true, + "askForCleanup": true, + "closeFile": true, + "cleanupAfterExport": false, + "trashProjectFile": true, + "deleteIfTrashFails": true + }, + "allowMultipleInstances": true, + "darkMode": true, + "preferStrongColors": false, + "outputFileNameMinZeroPadding": 1, + "cutFromAdjustmentFrames": 0, + "cutToAdjustmentFrames": 0, + "storeWindowBounds": true, + "thumbnailsEnabled": false, + "keyframesEnabled": true, + "reducedMotion": "user", + "fixCodecTag": "auto" +} \ No newline at end of file