Registry / utility / u2takey-ffmpeg-go

u2takey-ffmpeg-go

JSON →
library0.5.0gogounverified

A Go wrapper around FFmpeg for video/audio processing.

go get github.com/u2takey/ffmpeg-go
INSTALL
IMPORT
SIG · U2TAKEY-FFMPEG-GO
U
u2takey-ffmpeg-go
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ffmpeg
github.com/u2takey/ffmpeg-go

Convert MP4 to GIF

package main import ( "github.com/u2takey/ffmpeg-go" ) func main() { err := ffmpeg.Input("input.mp4").Output("output.gif").Run() if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
u2takey-ffmpeg-go — go get u2takey-ffmpeg-go · libregistry