Compare commits

...

2 commits

Author SHA1 Message Date
j
589ccf9fb7 no volume adjustment for noise 2023-11-13 19:05:15 +01:00
j
d66d66fb49 cleanup more wav 2023-11-12 23:38:46 +01:00
2 changed files with 4 additions and 2 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-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
View file

@ -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")