Merge branch 'fix/timelapseFramerateParameter' into devel

This commit is contained in:
Gina Häußge 2016-10-13 19:23:26 +02:00
commit 7714aaca89

View file

@ -812,7 +812,7 @@ class TimelapseRenderJob(object):
command = [
ffmpeg, '-framerate', str(fps), '-loglevel', 'error', '-i', '"{}"'.format(input), '-vcodec', 'mpeg2video',
'-threads', str(threads), '-pix_fmt', 'yuv420p', '-r', str(fps), '-y', '-b', str(bitrate),
'-threads', str(threads), '-pix_fmt', 'yuv420p', '-r', "25", '-y', '-b', str(bitrate),
'-f', 'vob']
filter_string = cls._create_filter_string(hflip=hflip,