activeloopai / deeplake

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai
https://activeloop.ai
Mozilla Public License 2.0
8.04k stars 614 forks source link

[BUG] hub.read failing with h265 videos #1433

Closed yuvalsCG closed 2 years ago

yuvalsCG commented 2 years ago

Hi, hub.read() fails to decompress h265 videos right. I get unreadable videos with a higher number of frames (x10). When converting it to h264 first, hub.read() seems to work fine.

istranic commented 2 years ago

Hey @yuvalsCG! Sorry about this issue! We will look into it asap.

istranic commented 2 years ago

Hey @yuvalsCG, we're having trouble recreating this issue. Any chance you could send us the files that caused trouble? We can exchange the data privately of course.

yuvalsCG commented 2 years ago

Hi, what's your mail?

istranic commented 2 years ago

@yuvalsCG Pls ping me at ivo@activeloop.ai

istranic commented 2 years ago

Hey @yuvalsCG. Thank you for sending over the files! We were able to replicate your issues on main.

It appears that This PR also solves the issues. We need to do more testing and cleanup, but I'll keep you posted on the merge.

Thank you for your patience!

istranic commented 2 years ago

Hey @yuvalsCG. We fixed the issue on main branch and we're going to release it on pipy on Monday. If you have an opportunity to test out main, can you pls ping us if you still face the problem in this thread?