mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
ensure ffmpeg doesn't transcode video
This commit is contained in:
parent
2ace9ed380
commit
1c843b24f7
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ def det(tf):
|
|||
"-hide_banner",
|
||||
"-v", "fatal",
|
||||
"-y", "-i", fsenc(sys.argv[1]),
|
||||
"-map", "0:a:0",
|
||||
"-t", "300",
|
||||
"-sample_fmt", "s16",
|
||||
tf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue