proxy.golang.org : github.com/eluv-io/avpipe : v1.21.0
Package avpipe has four main interfaces that has to be implemented by the client code: InputOpener: is the input factory interface that needs an implementation to generate an InputHandler. InputHandler: is the input handler with Read/Seek/Size/Close methods. An implementation of this interface is needed by ffmpeg to process input streams properly. OutputOpener: is the output factory interface that needs an implementation to generate an OutputHandler. OutputHandler: is the output handler with Write/Seek/Close methods. An implementation of this interface is needed by ffmpeg to write encoded streams properly. * Defines various audio/video transcoding errors.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/eluv-io/[email protected]
Published:
Indexed:
- github.com/Comcast/gots v0.0.0-20200213175321-9799558ed3e2
- github.com/davecgh/go-spew v1.1.1
- github.com/eluv-io/apexlog-go v1.9.1-elv3
- github.com/eluv-io/errors-go v1.0.0
- github.com/eluv-io/gls v1.0.0-elv1
- github.com/eluv-io/log-go v1.0.1
- github.com/eluv-io/mp4ff v0.0.0-20250210223832-af1d81403ca3
- github.com/eluv-io/stack v1.8.2
- github.com/eluv-io/utc-go v1.0.0
- github.com/grafov/m3u8 v0.11.1
- github.com/inconshreveable/mousetrap v1.0.0
- github.com/modern-go/reflect2 v1.0.2
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/spf13/cobra v0.0.5
- github.com/spf13/pflag v1.0.3
- github.com/stretchr/testify v1.7.0
- gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/yaml.v3 v3.0.0