mirror of
https://github.com/majmongoose/PageBot.git
synced 2026-08-26 05:26:00 -04:00
Update pagebot.py
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ def convert_to_mp4(mp3_file, delete_source=True):
|
||||
'-i', secrets_file.image_path,
|
||||
'-i', mp3_file,
|
||||
'-c:a', 'aac', '-b:a', '192k',
|
||||
'-c:v', 'libx264', '-pix_fmt', 'yuv420p',
|
||||
'-c:v', 'libx264', '-preset', 'ultrafast', '-tune', 'stillimage', '-pix_fmt', 'yuv420p',
|
||||
'-shortest', mp4_file
|
||||
])
|
||||
if delete_source:
|
||||
|
||||
Reference in New Issue
Block a user