Commit Graph

12 Commits

Author SHA1 Message Date
Lev Saminskij
27b2965e4d Merge branch 'master' into master 2023-03-10 14:05:02 +01:00
Lev Saminskij
b4a2cebb97 added method to disable the logging of the compiled ffmpeg command 2023-03-01 14:57:21 +00:00
Denis Borzenko
bbf2881ff4 Close u2takey/ffmpeg-go#80
Discover CommandOption type and ffmpeg.GlobalCommandOptions array, that is processed before running ffmpeg or ffprobe commands.
Add tests.
2023-02-28 23:46:11 +03:00
Denis Borzenko
2a41acb422 Move platform-specific code under build tags; fix corresponding tests 2023-02-28 22:55:03 +03:00
zhangzhonghao
a90f7ca856 U In version 1.19, ffmpeg in the current directory cannot be used automatically, and the path of ffmpeg can be customized 2022-10-31 15:24:09 +08:00
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