Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (48)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6520)

  • How to build Soltion and Run Without ffmpeg shared DLL(Static Build Solution)

    11 avril 2018, par P Akhtar

    I want to build a solution in visual studio 2009 and run exe without FFMPEG Shared DLL. Simply I want to build my solution static

    Similar Question
    visit : How to use ffmpeg so that there would be no need in including its dlls in your app folder ?

    I built ffmpeg static lib and than I got

    libavdevice.a
    libavcodec.a
    libavfilter.a
    libavformat.a
    libavutil.a
    libpostproc.a
    libswresample.a
    libswscale.a

    But Issue is how I Can use it there is linking error-> like error LNK2001 : unresolved external symbol __ltod3 and and other more

  • Revision 2fdbf70d40 : Use defines for inline and __builtin_prefetch These were established for compat

    17 décembre 2014, par Johann

    Changed Paths :
     Modify /vp9/common/arm/neon/vp9_convolve8_avg_neon.c


     Modify /vp9/common/arm/neon/vp9_convolve8_neon.c


     Modify /vp9/common/arm/neon/vp9_idct16x16_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct32x32_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct8x8_add_neon.c


     Modify /vp9/common/arm/neon/vp9_iht4x4_add_neon.c


     Modify /vp9/common/arm/neon/vp9_iht8x8_add_neon.c


     Modify /vp9/common/arm/neon/vp9_loopfilter_neon.c



    Use defines for inline and __builtin_prefetch

    These were established for compatibility. Make sure to use them.

    Most frequently they manifest as issues on Visual Studio builds.

    Change-Id : I39d764d2eb341b999d7a6132cb44b2acfc511160

  • OpenCV won't open some videos of many videos of the same format

    2 octobre 2013, par OpenMinded

    I am using Visual Studio 2012 with OpenCV 2.4.6.

    I have 4 videos that I recorded one by one with my Nokia Lumia 920. OpenCV won't open .mp4 format from my phone by the default. So I converted all these 4 videos using Sony Vegas to .mp4 with the SAME preferences for all of them. Now the problem is that OpenCV has a problem to open two of them. The other two works like a charm with no problem. Below is the information about codec that I used (Yes, it is the same for all videos) :

    Codec info

    And this is the error :

    Error

    Why is it so that they are the same type but only a few of them are loaded properly ?