Giter Club home page Giter Club logo

Comments (6)

beyondmetis avatar beyondmetis commented on May 22, 2024 1

I just pushed a fix for the problem. Please let me know if there are any videos that still exhibit this problem :)

from scikit-video.

beyondmetis avatar beyondmetis commented on May 22, 2024

I have never observed this problem with scikit-video before. It seems like some video metadata could be wrong? I ran your code using a random video I have on-hand, and I see the correct results. Let me know what you find out.

from scikit-video.

identidata avatar identidata commented on May 22, 2024

thanks for the prompt response Todd. Not sure, the video was created on an iphone mobile. Weird is, if I use and older version of skvideo (e.g. code below) the frames does not get that effect.

import skvideo.io
video = 'bobby_3.mov'
cap = skvideo.io.VideoCapture(video)
for i in range (0,10):
    stat, frame = cap.read()
    cv2.imwrite('whatever.jpg',frame)

Problem is, images are rotated 90 degrees counterclockwise. Problem is, I do not get access to the metadata in the older version so I do not know when I need to rotate the images and/or do a transformation from RGB to BRG.

Or is there a way to read the metadata using the old version?

Thanks so much again. Below a pic of how a frame looks with the older version, that I can manage pretty well if I get access to the metadata.

image

Btw, will report back when I find out what is going on.

from scikit-video.

beyondmetis avatar beyondmetis commented on May 22, 2024

Can you provide a sample video? This is really strange that the older scikit-video works where the newer one does not. I've tested scikit-video on thousands of videos, so I'm dying to know what happened on this one.

The older version hasn't been updated in a couple years (aside from changing the license). We are probably better off just fixing the latest version, which has been tested thoroughly.

from scikit-video.

identidata avatar identidata commented on May 22, 2024

sure thing. but trying to attach a zip and it does not work. shoot me an email at [email protected] and will be glad to send

from scikit-video.

identidata avatar identidata commented on May 22, 2024

thanks so much Todd. awesome fix, record time. you guys rock.

from scikit-video.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.