log
parent
613bfdf96e
commit
b26afcb325
|
|
@ -62,6 +62,7 @@ func Main(ctx context.Context, args []string) error {
|
||||||
return nil
|
return nil
|
||||||
case Transcode:
|
case Transcode:
|
||||||
for _, pos := range flags.Pos {
|
for _, pos := range flags.Pos {
|
||||||
|
log.Printf("transcoding %q...", pos)
|
||||||
if err := inass.EntrypointTranscode(ctx, pos); err != nil {
|
if err := inass.EntrypointTranscode(ctx, pos); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue