log transcode work
This commit is contained in:
@@ -187,6 +187,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if particleType != particle.TypeMedia {
|
if particleType != particle.TypeMedia {
|
||||||
|
slog.Info("transcode: particle is not of type media")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -197,6 +198,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
|
|||||||
|
|
||||||
// Source is already iOS-playable; nothing to do.
|
// Source is already iOS-playable; nothing to do.
|
||||||
if isIOSPlayableMime(mediaParticle.Properties.MimeType) {
|
if isIOSPlayableMime(mediaParticle.Properties.MimeType) {
|
||||||
|
slog.Info("transcode: skipping because already playable on ios")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user