ropensci / av

Working with Video in R
https://docs.ropensci.org/av
Other
92 stars 10 forks source link

video input #16

Closed jeroen closed 5 years ago

jeroen commented 5 years ago

When input is a video, only the initial 2 frames are used:

library(av)
download.file('http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4', 'big_buck_bunny.mp4')
av_encode_video('~/Downloads/big_buck_bunny.mp4', 'output_%04d.png')
jeroen commented 5 years ago

Should be fixed now.