Commit graph

252 commits

Author SHA1 Message Date
Victor Horobchuk
93496db720 Update
Former-commit-id: 4e85482988
2021-03-18 21:37:02 +02:00
Victor Horobchuk
d0afc5001b Update
Former-commit-id: ab8be5cd57
2021-03-17 09:58:01 +02:00
Victor Horobchuk
229fb93980 Add mirror and default ForceFormat for OutputPipeArgument
Former-commit-id: ec1b8a6b07
2021-03-17 00:09:56 +02:00
Malte Rosenbjerg
90f642d61d Update FFMpegCore.csproj
Former-commit-id: 97fe2cce60
2021-03-15 23:44:31 +01:00
Malte Rosenbjerg
eed36f579b Update nuget meta
Former-commit-id: 277f11d06e
2021-03-15 23:43:28 +01:00
Malte Rosenbjerg
263645f83b Fix tests
Former-commit-id: 1d6517796f
2021-03-15 23:43:22 +01:00
Malte Rosenbjerg
8817b4c765 Merge branch 'master' into master
Former-commit-id: 5a2ebcf0f3
2021-03-15 23:20:27 +01:00
Malte Rosenbjerg
e1f319e074 Move MediaAnalysis parsing helper methods to static class
Former-commit-id: 8a314f02ae
2021-03-15 23:17:56 +01:00
Malte Rosenbjerg
7340380bd0 Update nuget meta
Former-commit-id: 0a146251e7
2021-03-15 23:06:34 +01:00
Malte Rosenbjerg
aec737bbc5 Renaming to OutputUrlArgument
Former-commit-id: fc2802d5fb
2021-03-15 23:04:59 +01:00
Malte Rosenbjerg
8f5ebf4852 Merge branch 'master' of https://github.com/rosenbjerg/FFMpegCore
Former-commit-id: 340400966d
2021-03-15 22:53:51 +01:00
Malte Rosenbjerg
085788c4e4 Merge pull request #179 from Codinlab/OutputStream
Add OutputStreamArgument

Former-commit-id: ce7eb9228b
2021-03-15 22:53:42 +01:00
Malte Rosenbjerg
ffbce8fba9 Bump nuget dependencies
Former-commit-id: 0face0b6e4
2021-03-15 22:48:53 +01:00
Malte Rosenbjerg
d2ed98ee26 Move extension method from Bitmap to Image
Former-commit-id: 6882284593
2021-03-15 22:48:43 +01:00
Maxim Bagryantsev
fdc524d516 Moved Debug.WriteLine to Pipe disconnect
Former-commit-id: bbd9b7f55c
2021-03-15 20:44:48 +03:00
Maxim Bagryantsev
ba8904429d Fixed process hang on pipe images format mismatch
Former-commit-id: fe646752d3
2021-03-15 20:37:18 +03:00
Malte Rosenbjerg
7457168c44 Cleanup
Former-commit-id: df0205fb11
2021-03-07 00:26:08 +01:00
Malte Rosenbjerg
4a6fb20aab reorder method
Former-commit-id: 7444899106
2021-03-06 23:33:48 +01:00
Malte Rosenbjerg
f20c25d2ee change FrameRate on RawVideoPipeSource to double
Former-commit-id: cfda317883
2021-03-06 23:26:15 +01:00
Malte Rosenbjerg
4e1729875a Update nuget info
Former-commit-id: f40479e697
2021-03-06 23:17:23 +01:00
Malte Rosenbjerg
b3032a4ab2 Add ConfigureAwait(false)
Former-commit-id: a12c322de9
2021-03-06 23:05:38 +01:00
Malte Rosenbjerg
b776422ada Fix tests
Former-commit-id: e49290b217
2021-03-06 21:25:17 +01:00
Malte Rosenbjerg
32e5e97864 Merge branch 'master' into refactor-video-filter-args
Former-commit-id: 8452672ee6
2021-03-05 18:06:50 +01:00
Malte Rosenbjerg
77e2403902 Init
Former-commit-id: 4f28983972
2021-03-05 18:06:40 +01:00
Malte Rosenbjerg
4f06258557 Merge pull request #180 from Codinlab/CancelTimeout
Add cancel timeout

Former-commit-id: 47779dce4d
2021-03-05 18:00:38 +01:00
Thierry Fleury
50cb183ae2 Add cancel timeout
(cherry picked from commit 6383164f267516fbd50d50b2a511c15c25a168dc)


Former-commit-id: 9672713e63
2021-03-02 19:43:24 +01:00
Thierry Fleury
93e56e523c Add OutputStreamArgument
(cherry picked from commit 0c64c4d81d7055a582d8377123dbc3b7ba86e444)


