Giter Site home page Giter Site logo

Comments (5)

wseemann avatar wseemann commented on September 25, 2024

Can you email me the sample movie so I can test myself?

from ffmpegmediametadataretriever.

haozwang618 avatar haozwang618 commented on September 25, 2024

okay, email sent. I tried it on both the device and emulators. same error when the file is clearly found by the code...

from ffmpegmediametadataretriever.

haozwang618 avatar haozwang618 commented on September 25, 2024

after our email exchange I was able to load from SD card, and get the metadata. However; when I started to extract frames from the movie all of them are black. what is going on?

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on September 25, 2024

Send me your code, I can't see what you are doing wrong without it.
On Mar 23, 2015 7:40 PM, "Peter" [email protected] wrote:

after our email exchange I was able to load from SD card, and get the
metadata. However; when I started to extract frames from the movie all of
them are black. what is going on?


Reply to this email directly or view it on GitHub
#44 (comment)
.

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on September 25, 2024

After checking your file against the command line version of FFmpeg it appears to be corrupted. Running:

cat movie.mp4 | ffmpeg -i pipe:0 -analyzeduration 2147483647 -probesize 2147483647

yields:

Could not find codec parameters for stream 0 (Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 392 kb/s): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options

The max allowable probesize is: 2147483647

from ffmpegmediametadataretriever.

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.