self.codec = hb_video_encoder_get_default(videoContainer);
[self videoEncoderPopUpChanged:nil];
}
+ else
+ {
+ self.codec = selectedVidEncoderTag;
+ }
+
+ [fVidEncoderPopUp selectItemWithTag:self.codec];
+
}
- (void)titleChanged:(NSNotification *)aNotification
}
}
+ // Apply the lavcOption
+ self.lavcOptions = preset[@"lavcOption"];
+
int qualityType = [preset[@"VideoQualityType"] intValue] - 1;
/* Note since the removal of Target Size encoding, the possible values for VideoQuality type are 0 - 1.
* Therefore any preset that uses the old 2 for Constant Quality would now use 1 since there is one less index