Commit graph

388 commits

Author SHA1 Message Date
Vlad Jerca
7438f497ad
Merge pull request #13 from vladjerca/fix/path_resolution
FFMpegOptions: build paths using the `Combine` util
2019-05-20 11:13:57 +03:00
Vlad Jerca
3448a2044b FFMpegOptions: build paths using the Combine util
#12
2019-05-20 11:00:10 +03:00
Vlad Jerca
22f1f574bd chore bump version 2019-05-11 06:43:46 +03:00
Vlad Jerca
5131061381
Merge pull request #10 from vladjerca/fix/readme
Readme: reword binary architecture setup
2019-05-10 22:34:58 +03:00
Vlad Jerca
ce88742f26 Readme: reword binary architecture setup 2019-05-10 21:56:43 +03:00
Vlad Jerca
f53e2a0d30
Merge pull request #8 from vladjerca/fix/improve_os_support_and_docs
fix / improve path support and update os docs
2019-05-10 20:40:41 +03:00
Vlad Jerca
4d75640a16 FFMpegCore: remove binaries from repository (use choco)
- improve binary path detection
2019-05-10 20:25:57 +03:00
Vlad Jerca
c4633f9e46 Readme: update OS configuration guide 2019-05-10 20:25:15 +03:00
Vlad Jerca
15166a1501
Merge pull request #7 from vladjerca/feature/travis_ci
chore: configure travis
2019-05-10 02:10:45 +03:00
Vlad Jerca
37da21fda9 chore: configure travis 2019-05-10 01:14:32 +03:00
Vlad Jerca
097b9f0d2f Readme: update contributor list 2019-05-03 16:58:54 +03:00
Vlad Jerca
f25c8f5525 Chore: Bump version 2019-05-03 16:57:13 +03:00
Vlad Jerca
1d9d453b6a
Merge pull request #6 from winchesterag/master
Feature / Add support for other platforms
2019-05-03 16:51:45 +03:00
Joshua Hatzenbuehler
65ab084dee Readme: added data for test results on linux unit testing 2019-05-02 14:27:52 -05:00
Joshua Hatzenbuehler
f5c40697d4 Readme: added basic line regarding MacOSx testing 2019-05-02 11:25:04 -05:00
Joshua Hatzenbuehler
61d455b831 FFMpegCore: use Path.DirectorySeparatorChar instead of \\, for non windows based platform dont use target, for non windows based platform dont use .exe 2019-05-02 10:11:00 -05:00
Vlad Jerca
c3206e218d chore: bump version 2019-04-01 12:59:41 +03:00
Vlad Jerca
134afd6e06
Merge pull request #5 from vladjerca/fix/improve_metadata_parse
Improve FFProbe output parsing and add support for streams with only audio sources
2019-04-01 12:58:45 +03:00
Vlad Jerca
c2004fc549 Tests: add video with only audio stream test 2019-04-01 12:56:50 +03:00
Vlad Jerca
3e856845ae FFProbe: improve metadata extraction
#3
2019-04-01 12:56:36 +03:00
Vlad Jerca
5cdfa058b8 Chore: update contributor list 2019-03-28 01:27:59 +02:00
Vlad Jerca
5e8bb1c185 Chore: bump version 2019-03-28 01:21:36 +02:00
Kyriakos Ioannou
c2a0c3b942 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
2019-03-28 00:51:41 +02:00
Vlad Jerca
a0de4c1cf6 FFMpegCore: Rethink options configuration 2019-03-04 23:05:01 +02:00
Vlad Jerca
74ea8a42e0 Tests: add basic ctor tests 2019-03-03 01:33:39 +02:00
Vlad Jerca
1c8ab3b1da HotFix: propagate ctor options in child classes 2019-03-03 01:17:35 +02:00
Vlad Jerca
0e95615261 Merge pull request #2 from vladjerca/feature/configure_root_ctor
FFMpegCore:  enable root configuration view ctor
2019-03-01 20:52:06 +02:00
Vlad Jerca
02ac7c5ac0 FFMpegCore: enable root configuration view ctor 2019-03-01 20:45:47 +02:00
Vlad Jerca
7dca87a73f HotFix: invalid progress 2019-02-26 23:39:00 +02:00
Vlad Jerca
e6a4f8fb1f Chore: update readme 2019-02-26 23:07:22 +02:00
Vlad Jerca
eab069dbf0 Chore: bump release version and stop packing binaries 2019-02-26 23:01:04 +02:00
Vlad Jerca
7c36ffc873 FFMpegCore: report progress when converting 2019-02-26 21:59:43 +02:00
Vlad Jerca
aed33a3d5c FFMpegCore: support configuration via ffmpeg.config.json 2019-02-26 21:49:08 +02:00
Vlad Jerca
8272dc9c94 FFMpegCore: move argument implementations to seperate folder 2019-02-26 21:46:48 +02:00
Vlad Jerca
3729d65e24 FFMpegCore: use the argument builder in the ffmpeg methods 2019-02-08 22:41:40 +02:00
Vlad Jerca
c215191bf5 FFMpegCore: port lib to .net standard 2019-02-08 22:41:40 +02:00
Vlad Jerca
b52fbdf53d FFMpeg: add binaries 2019-02-08 22:37:58 +02:00
Vlad Jerca
9d0a52e857
Initial commit 2019-02-08 11:24:38 +02:00