Former-commit-id: 157a53690f
2021-03-02 19:40:50 +01:00
Thierry Fleury
22340a4575 Add InputDeviceArgument
Former-commit-id: 73531b3947
2021-02-28 14:50:55 +01:00
crypton
bff3406545 Format -ss timespan argument to calculate hours
Former-commit-id: bb08076db4
2021-02-12 22:16:55 -08:00
crypton
83c9478007 ffprobe duration parsing
- on large recordings (e.g. radio transmissions), ffprobe might return number of hours which is too large for TimeSpan.Parse (exception: The TimeSpan string '149:07:50.911750' could not be parsed because at least one of the numeric components is out of range or contains too many digits.)
- use regex groups to extract components (hours/minutes/seconds/millis) then parse/create new timespan from that
- NOTICE: this will discard microseconds provided by ffprobe, not sure if this is significant
- ffprobe has inconsitencies with how it represents millisecond component. Sometimes it may return just `82` for 820 milliseconds, so padding with 0s is required on the left. Likewise, sometimes it might return microseconds past milliseconds (first 3 significant figures); this is currently discarded
- Added InternalsVisibleTo to help with unit testing *just* the duration parsing function


Former-commit-id: 35ca34c0b0
2021-02-06 16:50:12 -08:00
Malte Rosenbjerg
10726acc69 Update FFMpegCore.csproj
Former-commit-id: 4cb80432f6
2021-02-03 23:20:26 +01:00
Malte Rosenbjerg
08c898b56d Return null when no format detected during analysis
Former-commit-id: 66cdb302ef
2021-02-03 23:20:12 +01:00
Malte Rosenbjerg
ffa53edb51 Merge pull request #165 from hey-red/expose-tags
Add tags on media stream and format

Former-commit-id: 8d2251c136
2021-01-29 17:50:39 +01:00
hey-red
e9ac0951ee Add tags on media stream and format
Former-commit-id: f603163e25
2021-01-29 16:03:59 +03:00
hey-red
ce12f753c0 Fix incorrect condition
Former-commit-id: d16efbda31
2021-01-23 05:40:03 +03:00
Malte Rosenbjerg
3d640f9e08 Add NotifyOnOutput
Former-commit-id: cfee86199b
2020-12-18 00:40:09 +01:00
Malte Rosenbjerg
be477197cc Support specifying output encoding for ffmpeg and ffprobe output
Former-commit-id: a4aba666cd
2020-12-09 17:07:41 +01:00
Malte Rosenbjerg
949dc76f3f Also include output data on non-zero ffmpeg exitcode
Former-commit-id: 6bdf9da683
2020-12-09 10:58:21 +01:00
Malte Rosenbjerg
76a977bcd6 Include ffprobe std output in exception
Former-commit-id: f648a4b234
2020-12-08 23:30:10 +01:00
Malte Rosenbjerg
e124bab800 Init
Former-commit-id: fb2e1e00aa
2020-12-08 23:27:25 +01:00
Malte Rosenbjerg
c1881bcff7 Update FFMpegCore.csproj
Former-commit-id: 02877f6326
2020-12-07 21:07:00 +01:00
Malte Rosenbjerg
ab277aa8fa Run post after ffmpeg has completed
Former-commit-id: 418cb943ff
2020-12-07 17:25:54 +01:00
Malte Rosenbjerg
ac82e17d25 Fix
Former-commit-id: 203da6300b
2020-12-07 01:20:13 +01:00
Malte Rosenbjerg
726c0f9800 Merge branch 'master' into refactor-tests
Former-commit-id: 7fd7ae369d
2020-12-07 01:14:19 +01:00
Malte Rosenbjerg
d172cb0dc7 Only post in continuation
Former-commit-id: 57258c6f5c
2020-12-07 01:13:32 +01:00
Malte Rosenbjerg
2fc64f3ac7 Merge branch 'dev/fixes' into refactor-tests
Former-commit-id: 6c51f634c2
2020-12-07 01:11:17 +01:00
Malte Rosenbjerg
105a9fd1f6 Partial revert
Former-commit-id: 8e2b146f95
2020-12-07 01:11:09 +01:00
Malte Rosenbjerg
ec671ff8bf Dump
Former-commit-id: 3ad127a682
2020-12-07 00:47:47 +01:00
Malte Rosenbjerg
02946e16d1 Return clone to avoid problems with disposing original memorystream
Former-commit-id: 25c650f7fc
2020-12-06 01:15:16 +01:00
Malte Rosenbjerg
4d6db5a9b5 Only disconnect if pipe not already disposed
Former-commit-id: 01b1dd228e
2020-12-06 01:06:31 +01:00