remove 240p and 360p transcodes
This commit is contained in:
@@ -461,7 +461,7 @@ func processOriginal(originalID uint) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// create video transcodes
|
// create video transcodes
|
||||||
for _, targetHeight := range []uint{144, 240, 360, 480, 720, 1080} {
|
for _, targetHeight := range []uint{144, 480, 720, 1080} {
|
||||||
if targetHeight <= videoMeta.height {
|
if targetHeight <= videoMeta.height {
|
||||||
t := Transcode{
|
t := Transcode{
|
||||||
SrcID: video.ID,
|
SrcID: video.ID,
|
||||||
|
Reference in New Issue
Block a user