fixes
This commit is contained in:
parent
846ca8e6db
commit
6ac8c263b4
@ -22,7 +22,7 @@ FFMPEG_PROCESSES = {}
|
||||
|
||||
def raw_converter(dl, song, video):
|
||||
subprocess.Popen(
|
||||
['ffmpeg', '-i', dl, '-f', 's16le', '-ac', '1', '-ar', '48000', song, '-y', '-f', 'rawvideo', '-r', '20', '-pix_fmt', 'yuv420p', '-vf', 'scale=1280:720', video, '-y'],
|
||||
['ffmpeg', '-i', dl, '-f', 's16le', '-ac', '1', '-ar', '48000', song, '-y', '-f', 'rawvideo', '-r', '20', '-pix_fmt', 'yuv420p', '-vf', 'scale=854:480', video, '-y'],
|
||||
stdin=None,
|
||||
stdout=None,
|
||||
stderr=None,
|
||||
|
Loading…
Reference in New Issue
Block a user