mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
h264>hevc
This commit is contained in:
@@ -2181,12 +2181,12 @@ int main(int argc, char **argv) {
|
||||
const char *video_codec_name = "";
|
||||
switch(video_codec) {
|
||||
case VideoCodec::H264: {
|
||||
video_codec_name = "h265";
|
||||
video_codec_name = "h264";
|
||||
break;
|
||||
}
|
||||
case VideoCodec::HEVC:
|
||||
case VideoCodec::HEVC_HDR: {
|
||||
video_codec_name = "h265";
|
||||
video_codec_name = "hevc";
|
||||
break;
|
||||
}
|
||||
case VideoCodec::AV1:
|
||||
|
||||
Reference in New Issue
Block a user