|
|
@ -32,6 +32,7 @@ from .formats import OUTPUT_FORMATS |
|
|
|
#TODO Adjust layout |
|
|
|
#TODO Set frame's min size |
|
|
|
#TODO Add labels to gettext |
|
|
|
#TODO Move all formats, etc to formats.py |
|
|
|
|
|
|
|
|
|
|
|
class OptionsFrame(wx.Frame): |
|
|
@ -326,7 +327,6 @@ class FormatsTab(TabPanel): |
|
|
|
|
|
|
|
VIDEO_FORMATS = read_formats() |
|
|
|
|
|
|
|
#TODO Move those to separate file? |
|
|
|
AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis", "opus"] |
|
|
|
|
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|