We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d6018 commit d90778eCopy full SHA for d90778e
1 file changed
src/config.rs
@@ -39,7 +39,7 @@ pub struct Encoding {
39
#[derive(Debug, Serialize, Deserialize, Clone)]
40
pub struct Timescale {
41
pub input: f32,
42
- pub output: f32,
+ pub output: f32,as saying cuz of dependencies being really annoying
43
pub adjust_audio_pitch: bool,
44
}
45
@@ -116,7 +116,7 @@ fps = 480.0
116
[encoding]
117
quality = 18
118
detailed_filename = false
119
-container = mp4
+container = \"mp4\"
120
121
[timescale]
122
input = 1.0
0 commit comments