Compare commits
2 commits
3c7f5a0d7d
...
589ccf9fb7
Author | SHA1 | Date | |
---|---|---|---|
589ccf9fb7 | |||
d66d66fb49 |
2 changed files with 4 additions and 2 deletions
|
@ -487,7 +487,7 @@ def render_all(options):
|
|||
for fn in (
|
||||
"audio-5.1.mp4",
|
||||
"audio-center.wav", "audio-rear.wav", "audio-center.wav",
|
||||
"audio-back-wav", "back-audio.mp4",
|
||||
"audio-front.wav", "audio-back,wav", "back-audio.mp4",
|
||||
"fl.wav", "fr.wav", "fc.wav", "lfe.wav", "bl.wav", "br.wav",
|
||||
):
|
||||
fn = fragment_prefix / fn
|
||||
|
|
4
sax.py
4
sax.py
|
@ -38,10 +38,12 @@ long = {
|
|||
noise = {
|
||||
"src": nois_wav,
|
||||
"duration": 3600.0,
|
||||
}
|
||||
'''
|
||||
"filter": {
|
||||
"volume": "1"
|
||||
},
|
||||
}
|
||||
'''
|
||||
project.append_clip('A1', long)
|
||||
project.append_clip('A2', noise)
|
||||
path = os.path.join(root, "sax-mix.kdenlive")
|
||||
|
|
Loading…
Reference in a new issue