NextLevel / NextLevelSessionExporter

🔄 Export and transcode media in Swift
http://nextlevel.engineering
MIT License
262 stars 49 forks source link

HEVC codec type not supported. #42

Closed rabelhmd closed 2 years ago

rabelhmd commented 2 years ago

I wanted to convert video files with hevc codec, unfortunately, the framework is unable to convert files with the hevc codec. There is no video available after the conversion.

Here is the configuration that I tried: Conversion Configuation

rabelhmd commented 2 years ago

It worked after setting the configuration as:

AVVideoProfileLevelKey: "HEVC_Main_AutoLevel"