elixir-webrtc / xav

Elixir wrapper over FFmpeg for reading and decoding audio and video data
Apache License 2.0
39 stars 4 forks source link

Add ability to specify output parameters #9

Closed mickel8 closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.36%. Comparing base (dad836a) to head (c3562a3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9 +/- ## =========================================== + Coverage 84.21% 97.36% +13.15% =========================================== Files 3 3 Lines 38 38 =========================================== + Hits 32 37 +5 + Misses 6 1 -5 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) | Coverage Δ | | |---|---|---| | [lib/decoder.ex](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?src=pr&el=tree&filepath=lib%2Fdecoder.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2RlY29kZXIuZXg=) | `100.00% <100.00%> (ø)` | | | [lib/frame.ex](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?src=pr&el=tree&filepath=lib%2Fframe.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2ZyYW1lLmV4) | `100.00% <100.00%> (+45.45%)` | :arrow_up: | | [lib/reader.ex](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?src=pr&el=tree&filepath=lib%2Freader.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL3JlYWRlci5leA==) | `95.65% <100.00%> (+0.65%)` | :arrow_up: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [dad836a...c3562a3](https://app.codecov.io/gh/elixir-webrtc/xav/pull/9?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc).