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 (
|
for fn in (
|
||||||
"audio-5.1.mp4",
|
"audio-5.1.mp4",
|
||||||
"audio-center.wav", "audio-rear.wav", "audio-center.wav",
|
"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",
|
"fl.wav", "fr.wav", "fc.wav", "lfe.wav", "bl.wav", "br.wav",
|
||||||
):
|
):
|
||||||
fn = fragment_prefix / fn
|
fn = fragment_prefix / fn
|
||||||
|
|
4
sax.py
4
sax.py
|
@ -38,10 +38,12 @@ long = {
|
||||||
noise = {
|
noise = {
|
||||||
"src": nois_wav,
|
"src": nois_wav,
|
||||||
"duration": 3600.0,
|
"duration": 3600.0,
|
||||||
|
}
|
||||||
|
'''
|
||||||
"filter": {
|
"filter": {
|
||||||
"volume": "1"
|
"volume": "1"
|
||||||
},
|
},
|
||||||
}
|
'''
|
||||||
project.append_clip('A1', long)
|
project.append_clip('A1', long)
|
||||||
project.append_clip('A2', noise)
|
project.append_clip('A2', noise)
|
||||||
path = os.path.join(root, "sax-mix.kdenlive")
|
path = os.path.join(root, "sax-mix.kdenlive")
|
||||||
|
|
Loading…
Reference in a new issue