fix: Use the same bitrate as the dashboard by default
This commit is contained in:
parent
3bcd5bdd32
commit
2c5db4117b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct Args {
|
||||||
#[arg(default_value = "./output")]
|
#[arg(default_value = "./output")]
|
||||||
output: String,
|
output: String,
|
||||||
/// Bitrate for the output
|
/// Bitrate for the output
|
||||||
#[arg(short, long, default_value_t = 192)]
|
#[arg(short, long, default_value_t = 128)]
|
||||||
bitrate: i16,
|
bitrate: i16,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue