Error Processing High-Res Videos
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm having this weird issue with trying to process high resolution videos in order to pull the frames out. I only seem to be having this issue on anything with a resolution higher than 1080p. I was trying to initially process a 2160p .webm video but when that didn't work I tried going down a step to 1440p but no luck.
The only output I get when I try processing anything higher than 1080p is `Killed`. Tried getting some other type of error to get thrown to get more detail but no luck.
```
# python3 get_frames.py
# Killed
```
Just wanted to see if anyone has tried processing video with resolution higher then 1080p.
Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.