Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (100)

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

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

  • Telling CMake in OpenCV where to find local FFMPEG library

    28 août 2014, par Unapiedra

    I want to install OpenCV with video support, especially ffmpeg.

    I installed ffmpeg by hand with the prefix ~/.local. Primarily that means that the executable can be found under ~/.local/bin/ffmpeg and that the libraries are under ~/.local/lib/libavformat.a etc.

    I then downloaded OpenCV from the master branch on Github. Running cmake .. in build checks the configuration and reports that OpenCV won’t be compiled with FFMPEG support.

    I tried setting LD_LIBRARY_PATH, to no avail. I tried running cmake with -DCMAKE_PREFIX_PATH=/home/.../.local/, that also doesn’t work. Compiling ffmpeg with shared libraries also hasn’t worked.

  • Find frame in video using ffmpeg

    11 février 2020, par Tom

    I have an image saved as 1.jpg and I want to find frames similar to this image in a video and get frame numbers of these frames or timestamps.
    This command can find similar images but it outputs results in a hard-to-parse format. How can I fix this command to just get the similar frames and no other information ?

    ffmpeg.exe  -i "1.mkv" -r 1 -loop 1 -i 1.jpg -an -filter_complex "blend=difference:shortest=1,blackframe=99:32" -f null -
  • Revision 84614 : spip-contrib.net -> contrib.spip.net pour Francky find . -name ’*’ | ...

    14 septembre 2014, par ben.spip@… — Log

    spip-contrib.net -> contrib.spip.net pour Francky
    find . -name ’*’ | grep ’/lang/’ | xargs sed -i ’s#http://www.spip-contrib.net/#http://contrib.spip.net#g
    find . -name ’*.xml’ | xargs sed -i ’s#http://www.spip-contrib.net/#http://contrib.spip.net#g