This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
################################################################### | |
# Author: Mu yanru | |
# Date : 2020.8 | |
# Email : [email protected] | |
################################################################### | |
from dayu_widgets import * | |
from dayu_widgets import utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
################################################################### | |
# Author: Mu yanru | |
# Date : 2020.8 | |
# Email : [email protected] | |
################################################################### | |
from dayu_widgets import * | |
from dayu_widgets import utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROJECT_SETTINGS = { | |
'audioCaptureNumChannels': '2', | |
'audioOutputHasTimecode': '0', | |
'audioPlayoutNumChannels': '2', | |
'colorAcesIDT': 'No Input Transform', | |
'colorAcesNodeLUTProcessingSpace': 'acesccAp1', | |
'colorAcesODT': 'No Output Transform', | |
'colorGalleryStillsLocation': 'C:\Users\xxxx\Videos\.gallery', | |
'colorGalleryStillsNamingCustomPattern': '', | |
'colorGalleryStillsNamingEnabled': '0', |