Browse Source

revert some ffmpeg settings

main
Brett Langdon 2 years ago
parent
commit
b8d0aaafc5
No known key found for this signature in database GPG Key ID: 9BAD4322A65AD78B
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/dlhdhr/ffmpeg.py

+ 2
- 2
src/dlhdhr/ffmpeg.py View File

@ -23,9 +23,9 @@ class FFMpegProcess:
"-i",
f'"{playlist_url}"',
"-vcodec",
"libx264",
"copy",
"-acodec",
"ac3",
"copy",
"-crf",
"18",
"-preset",


Loading…
Cancel
Save