JuliaIO / VideoIO.jl

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

add VideoIO.load function #309

Closed IanButterworth closed 3 years ago

IanButterworth commented 3 years ago

Adds a basic load function to load the entire video into memory as a framestack

VideoIO.load("video.mp4")

Along with the also non-exported VideoIO.save, these can be the functions we link to FileIO

codecov[bot] commented 3 years ago

Codecov Report

Merging #309 (010051a) into master (903ba67) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
+ Coverage   82.35%   82.38%   +0.02%     
==========================================
  Files          17       17              
  Lines        1196     1198       +2     
==========================================
+ Hits          985      987       +2     
  Misses        211      211              
Impacted Files Coverage Δ
src/VideoIO.jl 53.33% <ø> (ø)
src/avio.jl 81.34% <100.00%> (+0.09%) :arrow_up:
src/testvideos.jl 80.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 903ba67...010051a. Read the comment docs.