mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
OMFG ARE YOU SERIOUS
This commit is contained in:
parent
659e0e1965
commit
a1ce7a055b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class RoyalPCMFile(YtdlFile):
|
||||||
log.info(f"Preparing {self.video_filename}...")
|
log.info(f"Preparing {self.video_filename}...")
|
||||||
# Convert the video to pcm
|
# Convert the video to pcm
|
||||||
ffmpeg.input(f"./{self.video_filename}") \
|
ffmpeg.input(f"./{self.video_filename}") \
|
||||||
.output(self.audio_filename, format="s16le", acodec="pcm_s16le", ac=2, ar="48000") \
|
.output(self.audio_filename, format="s16le", ac=2, ar="48000") \
|
||||||
.overwrite_output() \
|
.overwrite_output() \
|
||||||
.run(quiet=not __debug__)
|
.run(quiet=not __debug__)
|
||||||
# Delete the video file
|
# Delete the video file
|
||||||
|
|
Loading…
Reference in a new issue