68 Commits

Author SHA1 Message Date
leiiwang
898ebfd939 Merge pull request #109 from stombeur/master
add example reading frame with ss
2024-04-23 18:08:37 +08:00
leiiwang
b4f7b21594 Merge pull request #103 from arshamalh/master
Update README.md
2024-04-23 18:08:07 +08:00
Stephane Tombeur
62cabaf0c4 add example reading frame with ss 2024-01-23 14:25:37 +01:00
Arsham Arya
e7c4598fe5 Update README.md 2023-10-16 23:02:28 +03:30
leiiwang
6649d14c4a Merge pull request #90 from gabivlj/master
Fix bug where if you used WithInput before Output you would lose the context.
v0.5.0
2023-08-08 17:52:04 +08:00
leiiwang
02fa5c290a Merge pull request #94 from testwill/fmt
chore: there's no need to use fmt.Sprintf
2023-08-08 17:51:07 +08:00
guoguangwu
acdec619fe chore: there's no need to use fmt.Sprintf 2023-07-24 13:44:22 +08:00
Gabriel Villalonga Simón
d1d683b66e Fix bug where if you used WithInput before Output you would lose the context. 2023-07-01 14:59:00 +01:00
leiiwang
e1d7466889 Merge pull request #87 from msansen/fix/issue-75-missing-imports
Add missing imports
2023-05-19 18:52:13 +08:00
Matthieu Sansen
4098618066 Add missing imports
Fix issue #75
2023-05-02 22:26:56 +02:00
leiiwang
c4d6e9d939 Merge pull request #82 from lixiang12407/ffprobe.stderr
get ffprobe error from stderr
2023-03-23 16:42:54 +08:00
lee
165696a57b get ffprobe error from stderr
Signed-off-by: lee <lixiang12407@gmail.com>
2023-03-22 23:59:53 +08:00
leiiwang
d2a537fd00 Merge pull request #81 from Kirari04/master
Suppress compiled command
2023-03-12 13:48:08 +08:00
Lev Saminskij
27b2965e4d Merge branch 'master' into master 2023-03-10 14:05:02 +01:00
leiiwang
d822a47852 Merge pull request #79 from bbars/master
Move platform-specific code under build tags. Fix blinkind shell window on Windows
2023-03-10 18:00:12 +08: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
leiiwang
752c6e045d Merge pull request #69 from AaHaInc/master
ProbeReader (sam as Probe but accepts io.Reader)
2022-12-06 23:48:55 +08:00
Evghenii Maslennikov
5fd3dc7956 ProbeReader (Probe but accepts io.Reader) 2022-11-26 00:13:43 +02:00
leiiwang
559c4fdc58 Merge pull request #63 from BubbaJoe/patch-1
Only escape when the text is not empty
2022-11-01 14:31:04 +08:00
leiiwang
2ac7dbe13c Merge pull request #65 from banana-framework-lab/banana-patch-1
U In version 1.19, ffmpeg in the current directory cannot be used aut…
2022-10-31 18:33:23 +08: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
Joe Williams
2e1001f802 only escape when the text is not empty 2022-10-21 23:54:12 +09:00
leiiwang
f39088dce0 Merge pull request #60 from alef-ru/patch-1
Fixed broken link in README
2022-09-09 14:43:49 +08:00
leiiwang
58ef9565d5 Merge pull request #61 from alef-ru/dev/input-order
Fixed incorrect order of input files
2022-09-09 14:43:10 +08:00
Alexander Efremov
736a8dca23 Fixed incorrect order of input files 2022-08-27 21:48:08 +03:00
alef-ru
24cc9d4dd2 Fixed broken link in README 2022-08-27 19:17:06 +03:00
leiiwang
8af5c38498 Merge pull request #44 from alexg-axis/dev/compilation-options
Add support for compilation options
2022-03-29 09:18:53 +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
leiiwang
f26072ad8e Merge pull request #42 from u2takey/develop
tidy go mod, test ok on go1.16
v0.4.1
2022-03-16 16:08:11 +08:00
wanglei.w
98a5c5c30b tidy go mod, test ok on go1.16 2022-03-16 16:07:22 +08:00
leiiwang
873fdb44e4 Merge pull request #38 from u2takey/develop
fix: add missing method RunWithResource
2022-01-29 14:53:03 +08:00
wanglei.w
3cc1710421 fix: add missing method RunWithResource 2022-01-29 14:51:36 +08:00
leiiwang
56ea322523 Merge pull request #29 from connorryanbaker/master
remove gjson to address security alert
v0.4.0
2021-11-01 10:29:18 +08:00
Connor Baker
491575df52 remove gjson dependency 2021-10-28 15:12:18 -04:00
leiiwang
a461c09705 Merge pull request #27 from connorryanbaker/master
update gjson version
2021-10-01 14:49:58 +08:00
Connor Baker
2758af6b5d update gjson version 2021-09-29 13:49:15 -04:00
leiiwang
718319924c Merge pull request #17 from u2takey/develop
add more examples
2021-07-11 18:12:57 +08:00
wanglei.w
78eb37f868 add more examples 2021-07-11 18:12:30 +08:00
leiiwang
f767d1daae Merge pull request #16 from u2takey/develop
print command args after compile
2021-07-07 10:20:42 +08:00
wanglei.w
f057d20328 print command args after compile 2021-07-07 10:19:45 +08:00
leiiwang
f6e34f92a1 Merge pull request #14 from u2takey/develop
add example for gocv
2021-07-05 00:07:21 +08:00
wanglei.w
4f101ef477 add example for gocv 2021-07-05 00:06:28 +08:00
leiiwang
69546b95d3 Merge pull request #12 from u2takey/develop
fix merge output; support error to stdout
2021-06-25 18:55:36 +08:00
wanglei.w
6c40f6e9bb fix merge output; support error to stdout 2021-06-25 18:54:51 +08:00
leiiwang
0d57369db8 Merge pull request #9 from u2takey/develop
add license
2021-05-30 15:14:35 +08:00
wanglei.w
ea7295fb23 add license 2021-05-30 15:14:08 +08:00
leiiwang
13a8ddb89d Merge pull request #6 from u2takey/develop
add some test for avfoundation/output args
2021-05-25 11:28:23 +08:00
wanglei.w
25f0d871c5 add some test for avfoundation/output args 2021-05-25 11:27:26 +08:00