# README
transcode-file
transcode-file is a simple application that shows how to transcode an ivf file on disk.
Instructions
Run
go run main.go -addr localhost:50051 -i input.ivf -o output.ivf
You should see an output.ivf
file produced.
transcode-file is a simple application that shows how to transcode an ivf file on disk.
go run main.go -addr localhost:50051 -i input.ivf -o output.ivf
You should see an output.ivf
file produced.