u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.76k stars 172 forks source link

it would be more useful to buildin ffmpeg binary file #7

Closed fastfading closed 3 years ago

fastfading commented 3 years ago

for ffmpeg are lgpl license ffmpeg binary cli tool may not be distributed. However shared lib are legal. could build ffmpeg main() as a share lib.
this tool link those libs

it is very useful for client

fastfading commented 3 years ago

my intension is not depend on outside ffmpeg execute file .
it will be more controlable if no bash shell call outside exe file.