Compare commits
No commits in common. "589ccf9fb7a0f159958b903f4cf05ca98fe2a163" and "3c7f5a0d7db044c690a0f0e39d818cb1890f2ddb" have entirely different histories.
589ccf9fb7
...
3c7f5a0d7d
2 changed files with 2 additions and 4 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-front.wav", "audio-back,wav", "back-audio.mp4",
|
"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,12 +38,10 @@ 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