Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (106)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9093)

  • "Undefined reference to `avcodec_alloc_frame" Error when compile and install Opencv on linux

    7 avril 2016, par Kathy Lee

    I am compiling and installing OpenCV using the steps in http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html

    But during "making" it, it has error when it reaches 45%. The error message is

    ...
    [ 43%] Built target pch_Generate_opencv_video
    [ 44%] Built target opencv_video
    [ 44%] Built target opencv_perf_video_pch_dephelp
    [ 45%] Built target pch_Generate_opencv_perf_video  
    Linking CXX executable ../../bin/opencv_perf_video
    ../../lib/libopencv_videoio.so.3.1.0: undefined reference to `avcodec_alloc_frame'
    ../../lib/libopencv_videoio.so.3.1.0: undefined reference to `avcodec_encode_video'
    collect2: error: ld returned 1 exit status
    make[2]: *** [bin/opencv_perf_video] Error 1
    make[1]: *** [modules/video/CMakeFiles/opencv_perf_video.dir/all] Error 2
    make: *** [all] Error 2

    I downloaded and installed the latest version of ffmpeg from https://www.ffmpeg.org/.

    Anyone knows how can I fix the errors ?

    Thank you.

  • ImagickPixelIterator is not read-only after all..

    9 juin 2010, par Mikko Koppanen — Imagick, PHP stuff

    A few days ago I got a help request from a user : "How do you change pixel color during the iteration with ImagickPixelIterator". My initial response was that ImagickPixelIterator is read-only. Well, I have to admit I was wrong. After searching trough ImageMagick docs I stumbled across an (...)

  • best way to take a "screenshot" of a movie and resize it to rectangular ?

    30 novembre 2013, par Rubytastic

    What would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
    make a 200x200 image from it ?

    Im not sure what method to look for in docs or api to accomplish these tasks.