Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (102)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10185)

  • How to receive the parameters after image cropping using uCrop library ?

    12 décembre 2016, par Dylan

    For cropping an image in my Android app I used the code sample from uCrop library - cropping image library.
    After some searching I didn’t find any library that can Crop Video like the Image cropping. So, I decided to get the first image frame from the video I need to crop and to pass it to uCrop library. After the user will crop this image I want to receive parameters :
    1. Path to the cropped image
    2. Rect params that represents X, Y, width, height
    3. Rotate angle.

    Using this parameters I will be able to crop the video with ffmpeg library (I guess).

    How and where in a code using uCrop library I can receive the params I need after the first frame is cropped ?

  • Updating ffmpeg breaks opencv library

    7 octobre 2019, par Amit

    I had manually compiled opencv ver3.2 library on mac system, which had been working fine till now. Recently it seems that i had updated the version for ffmpeg, which is managed by brew package manager, leading to breakage of opencv library looking for libavcodec.57.dylib.

    Upon looking into library path, i found that libavcodec.dylib is symlinked to libavcodec.58.dylib, which is the most probable cause to above problem.

    Now i have two options,

    - Recompile opencv to link against the latest version of libavcodec

    - Revert the version of libavcodec to 57

    I am looking for a solution in which opencv works independently of the version of libavcodec and should dynamically link with current installed version of library. I should only be recompiling opencv when it is essentially required, like change in API of libavcodec.

  • Check if a context node is given.

    30 août 2013, par blueimp
    Check if a context node is given.