Git Product home page Git Product logo

filmstro_ffmpeg's People

Contributors

ffaudio avatar ianatdolby avatar m-hilgendorf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

filmstro_ffmpeg's Issues

Unable to test AnimationWriter example

Hi,
I'd like to test AnimationWriter example as I need to do something similar in my project. I'm using precompiled 4.3.2 ffmpeg binaries for windows x64.

I've got memory exception on sws_scale() call.

            uint8_t* source[4] = {data.data, nullptr, nullptr, nullptr};
        	
            sws_scale (scalerContext,
                       source,
                       inLinesizes,
                       0,
                       image.getHeight(),
                       frame->data,
                       frame->linesize);

If I change the code this way:

            sws_scale (scalerContext,
                       (uint8_t const * const *) data.data,
                       inLinesizes,
                       0,
                       image.getHeight(),
                       frame->data,
                       frame->linesize);

Video is exported but only a green screen appears.

Any kind of help is really appreciate.

Thank you in advanced.

Issues with video seeking

I realize this isn't the most maintained repo on github, but it was perfect for hacking together a project. At the moment I'm scratching my head around how VideoReader::setNextReadPosition is supposed to work, I can't get a slider to work as a seek control reliably. If you check out the VideoPlayer example the same issue is present, jumping back and forth in the video with cause the video stream to hang, in debug configuration the message "No Frame Available" is continuously printed to the terminal, meanwhile the audio stream is unaffected.

Not sure where to start looking to fix this.

FFmpegVideoWriter::writeNextVideoFrame (const juce::Image& image, const AVRational timestamp) coming soon?

Howdy. Just curious if this will ever be implemented. it would be EXTREMELY handy!

https://github.com/filmstro/filmstro_ffmpeg/blob/master/modules/filmstro_ffmpeg/filmstro_ffmpeg_FFmpegVideoWriter.cpp#L324

void FFmpegVideoWriter::writeNextVideoFrame (const juce::Image& image, const AVRational timestamp) { // TODO: use scaler and add interface for image processing / e.g. branding }

Thank you so much for creating this API! ffmpeg is not easy to use!

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.