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

type error due to aspect ratio, help function for the aspect #187

Closed yakir12 closed 5 years ago

yakir12 commented 5 years ago

there was an error in playvideo due to a type mismatch in the resolution tuple. I then also fixed it so it will work with different aspect ratios by adding a convenience function for retrieving the stored aspect ratio. The works nicely for me but check to see it's good for you too.

IanButterworth commented 5 years ago

Great! Thanks