u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.67k stars 167 forks source link

print out the command line of ffmpeg #15

Closed fastfading closed 3 years ago

fastfading commented 3 years ago

pls print out the command line of ffmpeg which will be executed.

u2takey commented 3 years ago

added in https://github.com/u2takey/ffmpeg-go/pull/16, you can also get args with GetArgs()