This commit is contained in:
2018-08-06 21:31:30 +03:00
parent 037843d14f
commit 144c3e3e25
6 changed files with 140 additions and 14 deletions

View File

@ -4,5 +4,11 @@ APP_AUTHOR = "Tiberiu Chibici"
APP_AUTHOR_SHORT = "TibiCh"
PROJECT_EXTENSION = "emproj"
SEQUENCE_EXTENSION = "emseq"
COMPOSITION_EXTENSION = "emcomp"
DEBUG = 1
DEBUG = 1
DEBUG_SUPPORTED_IMAGE = [ "png", "jpg", "tiff", "jpeg" ]
DEBUG_SUPPORTED_VIDEO = [ "mp4", "avi", "wmv", "mkv" ]
DEBUG_SUPPORTED_AUDIO = [ "mp3", "wav", "ogg", "aiff", "flac" ]
DEBUG_SUPPORTED_SUB = [ "srt" ]