diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 615a163de..9011ad378 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -990,7 +990,7 @@ def refine_from_ffprobe(path, video): video.video_codec = data['video'][0]['codec'] if 'frame_rate' in data['video'][0]: if not video.fps: - video.fps = data['video'][0]['frame_rate'] + video.fps = data['video'][0]['frame_rate'].magnitude if 'audio' not in data: logging.debug('BAZARR FFprobe was unable to find audio tracks in the file!') diff --git a/bin/Linux/i386/ffprobe/ffprobe b/bin/Linux/i386/ffprobe/ffprobe index 1e48486d2..4cc6fabcc 100755 Binary files a/bin/Linux/i386/ffprobe/ffprobe and b/bin/Linux/i386/ffprobe/ffprobe differ diff --git a/bin/Linux/x86_64/ffprobe/ffprobe b/bin/Linux/x86_64/ffprobe/ffprobe index 7dfcd0621..17ed7409d 100755 Binary files a/bin/Linux/x86_64/ffprobe/ffprobe and b/bin/Linux/x86_64/ffprobe/ffprobe differ diff --git a/bin/Windows/i386/ffprobe/ffprobe.exe b/bin/Windows/i386/ffprobe/ffprobe.exe index b34db114b..b764bccfb 100644 Binary files a/bin/Windows/i386/ffprobe/ffprobe.exe and b/bin/Windows/i386/ffprobe/ffprobe.exe differ