ui/prores_aw_handler: Implement UI Handler for prores_aw

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-07 13:45:01 +02:00
parent b442914ebe
commit e5bf18f2a6
4 changed files with 129 additions and 0 deletions
+8
View File
@@ -29,3 +29,11 @@ FFmpeg.StandardCompliance.Strict="Strict"
FFmpeg.StandardCompliance.Normal="Normal"
FFmpeg.StandardCompliance.Unofficial="Unofficial"
FFmpeg.StandardCompliance.Experimental="Experimental"
# Apple ProRes
AppleProRes.Profile="Profile"
AppleProRes.Profile.APCO="Proxy"
AppleProRes.Profile.APCS="LT"
AppleProRes.Profile.APCN="Standard Definition"
AppleProRes.Profile.APCH="High Quality"
AppleProRes.Profile.AP4H="4444"