Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I don't see it as part of the deprecated functions, reference:
http://code.google.com/p/javacv/source/browse/trunk/javacv/src/com/googlecode/ja
vacv/jna/avcodec.java?r=70#1498   ?
I don't know how to use this function, but you may use it in any appropriate 
manner within FFmpegFrameGrabber yes.. Please let me know the modifications you 
make so I may incorporate them in a future version of JavaCV, thank you

Original comment by [email protected] on 12 Dec 2010 at 11:16

  • Changed state: Invalid

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks for your Answer. I found my mistake.

Your Class "DeprecatedFunctions" extends avcodec... so I was calling:
DeprecatedFunctions.avpicture_deinterlace(......);

I did not know that I can call the "Opt"-class...
I think the right way is to call: 
Opt.avpicture_deinterlace(...);

Because it`s a static call it doesn`t matter....my mistake sorry.

Here is my code for the FFMPEGFramegrabber class attached:

I modified it for my needs. When calling the grab()-method I call the native 
deinterlace funktion. And use the grabbed Frame(pFrame) as src and destionation.
See Line 382 in the attached File. 
if(dointerlace){                                    
Opt.avpicture_deinterlace(pFrame, pFrame, pCodecCtx.pix_fmt, pCodecCtx.width, 
pCodecCtx.height);
}

It works. :-)

What I also did:
Set a start time when playing a video file. See line 215-227. I didn`t check 
the functionality of this. So don`t use this part of code. 


Original comment by [email protected] on 13 Dec 2010 at 8:42

Attachments:

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks! Will incorporate this in the next release...

Original comment by [email protected] on 14 Dec 2010 at 7:00

  • Changed title: Deinterlace Picture in FFmpegFrameGrabber
  • Changed state: Started
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Added deinterlace setting to latest version. If it does not work correctly, 
please reopen. Otherwise, please change status to "Verified", thank you.

Original comment by [email protected] on 19 Feb 2011 at 3:53

  • Changed state: Fixed

from javacv.

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.