removed unused prints
This commit is contained in:
parent
6d1b166f2d
commit
f8227c1be8
3 changed files with 0 additions and 4 deletions
|
|
@ -64,7 +64,6 @@ class dvdauthor_converter(devedeng.executor.executor):
|
|||
continue
|
||||
file_movies.append(element)
|
||||
|
||||
print(file_movies)
|
||||
xmlpath = os.path.join(movie_folder, "xml_data")
|
||||
xml_file_path = os.path.join(xmlpath, "dvdauthor.xml")
|
||||
datapath = os.path.join(movie_folder, "dvd_tree")
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ class subtitles_mux(devedeng.executor.executor):
|
|||
out_xml.write(str(font_size))
|
||||
if subt_upper:
|
||||
out_xml.write('" bottom-margin="50')
|
||||
print("Punto clave")
|
||||
out_xml.write('" fill-color="#%02X%02X%02X"' %
|
||||
tuple([int(fill_color[i] * 255) for i in range(len(fill_color))]))
|
||||
out_xml.write(' outline-color="#%02X%02X%02X"' %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue