bel 2025-12-02 16:30:10 -07:00
parent 613bfdf96e
commit b26afcb325
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func Main(ctx context.Context, args []string) error {
return nil
case Transcode:
for _, pos := range flags.Pos {
log.Printf("transcoding %q...", pos)
if err := inass.EntrypointTranscode(ctx, pos); err != nil {
return err
}