Cineform support (#1853)
* Cineform Support Add default cineform support * Revert "Cineform Support" This reverts commit f810358b7997ea2d996a3dbbae21252c9f37e7e9. * Cineform Support Add default cineform support * Do not expose DNxHD yet * ExportDialog: Add CineformSection Co-authored-by: itsmattkc <34096995+itsmattkc@users.noreply.github.com>
This commit is contained in:
@@ -844,6 +844,8 @@ AVCodec *FFmpegEncoder::GetEncoder(ExportCodec::Codec c)
|
||||
return avcodec_find_encoder(AV_CODEC_ID_DNXHD);
|
||||
case ExportCodec::kCodecProRes:
|
||||
return avcodec_find_encoder(AV_CODEC_ID_PRORES);
|
||||
case ExportCodec::kCodecCineform:
|
||||
return avcodec_find_encoder(AV_CODEC_ID_CFHD);
|
||||
case ExportCodec::kCodecH265:
|
||||
return avcodec_find_encoder(AV_CODEC_ID_HEVC);
|
||||
case ExportCodec::kCodecVP9:
|
||||
|
||||
Reference in New Issue
Block a user