def modified_preset(self): """ Modified a preset previously created """ log.info('A preset has been modified') windo = Presets() windo.exec_()
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_()
def load_export_command(self): """" Display Export FFmpeg Command Pesonalized """ log.info('FFmpeg Command Personlized screen has been called') windo = Presets() windo.exec_()