diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 618bad85..f85c464e 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -239,6 +239,7 @@ def stream(video, target, profile, info, audio_track=0, flags={}): '-preset:v', 'medium', '-profile:v', 'high', '-level', '4.0', + '-pix_fmt', 'yuv420p', ] video_settings += ['-map', '0:%s,0:0' % info['video'][0]['id']] audio_only = False