log transcode work

This commit is contained in:
talksik
2026-04-29 15:52:31 -07:00
parent 271b0d9892
commit 8e807d8187
+2
View File
@@ -187,6 +187,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
return
}
if particleType != particle.TypeMedia {
slog.Info("transcode: particle is not of type media")
return
}
@@ -197,6 +198,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
// Source is already iOS-playable; nothing to do.
if isIOSPlayableMime(mediaParticle.Properties.MimeType) {
slog.Info("transcode: skipping because already playable on ios")
return
}