diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 5d9da43a..1cd54f55 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -252,7 +252,7 @@ def stream(video, target, profile, info, audio_track=0, flags={}): '-pix_fmt', 'yuv420p', ] if info['video'][0].get("force_framerate"): - video_settings += ['-r:v', str(float(info['video'][0]["framerate"]))] + video_settings += ['-r:v', str(fps)] video_settings += ['-map', '0:%s,0:0' % info['video'][0]['id']] audio_only = False else: