Skip to content

Commit d90778e

Browse files
authored
fix config default for container
1 parent 85d6018 commit d90778e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub struct Encoding {
3939
#[derive(Debug, Serialize, Deserialize, Clone)]
4040
pub struct Timescale {
4141
pub input: f32,
42-
pub output: f32,
42+
pub output: f32,as saying cuz of dependencies being really annoying
4343
pub adjust_audio_pitch: bool,
4444
}
4545

@@ -116,7 +116,7 @@ fps = 480.0
116116
[encoding]
117117
quality = 18
118118
detailed_filename = false
119-
container = mp4
119+
container = \"mp4\"
120120
121121
[timescale]
122122
input = 1.0

0 commit comments

Comments
 (0)