diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index 8268e41be..789628a8d 100644 --- a/src/libresrc/default_config.json +++ b/src/libresrc/default_config.json @@ -40,24 +40,24 @@ "Display" : { "Draw" : { "Cursor Time" : true, - "Inactive Comments" : true, + "Inactive Comments" : false, "Keyframes in Dialogue Mode" : true, "Keyframes in Karaoke Mode" : true, - "Seconds" : false, - "Video Position" : false + "Seconds" : true, + "Video Position" : true }, "Waveform Style" : 0 }, "Downmixer" : "ConvertToMono", "Drag Timing" : true, - "Inactive Lines Display Mode" : 1, + "Inactive Lines Display Mode" : 3, "Karaoke" : { "Font Face" : "Verdana", "Font Size" : 9 }, "Lead" : { - "IN" : 200, - "OUT" : 300 + "IN" : 100, + "OUT" : 350 }, "Line Boundaries Thickness" : 2, "Link" : true, @@ -75,11 +75,11 @@ } }, "Snap" : { - "Distance" : 10, - "Enable" : false + "Distance" : 8, + "Enable" : true }, "Spectrum" : true, - "Start Drag Sensitivity" : 3, + "Start Drag Sensitivity" : 8, "Track Cursor" : { "Font Face" : "" }, @@ -421,7 +421,7 @@ }, "Timing" : { - "Default Duration" : 2000 + "Default Duration" : 3000 }, "Tool" : { @@ -589,9 +589,9 @@ "Dummy" : { "FPS" : 23.975999999999999091, "Last" : { - "Height" : 480, + "Height" : 720, "Length" : 40000, - "Width" : 640 + "Width" : 1280 }, "Pattern" : false }, diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index ec3fb5d8c..c230c7460 100644 --- a/src/libresrc/osx/default_config.json +++ b/src/libresrc/osx/default_config.json @@ -40,24 +40,24 @@ "Display" : { "Draw" : { "Cursor Time" : true, - "Inactive Comments" : true, + "Inactive Comments" : false, "Keyframes in Dialogue Mode" : true, "Keyframes in Karaoke Mode" : true, - "Seconds" : false, - "Video Position" : false + "Seconds" : true, + "Video Position" : true }, "Waveform Style" : 0 }, "Downmixer" : "ConvertToMono", "Drag Timing" : true, - "Inactive Lines Display Mode" : 1, + "Inactive Lines Display Mode" : 3, "Karaoke" : { "Font Face" : "", "Font Size" : 9 }, "Lead" : { - "IN" : 200, - "OUT" : 300 + "IN" : 100, + "OUT" : 350 }, "Line Boundaries Thickness" : 2, "Link" : true, @@ -75,11 +75,11 @@ } }, "Snap" : { - "Distance" : 10, - "Enable" : false + "Distance" : 8, + "Enable" : true }, "Spectrum" : true, - "Start Drag Sensitivity" : 3, + "Start Drag Sensitivity" : 8, "Track Cursor" : { "Font Face" : "" }, @@ -421,7 +421,7 @@ }, "Timing" : { - "Default Duration" : 2000 + "Default Duration" : 3000 }, "Tool" : { @@ -585,9 +585,9 @@ "Dummy" : { "FPS" : 23.975999999999999091, "Last" : { - "Height" : 480, + "Height" : 720, "Length" : 40000, - "Width" : 640 + "Width" : 1280 }, "Pattern" : false },