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