default audio encode 96 kbps
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 41s
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 41s
This commit is contained in:
@@ -515,7 +515,7 @@ func processOriginal(originalID uint) {
|
||||
}
|
||||
|
||||
// create audio transcodes
|
||||
for _, kbps := range []uint{64 /*, 96, 128, 160, 192*/} {
|
||||
for _, kbps := range []uint{ /*64,*/ 96 /*, 128, 160, 192*/} {
|
||||
newAudioTranscode(video.ID, originalID, kbps, "video")
|
||||
}
|
||||
|
||||
@@ -537,7 +537,7 @@ func processOriginal(originalID uint) {
|
||||
}
|
||||
|
||||
// create audio transcodes
|
||||
for _, kbps := range []uint{64 /*, 96, 128, 160, 192*/} {
|
||||
for _, kbps := range []uint{ /*64,*/ 96 /*, 128, 160, 192*/} {
|
||||
newAudioTranscode(audio.ID, originalID, kbps, "audio")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user