You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a video and filling it with images I get an error "UndefVarError: '_unsuported_append_encode_type' not defined", not sure what to do with it. I managed to reproduce the error with the following code:
writer = VideoIO.open_video_out("video.mp4", Gray{N0f8}, (480, 640), framerate=30)
for i in 1:200
noise = rand(Gray, 640, 480)
write(writer, noise)
end
close_video_out!(writer)
I am using VideoIO v1.0.7
The text was updated successfully, but these errors were encountered:
leguidomanfredi
changed the title
UndefVarError: _unsuported_append_encode_type not defined
UndefVarError: '_unsuported_append_encode_type' not defined
Sep 26, 2023
Hi there,
When trying to create a video and filling it with images I get an error "UndefVarError: '_unsuported_append_encode_type' not defined", not sure what to do with it. I managed to reproduce the error with the following code:
I am using VideoIO v1.0.7
The text was updated successfully, but these errors were encountered: