mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix: init Config
This commit is contained in:
@@ -62,7 +62,7 @@ pub fn global_config() -> Config {
|
||||
}
|
||||
|
||||
impl YoutubeConfig {
|
||||
const DEFAULT_POSTPROCESSOR_ARGS: &'static str = "ffmpeg:-vf setsar=1 -c:v libx264 -crf 20 -preset ultrafast -c:a aac -b:a 128k -movflags +faststart";
|
||||
const DEFAULT_POSTPROCESSOR_ARGS: &'static str = "ffmpeg:-vf setsar=1 -c:v libx264 -crf 20 -preset veryfast -c:a aac -b:a 128k -movflags +faststart";
|
||||
|
||||
fn from_env() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user