Skip to content

Commit

Permalink
Use OPUS codec for conversion instead of ac3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsixface committed Apr 12, 2024
1 parent 5f1d334 commit ff3ea13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlinx.datetime.toLocalDateTime
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

val AudioCodecs = listOf("aac", "ac3", "mp3")
val AudioCodecs = listOf("aac", "libopus", "mp3")
val VideoCodecs = listOf("libx265", "libx264", "mpeg4")
val SubtitleCodecs = listOf("srt")

Expand Down

0 comments on commit ff3ea13

Please sign in to comment.