elif targettype.get('videoCodec') and 'noaudio' in targettype:
        # need video only -- no codec change in video & remove audio
        for newkey, newtargettype in list(WebVideoTranscode.settings.items()):
            if info.video.codec == newtargettype.get('videoCodec') and \
                    'noaudio' in newtargettype: