def modified_preset(self):
     """ Modified a preset previously created """
     log.info('A preset has been modified')
     windo = Presets()
     windo.exec_()
예제 #2
0
 def load_ffmpeg_command(self):
     """ Load a ffmpeg command Personalized"""
     log.info('Load an existing ffmpeg command')
     windo = Presets()
     windo.exec_()
 def add_preset(self):
     """ Add a new preset previously created """
     log.info('A new preset has been created')
     windo = Presets()
     windo.exec_()
예제 #4
0
 def load_export_command(self):
     """" Display Export FFmpeg Command Pesonalized """
     log.info('FFmpeg Command Personlized screen has been called')
     windo = Presets()
     windo.exec_()