diff --git a/src/octoprint/timelapse.py b/src/octoprint/timelapse.py index 3e404fcc..abea529b 100644 --- a/src/octoprint/timelapse.py +++ b/src/octoprint/timelapse.py @@ -736,7 +736,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,