removed unused prints
This commit is contained in:
parent
6d1b166f2d
commit
f8227c1be8
3 changed files with 0 additions and 4 deletions
|
|
@ -493,9 +493,7 @@ class ffmpeg(devedeng.executor.executor):
|
|||
br = [32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384]
|
||||
for a in br:
|
||||
if a >= bitrate:
|
||||
print(a)
|
||||
return a
|
||||
print("384b")
|
||||
return 384
|
||||
|
||||
def create_menu_mpeg(self, n_page, background_music, sound_length, pal, video_rate, audio_rate, output_path, use_mp2, widescreen):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue