No known key found for this signature in database
GPG Key ID: 9BAD4322A65AD78B
1 changed files with
3 additions and
3 deletions
-
src/dlhdhr/ffmpeg.py
|
|
|
@ -23,11 +23,11 @@ class FFMpegProcess: |
|
|
|
"-i", |
|
|
|
f'"{playlist_url}"', |
|
|
|
"-vcodec", |
|
|
|
"copy", |
|
|
|
"libx264", |
|
|
|
"-acodec", |
|
|
|
"copy", |
|
|
|
"ac3", |
|
|
|
"-crf", |
|
|
|
"10", |
|
|
|
"18", |
|
|
|
"-preset", |
|
|
|
"ulstrafast", |
|
|
|
"-f", |
|
|
|
|