Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeroen pushed 2 commits to testarm r-devel/rcheckserver
jeroen created a comment on an issue on ropensci/av
This has been released on CRAN as well now.
jeroen created a comment on a pull request on r-universe-org/build-source
Actually the second paramater is supposed to be the commit hash id. The branch name is the fourth parameter.
jeroen created a comment on an issue on ropensci/av
OK I have added a formal parameter as well now.
jeroen closed an issue on ropensci/av
Feature request: Ability to extract a selected image(s) from a video
I often want to overlay data points on a frame from a video (e.g. to display pose estimation precision for a paper), but there seems to be no easy way to *just convert a single frame from a video....jeroen pushed 1 commit to master ropensci/av
- Add trim parameter to av_video_images() Fixes #59 fa4f5e4
jeroen created a comment on an issue on ropensci/av
Here is a trick how you can do it with the current version of av by using the [ffmpeg `trim` video filter](https://ffmpeg.org/ffmpeg-filters.html#trim) For example if you want the frames 100 throu...
jeroen created a comment on an issue on ropensci/av
> It's of course possible to convert all frames from a video currently, but working with looooong videos at high frame rate makes it un-feasible. Are you aware you can use the fps paramter in `av...
jeroen created a comment on an issue on ropensci/av
How would you know which frames you need? Wouldn't it make more sense to cut the video by time?
jeroen pushed 1 commit to master ropensci/av
- Windows: use ffmpeg from Rtools when available (#57) Also relax a few tests for RHEL/Fedora builds. 86f8aa7