diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index c541ca16e..731d48d6f 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" : { @@ -584,13 +584,13 @@ "Dummy" : { "FPS" : 23.975999999999999091, "Last" : { - "Height" : 480, + "Height" : 720, "Length" : 40000, - "Width" : 640 + "Width" : 1280 }, "Pattern" : false }, - "Force BT.601" : true, + "Force BT.601" : false, "Last Script Resolution Mismatch Choice" : 2, "Open Audio" : true, "Overscan Mask" : false, diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index 3e0617216..707625e82 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" : { @@ -584,13 +584,13 @@ "Dummy" : { "FPS" : 23.975999999999999091, "Last" : { - "Height" : 480, + "Height" : 720, "Length" : 40000, - "Width" : 640 + "Width" : 1280 }, "Pattern" : false }, - "Force BT.601" : true, + "Force BT.601" : false, "Last Script Resolution Mismatch Choice" : 2, "Open Audio" : true, "Overscan Mask" : false,