produce better seeking mp4 files

This commit is contained in:
j 2023-10-22 11:18:03 +01:00
parent c1c7fc27d3
commit af8f7433c3

View file

@ -281,9 +281,13 @@ def render_all(options):
cmd = [
'xvfb-run', '-a',
'melt', timeline,
'-quiet',
'-consumer', 'avformat:%s' % timeline.replace('.kdenlive', ext),
'-quiet'
]
if ext == '.wav':
cmd += ['vn=1']
else:
cmd += ['an=1', 'vcodec=libx264', 'x264opts=keyint=1', 'crf=15']
subprocess.call(cmd)
if ext == '.wav' and timeline.endswith('audio.kdenlive'):
cmd = [