editly icon indicating copy to clipboard operation
editly copied to clipboard

Expose ffmpeg child-process & allow URL paths

Open tan-tan-kanarek opened this issue 5 years ago • 4 comments
trafficstars

The purpose of these changes is to expose ffmpeg process to higher level in order to log the ffmpeg command using application logging framework and in order to have better control on the child process for piping std in, out and err or to kill the process when needed.

Also support remote input files over http

tan-tan-kanarek avatar Aug 05 '20 08:08 tan-tan-kanarek

merged 0.5.0

tan-tan-kanarek avatar Sep 13 '20 10:09 tan-tan-kanarek

@tan-tan-kanarek could be also useful if You add onProgress callback function to pass overall progress output to higher level.

maksym-plotnikov avatar Sep 18 '20 17:09 maksym-plotnikov

It's a good idea, but not something I need at the moment because I use the canvas renderer where I'm already well aware to the progress. Are there any comments or improvements I can do to promote this PR to be merged?

tan-tan-kanarek avatar Sep 19 '20 11:09 tan-tan-kanarek

This PR is two features in one (allow http/https + onStart / onProcessStart)

mifi avatar Sep 23 '20 11:09 mifi