log
parent
613bfdf96e
commit
b26afcb325
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue