Commit graph

325 commits

Author SHA1 Message Date
Malte Rosenbjerg
d2e082a62d Merge pull request #53 from WeihanLi/clean-dependency
clean project dependency

Former-commit-id: 20c92227fb
2020-05-03 23:38:11 +02:00
Максим Багрянцев
c7047b6a5f RawVideoPipeDataWriter updated
Former-commit-id: 5ad1a3931a
2020-05-02 13:39:48 +03:00
Максим Багрянцев
b9b13052b9 Changed RawVideoPipeDataWriter StreamFormat, Width, Height to be readonly
Former-commit-id: df63417e11
2020-05-02 13:33:44 +03:00
Weihan Li
955bf08fad Merge branch 'master' into clean-dependency
Former-commit-id: 398184225b
2020-05-02 18:14:03 +08:00
Weihan Li
ee2db4d887 Merge branch 'master' into fluent-config
Former-commit-id: 302ca6f0be
2020-05-02 18:13:44 +08:00
Максим Багрянцев
9e0c15cb64 StreamPipeDataWriter & StreamPipeDataReader using Stream.CopyTo
Former-commit-id: f132a3b731
2020-05-02 13:13:22 +03:00
Максим Багрянцев
ed1284fc31 Fixed VideoInfo ToString when no File is specified
Former-commit-id: b007e9105a
2020-05-02 13:07:34 +03:00
Максим Багрянцев
50eb92efcb Updated tests
Former-commit-id: e4f4dd3def
2020-05-02 13:02:22 +03:00
Максим Багрянцев
71bd6f3f88 Merge remote-tracking branch 'fork/master' into feature/piping
Former-commit-id: ee16064f4c
2020-05-02 13:02:01 +03:00
Максим Багрянцев
56fd0495ab Added ContainsOnlyOneOf insted of CountExistedKeys
Former-commit-id: b4dcd9ffb1
2020-05-02 12:41:47 +03:00
Malte Rosenbjerg
fbd3689ce4 Merge pull request #49 from WeihanLi/features/raw-argument
add CustomArgument

Former-commit-id: bca5aa9502
2020-05-02 09:43:52 +02:00
weihanli
480a10a13c clean project dependency
Former-commit-id: d6e6f3f36d
2020-05-02 11:41:51 +08:00
weihanli
16a318d664 config FFMpegOptions with delegate
Former-commit-id: 2c63f93b59
2020-05-02 11:26:54 +08:00
Weihan Li
4d156a31c9 Merge branch 'master' into features/raw-argument
Former-commit-id: 1688e0d6e4
2020-05-02 11:07:04 +08:00
weihanli
5a6d61cfe3 rename RawArgument to CustomArgument
Former-commit-id: eb521ae908
2020-05-02 11:05:44 +08:00
Malte Rosenbjerg
6f925f76a7 Merge branch 'master' of https://github.com/rosenbjerg/FFMpegCore
Former-commit-id: 1f7e663765
2020-05-01 10:07:43 +02:00
Malte Rosenbjerg
78e3f5e0c5 Add AudioBitrate as separate Argument
Former-commit-id: 4b88229f72
2020-05-01 10:07:40 +02:00
Malte Rosenbjerg
666c227f3d Merge pull request #50 from WeihanLi/optimize-skip_exists_check
return null when file not exits

Former-commit-id: 97cb7e966b
2020-05-01 08:21:59 +02:00
Malte Rosenbjerg
2c60d39c85 Merge pull request #48 from WeihanLi/master
fix ArgumentContainer

