Commit graph

235 commits

Author SHA1 Message Date
Vlad Jerca
779de01661 Merge pull request #10 from vladjerca/fix/readme
Readme: reword binary architecture setup
Former-commit-id: 5131061381
2019-05-10 22:34:58 +03:00
Vlad Jerca
f0b8d463dd Readme: reword binary architecture setup
Former-commit-id: ce88742f26
2019-05-10 21:56:43 +03:00
Vlad Jerca
46e4da9d29 Merge pull request #8 from vladjerca/fix/improve_os_support_and_docs
fix / improve path support and update os docs

Former-commit-id: f53e2a0d30
2019-05-10 20:40:41 +03:00
Vlad Jerca
214d68d369 FFMpegCore: remove binaries from repository (use choco)
- improve binary path detection

Former-commit-id: 4d75640a16
2019-05-10 20:25:57 +03:00
Vlad Jerca
77849ecf5b Readme: update OS configuration guide
Former-commit-id: c4633f9e46
2019-05-10 20:25:15 +03:00
Vlad Jerca
c3e630f13d Merge pull request #7 from vladjerca/feature/travis_ci
chore: configure travis
Former-commit-id: 15166a1501
2019-05-10 02:10:45 +03:00
Vlad Jerca
45335bc334 chore: configure travis
Former-commit-id: 37da21fda9
2019-05-10 01:14:32 +03:00
Vlad Jerca
a3a6bd1fdf Readme: update contributor list
Former-commit-id: 097b9f0d2f
2019-05-03 16:58:54 +03:00
Vlad Jerca
dd60e90124 Chore: Bump version
Former-commit-id: f25c8f5525
2019-05-03 16:57:13 +03:00
Vlad Jerca
f41b7dbfc8 Merge pull request #6 from winchesterag/master
Feature / Add support for other platforms

Former-commit-id: 1d9d453b6a
2019-05-03 16:51:45 +03:00
Joshua Hatzenbuehler
7fcc6c7308 Readme: added data for test results on linux unit testing
Former-commit-id: 65ab084dee
2019-05-02 14:27:52 -05:00
Joshua Hatzenbuehler
89b5eb2153 Readme: added basic line regarding MacOSx testing
Former-commit-id: f5c40697d4
2019-05-02 11:25:04 -05:00
Joshua Hatzenbuehler
f92652690e FFMpegCore: use Path.DirectorySeparatorChar instead of \\, for non windows based platform dont use target, for non windows based platform dont use .exe
Former-commit-id: 61d455b831
2019-05-02 10:11:00 -05:00
Vlad Jerca
0eb5abb7b1 chore: bump version
Former-commit-id: c3206e218d
2019-04-01 12:59:41 +03:00
Vlad Jerca
076772a037 Merge pull request #5 from vladjerca/fix/improve_metadata_parse
Improve FFProbe output parsing and add support for streams with only audio sources

Former-commit-id: 134afd6e06
2019-04-01 12:58:45 +03:00
Vlad Jerca
c37e053c9c Tests: add video with only audio stream test
Former-commit-id: c2004fc549
2019-04-01 12:56:50 +03:00
Vlad Jerca
567c9e7390 FFProbe: improve metadata extraction
#3

Former-commit-id: 3e856845ae
2019-04-01 12:56:36 +03:00
Vlad Jerca
a5cadc3569 Chore: update contributor list
Former-commit-id: 5cdfa058b8
2019-03-28 01:27:59 +02:00
Vlad Jerca
3ba3ee405a Chore: bump version
Former-commit-id: 5e8bb1c185
2019-03-28 01:21:36 +02:00
Kyriakos Ioannou
b3c08dd890 Modify snapshot method (#4)
* When a snapshot is needeed, it's overkill to create the image on the filesystem, then delete it, and then create the image on the filesystem again. With this feature we can avoid this scenario and actually persist the created image on disk

* Apply requested changes by author. Added unit test for persist snapshot


Former-commit-id: c2a0c3b942
2019-03-28 00:51:41 +02:00
Vlad Jerca
7547c48927 FFMpegCore: Rethink options configuration
Former-commit-id: a0de4c1cf6
2019-03-04 23:05:01 +02:00
Vlad Jerca
3abaf36c49 Tests: add basic ctor tests
Former-commit-id: 74ea8a42e0
2019-03-03 01:33:39 +02:00
Vlad Jerca
e24c0a523a HotFix: propagate ctor options in child classes
Former-commit-id: 1c8ab3b1da
2019-03-03 01:17:35 +02:00
Vlad Jerca
7c25a5e8e7 Merge pull request #2 from vladjerca/feature/configure_root_ctor
FFMpegCore:  enable root configuration view ctor
Former-commit-id: 0e95615261
2019-03-01 20:52:06 +02:00
Vlad Jerca
2fe729832e FFMpegCore: enable root configuration view ctor
Former-commit-id: 02ac7c5ac0
2019-03-01 20:45:47 +02:00
Vlad Jerca
0cb4f0e660 HotFix: invalid progress
Former-commit-id: 7dca87a73f
2019-02-26 23:39:00 +02:00
Vlad Jerca
b4d5fc98d5 Chore: update readme
Former-commit-id: e6a4f8fb1f
2019-02-26 23:07:22 +02:00
Vlad Jerca
fe9a8f9232 Chore: bump release version and stop packing binaries
Former-commit-id: eab069dbf0
2019-02-26 23:01:04 +02:00
Vlad Jerca
46a77a9440 FFMpegCore: report progress when converting
Former-commit-id: 7c36ffc873
2019-02-26 21:59:43 +02:00
Vlad Jerca
9287cb3418 FFMpegCore: support configuration via ffmpeg.config.json
Former-commit-id: aed33a3d5c
2019-02-26 21:49:08 +02:00
Vlad Jerca
5f524bbc07 FFMpegCore: move argument implementations to seperate folder
Former-commit-id: 8272dc9c94
2019-02-26 21:46:48 +02:00
Vlad Jerca
b0c2a7ea92 FFMpegCore: use the argument builder in the ffmpeg methods
Former-commit-id: 3729d65e24
2019-02-08 22:41:40 +02:00
Vlad Jerca
9b855736ab FFMpegCore: port lib to .net standard
Former-commit-id: c215191bf5
2019-02-08 22:41:40 +02:00
Vlad Jerca
b6b0624aaf FFMpeg: add binaries
Former-commit-id: b52fbdf53d
2019-02-08 22:37:58 +02:00
Vlad Jerca
9d0a52e857
Initial commit 2019-02-08 11:24:38 +02:00