Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (42)

Sur d’autres sites (7387)

  • ffmpeg in opencv 2.4

    27 août 2012, par Josh Elsdon

    I am using opencv, but it is very pick with video types that it will open. I have version 2.4 of opencv and it apparently has ffmpeg support built in, though it does not open any movie files correctly, obj.grab() returns false and retrieve(frame,0) return NULL. So it seems to me that FFmpeg is not working correctly, is there something I need to do to turn it on, from internet searches people seem to suggest that from 2.4 onward it is a non-issue(though apparently not). Any help, all the other threads seem to just aout stop short of the answer for me.

    (windows 7, Visual studio 2010, opencv 2.4)

  • Deploy application with accord.video.ffmpeg c#

    8 juillet 2017, par Alex Gimondi

    I’m using accord.video.ffmpeg 3.4.0, downloaded via nuget, to save a video with videorecorder class. If I compile (x86) my solution the application is running smoothly in visual studio, instead if I publish the app (same architecture ) when I try to run the setup.exe it installs the program but suddenly crashes. The problem is in the constructor of a class when I do new videorecorder(). It is like If during the deployment process not all the libraries needed are included.
    Anyonw knows which libraries are missing ?
    Thank,
    Alex

  • Deploy application with accord.video.ffmpeg c#

    14 avril 2017, par Alex Gimondi

    I’m using accord.video.ffmpeg 3.4.0, downloaded via nuget, to save a video with videorecorder class. If I compile (x86) my solution the application is running smoothly in visual studio, instead if I publish the app (same architecture ) when I try to run the setup.exe it installs the program but suddenly crashes. The problem is in the constructor of a class when I do new videorecorder(). It is like If during the deployment process not all the libraries needed are included.
    Anyonw knows which libraries are missing ?
    Thank,
    Alex