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

optionals in prepareencoder() #182

Closed IanButterworth closed 5 years ago

IanButterworth commented 5 years ago

This means the simplest you'd do is:

encoder = prepareencoder(firstimage)

Which defaults to:

encoder = prepareencoder(firstimage;framerate=30,AVCodecContextProperties=[:priv_data => ("crf"=>"22","preset"=>"medium")],codec_name::String="libx264")

cc. @jessebett