Working with BIG Videos #1866
Replies: 1 comment 3 replies
-
Hey @jmdelahanty, The issue here is the video encoding. HEVC (aka H.265) support is provided by Can you try the v1.4.1a2 pre-release? It pulls in a newer opencv version than SLEAP v1.3.3 and might support it now. For other folks running into this: a workaround is also to reencode to H264 instead. The problem is that it has a max resolution limit of 2048 x 2048, so it won't work for large image sizes unfortunately. Let us know if the pre-release one is able to decode the video properly! Cheers, Talmo |
Beta Was this translation helpful? Give feedback.
-
Hello Sleapyheads!
I'm in possession of some HUGE videos of several zebrafish swimming in a dish (5-12). They're recorded from some super cool Emergent Technologies Cameras and written using HEVC at runtime with an awesome computer. The dimensions are 6400x6400. My approximately 40 minute video is 40GB and this is apparently at 100x compression(!!!). It's very big!
Here's an example when I seek past the first frame (which displays normally):
I'm reading this from disk locally (nvme) and things like VLC mediaplayer seem to be working well. I'm also greeted with this in my terminal:
It's not an urgent request to solve this, but it would be super cool to see how people handle labeling/training on/working with these HUGE (and just incredibly cool resolution that lets you see SO MUCH) videos might be handled. Any tips or advice?
Beta Was this translation helpful? Give feedback.
All reactions