diff options
| author | tassaron | 2017-07-09 21:27:29 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-09 21:27:29 -0400 |
| commit | 4c3920e6309b4e67e3d8d809dd0b5b6cd245fd0c (patch) | |
| tree | db011987ce41bd78bb62a60297bb0663b900cfe4 /src/components/sound.py | |
| parent | f6fbc8d2423ac5ae683a7613b53648db3e02e323 (diff) | |
separated creation of ffmpeg command
for future use to sllow editing the command before starting the export
Diffstat (limited to 'src/components/sound.py')
| -rw-r--r-- | src/components/sound.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/sound.py b/src/components/sound.py index d3589b3..1f43c83 100644 --- a/src/components/sound.py +++ b/src/components/sound.py @@ -31,7 +31,9 @@ class Component(Component): return self.frameRender(self.compPos, 0) def preFrameRender(self, **kwargs): - # super().preFrameRender(**kwargs) + pass + + def properties(self): return ['static', 'audio'] def audio(self): |
