Refactor #2

Merged
KevinMidboe merged 70 commits from refactor into master 2018-10-16 21:11:45 +00:00
Showing only changes of commit 5ce0e61465 - Show all commits

View File

@@ -65,7 +65,7 @@ def refine(video, embedded_subtitles=True, **kwargs):
video_track = mkv.video_tracks[0] video_track = mkv.video_tracks[0]
# resolution # resolution
if video_track.height in (480, 720, 1080): if video_track.height in (480, 720, 1080, 2160):
if video_track.interlaced: if video_track.interlaced:
video.resolution = '%di' % video_track.height video.resolution = '%di' % video_track.height
else: else: