Commit Graph

7 Commits

Author SHA1 Message Date
Alex Gustafsson
205828f3ee Add support for compilation options
Add options to the Compile function, and in turn, the Run function
in order to modify the compiled command instance before executing
it. This is helpful to, for example, specify that the command
should be run in a separate process group in order for ffmpeg not
to react on SIGINTs sent to the parent proces.
2022-03-22 11:32:09 +01:00
wanglei.w
f057d20328 print command args after compile 2021-07-07 10:19:45 +08:00
wanglei.w
6c40f6e9bb fix merge output; support error to stdout 2021-06-25 18:54:51 +08:00
wanglei.w
180149a7c9 add s3 stream support 2021-04-15 17:47:07 +08:00
wanglei.w
5029339c82 add example opencv 2020-11-19 14:42:40 +08:00
wanglei.w
5a1890c3e8 add example; add escape
move sample data
2020-11-11 22:43:19 +08:00
wanglei.w
de958344b9 init with test 2020-11-10 15:49:38 +08:00