Compare commits

..

No commits in common. "589ccf9fb7a0f159958b903f4cf05ca98fe2a163" and "3c7f5a0d7db044c690a0f0e39d818cb1890f2ddb" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -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-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",
):
fn = fragment_prefix / fn

4
sax.py
View file

@ -38,12 +38,10 @@ 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")