Former-commit-id: 41da885395
2020-05-01 08:18:13 +02:00
Max Bagryantsev
37f12fd2ea Update README.md
Former-commit-id: 7884e91f63
2020-04-30 15:23:55 +03:00
Максим Багрянцев
0fc86a1a52 Added Fluent tests
Former-commit-id: b7aafeb586
2020-04-30 15:14:10 +03:00
Максим Багрянцев
0ca11ec962 Added DrawTextOptions
Former-commit-id: 240c9bb23b
2020-04-30 15:13:47 +03:00
Максим Багрянцев
64363d2f71 Added Fluent API methods for ArgumentContainer
Former-commit-id: d8b2cbe3ca
2020-04-30 14:46:20 +03:00
Максим Багрянцев
e2e5ddddb9 Added Video_TranscodeInMemory test
Former-commit-id: 8cc1791d25
2020-04-28 22:54:39 +03:00
Максим Багрянцев
50f353aac7 Added exit code checking to FFProbe stream methods
Former-commit-id: 883185b5ec
2020-04-28 22:43:53 +03:00
Максим Багрянцев
5edd89dc90 Added Unit tests for input and output pipes
Former-commit-id: 5991cc99f0
2020-04-28 22:40:33 +03:00
Максим Багрянцев
2a6347e1db Updated FFmpeg RunProcess and RunProcessAsyncFunctions
Former-commit-id: 412456857f
2020-04-28 22:40:00 +03:00
Максим Багрянцев
214859aa0b Updated FFProbe
Former-commit-id: 11edbbea2b
2020-04-28 22:39:26 +03:00
Максим Багрянцев
d94065d4b3 Changed ForceFormatArgument and VideoCodecArgument to string arguments
Former-commit-id: 06f5c319ad
2020-04-28 22:36:03 +03:00
Максим Багрянцев
b5361b69b0 Updated Input and Output Pipe arguments. Derived them from PipieArgument
Former-commit-id: b83479e1b6
2020-04-28 22:34:04 +03:00
Максим Багрянцев
e462b424eb Simplified ContainsInputOutput implementation
Former-commit-id: 1d51163a05
2020-04-28 18:50:29 +03:00
Максим Багрянцев
b0aedbad87 Added StreamFormat property to StreamPipeDataWriter
Former-commit-id: 6845fe3bc7
2020-04-28 18:43:54 +03:00
Максим Багрянцев
6bb03f6e14 Renamed IPipeSource to IpipeDataWriter
Former-commit-id: b7099f6709
2020-04-28 18:42:50 +03:00
Максим Багрянцев
9642e4473b Added OutputPipeArgument
Former-commit-id: 8434ffbba6
2020-04-28 18:39:39 +03:00
Максим Багрянцев
934db731f1 Updated TasksExtensions
Former-commit-id: ea7acf2140
2020-04-28 16:08:02 +03:00
Максим Багрянцев
f48632c105 FromStream method to Video Info & added comments to FFprobe methods with stream
Former-commit-id: f56ea098a5
2020-04-28 15:44:27 +03:00
Максим Багрянцев
5c437211b2 Added ffprobe stream input
Former-commit-id: cfda0fc9ae
2020-04-28 15:21:48 +03:00
weihanli
985fc0cbc4 return null when file not exits
Former-commit-id: 1e24b0bef4
2020-04-28 19:40:31 +08:00
weihanli
9ffa2cb28a add RawArgument.cs
Former-commit-id: 5643544a3b
2020-04-28 12:31:16 +08:00
Weihan Li
93dd3b4264 fix ArgumentContainer
Former-commit-id: 1458a9d064
2020-04-28 10:52:03 +08:00
Максим Багрянцев
6626823ef7 Merge branch 'feature/piping' of https://github.com/max619/FFMpegCore into feature/piping
Former-commit-id: 5af9aeb926
2020-04-27 21:22:19 +03:00
Максим Багрянцев
b0f46bc289 Added StreamPipeSource
Former-commit-id: 9903e333e6
2020-04-27 21:22:05 +03:00
Max Bagryantsev
9e785bc087 Update README.md
Former-commit-id: ca89dfcddd
2020-04-27 20:16:08 +03:00
Максим Багрянцев
9773828a62 Updated RawVideoPipeSource.cs
Former-commit-id: 9a4d200483
2020-04-27 19:47:56 +03:00
Максим Багрянцев
e21880c4a1 Added some summaries
Former-commit-id: 6f8c7915f8
2020-04-27 19:46:58 +03:00
Максим Багрянцев
f93566e749 Merge remote-tracking branch 'fork/master' into feature/piping
Former-commit-id: 9431f865e3
2020-04-27 19:42:56 +03:00
Максим Багрянцев
12faf7482d Replaced IInputPipe interface with System.IO.Stream
Former-commit-id: 4f51c3d32f
2020-04-27 19:35:53 +03:00
Максим Багрянцев
a70525b64a Added input piping tests
Former-commit-id: 3c3b11cec6
2020-04-27 19:24:26 +03:00
Максим Багрянцев
2c2ceacb41 Added input piping
Former-commit-id: 13d5e3d191
2020-04-27 19:23:31 +03:00
Malte Rosenbjerg
c1393697a3 Add AudioSamplingRateArgument
Former-commit-id: bc76d830d4
2020-04-15 16:46:28 +02:00