Enable VideoReader to read variable frame-rate videos via flag
Open
@awolant is already working on this.
Since Aug 30, 2021.
enhancement
Video
- Dominant language
- C++
- Stars
- 5.8k
- Forks
- 678
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 27
Description
I have many videos that are almost-constant frame rate. I know in principle I should convert them to constant frame rate e.g. via ffmpeg before reading them, but that's an expensive operation to have in an automated pipeline. As the videos are "almost-constant" frame-rate, is it possible to get VideoReader to disregard the constant-framerate check via a special option/flag?
This would be much appreciated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.