[orx-video-profiles] Add hvc1 tag to h265 video profile
This commit is contained in:
@@ -35,6 +35,8 @@ class H265Profile : VideoWriterProfile() {
|
|||||||
|
|
||||||
val filters = mutableListOf("vflip")
|
val filters = mutableListOf("vflip")
|
||||||
|
|
||||||
|
var tagArguments = listOf("-tag:v", "hvc1")
|
||||||
|
|
||||||
override fun arguments(): Array<String> {
|
override fun arguments(): Array<String> {
|
||||||
val chromaArguments = if (highPrecisionChroma) {
|
val chromaArguments = if (highPrecisionChroma) {
|
||||||
arrayOf(
|
arrayOf(
|
||||||
@@ -60,7 +62,7 @@ class H265Profile : VideoWriterProfile() {
|
|||||||
val filterArguments = arrayOf("-vf", filters.joinToString(","))
|
val filterArguments = arrayOf("-vf", filters.joinToString(","))
|
||||||
|
|
||||||
val arguments =
|
val arguments =
|
||||||
hwaccelArguments + pixelFormatArguments + chromaArguments + filterArguments + videoCodecArguments + constantRateArguments + presetArguments + userArguments
|
hwaccelArguments + pixelFormatArguments + chromaArguments + filterArguments + videoCodecArguments + constantRateArguments + presetArguments + tagArguments + userArguments
|
||||||
|
|
||||||
return arguments
|
return arguments
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user