scalarhq / go-fluent-ffmpeg

A Go implementation of fluent-ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support context for cancellation

david7482 opened this issue · comments

Although the user could use Build to get the underlying command, it still makes sense to support context by adding a RunWithContext() function. If you agree with this, I am willing to help with the PR. Thx

Definitely agree that this is a good feature to include!