revert
This commit is contained in:
parent
1b64b1e40d
commit
cd9c4a1afe
@ -25,7 +25,7 @@ FFMPEG_PROCESS = {}
|
|||||||
|
|
||||||
def raw_converter(dl, song, video):
|
def raw_converter(dl, song, video):
|
||||||
return subprocess.Popen(
|
return 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,
|
stdin=None,
|
||||||
stdout=None,
|
stdout=None,
|
||||||
stderr=None,
|
stderr=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user