JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
125 stars 53 forks source link

Remove need of redundant argument ffmpeg #408

Closed ashwani-rathee closed 8 months ago

ashwani-rathee commented 8 months ago
codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (45801ef) 79.40% compared to head (993ea86) 79.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #408 +/- ## ======================================= Coverage 79.40% 79.40% ======================================= Files 10 10 Lines 1282 1282 ======================================= Hits 1018 1018 Misses 264 264 ``` | [Files](https://app.codecov.io/gh/JuliaIO/VideoIO.jl/pull/408?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/avio.jl](https://app.codecov.io/gh/JuliaIO/VideoIO.jl/pull/408?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2F2aW8uamw=) | `76.38% <0.00%> (ø)` | | | [src/VideoIO.jl](https://app.codecov.io/gh/JuliaIO/VideoIO.jl/pull/408?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL1ZpZGVvSU8uamw=) | `42.18% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sjkelly commented 8 months ago

Thanks!