mirror of https://github.com/odrling/Aegisub
Update default config to modern standards
This commit is contained in:
parent
ebea3905cc
commit
1ce72a6d6e
|
@ -40,24 +40,24 @@
|
||||||
"Display" : {
|
"Display" : {
|
||||||
"Draw" : {
|
"Draw" : {
|
||||||
"Cursor Time" : true,
|
"Cursor Time" : true,
|
||||||
"Inactive Comments" : true,
|
"Inactive Comments" : false,
|
||||||
"Keyframes in Dialogue Mode" : true,
|
"Keyframes in Dialogue Mode" : true,
|
||||||
"Keyframes in Karaoke Mode" : true,
|
"Keyframes in Karaoke Mode" : true,
|
||||||
"Seconds" : false,
|
"Seconds" : true,
|
||||||
"Video Position" : false
|
"Video Position" : true
|
||||||
},
|
},
|
||||||
"Waveform Style" : 0
|
"Waveform Style" : 0
|
||||||
},
|
},
|
||||||
"Downmixer" : "ConvertToMono",
|
"Downmixer" : "ConvertToMono",
|
||||||
"Drag Timing" : true,
|
"Drag Timing" : true,
|
||||||
"Inactive Lines Display Mode" : 1,
|
"Inactive Lines Display Mode" : 3,
|
||||||
"Karaoke" : {
|
"Karaoke" : {
|
||||||
"Font Face" : "Verdana",
|
"Font Face" : "Verdana",
|
||||||
"Font Size" : 9
|
"Font Size" : 9
|
||||||
},
|
},
|
||||||
"Lead" : {
|
"Lead" : {
|
||||||
"IN" : 200,
|
"IN" : 100,
|
||||||
"OUT" : 300
|
"OUT" : 350
|
||||||
},
|
},
|
||||||
"Line Boundaries Thickness" : 2,
|
"Line Boundaries Thickness" : 2,
|
||||||
"Link" : true,
|
"Link" : true,
|
||||||
|
@ -75,11 +75,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Snap" : {
|
"Snap" : {
|
||||||
"Distance" : 10,
|
"Distance" : 8,
|
||||||
"Enable" : false
|
"Enable" : true
|
||||||
},
|
},
|
||||||
"Spectrum" : true,
|
"Spectrum" : true,
|
||||||
"Start Drag Sensitivity" : 3,
|
"Start Drag Sensitivity" : 8,
|
||||||
"Track Cursor" : {
|
"Track Cursor" : {
|
||||||
"Font Face" : ""
|
"Font Face" : ""
|
||||||
},
|
},
|
||||||
|
@ -421,7 +421,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Timing" : {
|
"Timing" : {
|
||||||
"Default Duration" : 2000
|
"Default Duration" : 3000
|
||||||
},
|
},
|
||||||
|
|
||||||
"Tool" : {
|
"Tool" : {
|
||||||
|
@ -585,9 +585,9 @@
|
||||||
"Dummy" : {
|
"Dummy" : {
|
||||||
"FPS" : 23.975999999999999091,
|
"FPS" : 23.975999999999999091,
|
||||||
"Last" : {
|
"Last" : {
|
||||||
"Height" : 480,
|
"Height" : 720,
|
||||||
"Length" : 40000,
|
"Length" : 40000,
|
||||||
"Width" : 640
|
"Width" : 1280
|
||||||
},
|
},
|
||||||
"Pattern" : false
|
"Pattern" : false
|
||||||
},
|
},
|
||||||
|
|
|
@ -40,24 +40,24 @@
|
||||||
"Display" : {
|
"Display" : {
|
||||||
"Draw" : {
|
"Draw" : {
|
||||||
"Cursor Time" : true,
|
"Cursor Time" : true,
|
||||||
"Inactive Comments" : true,
|
"Inactive Comments" : false,
|
||||||
"Keyframes in Dialogue Mode" : true,
|
"Keyframes in Dialogue Mode" : true,
|
||||||
"Keyframes in Karaoke Mode" : true,
|
"Keyframes in Karaoke Mode" : true,
|
||||||
"Seconds" : false,
|
"Seconds" : true,
|
||||||
"Video Position" : false
|
"Video Position" : true
|
||||||
},
|
},
|
||||||
"Waveform Style" : 0
|
"Waveform Style" : 0
|
||||||
},
|
},
|
||||||
"Downmixer" : "ConvertToMono",
|
"Downmixer" : "ConvertToMono",
|
||||||
"Drag Timing" : true,
|
"Drag Timing" : true,
|
||||||
"Inactive Lines Display Mode" : 1,
|
"Inactive Lines Display Mode" : 3,
|
||||||
"Karaoke" : {
|
"Karaoke" : {
|
||||||
"Font Face" : "",
|
"Font Face" : "",
|
||||||
"Font Size" : 9
|
"Font Size" : 9
|
||||||
},
|
},
|
||||||
"Lead" : {
|
"Lead" : {
|
||||||
"IN" : 200,
|
"IN" : 100,
|
||||||
"OUT" : 300
|
"OUT" : 350
|
||||||
},
|
},
|
||||||
"Line Boundaries Thickness" : 2,
|
"Line Boundaries Thickness" : 2,
|
||||||
"Link" : true,
|
"Link" : true,
|
||||||
|
@ -75,11 +75,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Snap" : {
|
"Snap" : {
|
||||||
"Distance" : 10,
|
"Distance" : 8,
|
||||||
"Enable" : false
|
"Enable" : true
|
||||||
},
|
},
|
||||||
"Spectrum" : true,
|
"Spectrum" : true,
|
||||||
"Start Drag Sensitivity" : 3,
|
"Start Drag Sensitivity" : 8,
|
||||||
"Track Cursor" : {
|
"Track Cursor" : {
|
||||||
"Font Face" : ""
|
"Font Face" : ""
|
||||||
},
|
},
|
||||||
|
@ -421,7 +421,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Timing" : {
|
"Timing" : {
|
||||||
"Default Duration" : 2000
|
"Default Duration" : 3000
|
||||||
},
|
},
|
||||||
|
|
||||||
"Tool" : {
|
"Tool" : {
|
||||||
|
@ -585,9 +585,9 @@
|
||||||
"Dummy" : {
|
"Dummy" : {
|
||||||
"FPS" : 23.975999999999999091,
|
"FPS" : 23.975999999999999091,
|
||||||
"Last" : {
|
"Last" : {
|
||||||
"Height" : 480,
|
"Height" : 720,
|
||||||
"Length" : 40000,
|
"Length" : 40000,
|
||||||
"Width" : 640
|
"Width" : 1280
|
||||||
},
|
},
|
||||||
"Pattern" : false
|
"Pattern" : false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue