Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (67)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9371)

  • Distribute app with Developer ID with Hardened Runtime and 3rd party CLI-executable - Code sign Error

    22 août 2023, par soundflix

    While I tried to distribute my app with Developer ID from Xcode Organizer, I got this error :

    


    


    Hardened Runtime is not enabled.

    


    "ffmpeg" must be rebuilt with support for the Hardened Runtime. Enable the Hardened Runtime capability in the project editor, test your app, rebuild your archive, and upload again.

    


    


    enter image description here

    


    Hardened Runtime is enabled in Project > Signing & Capabilites.

    


    My app has the FFmpeg CLI tool in its Resources folder.

    


    Since FFmpeg is a compiled binary, I have no option to enable Hardened Runtime.

    


    How can I solve this and have my app properly code signed ?

    


  • FFmpeg into Qt 5.0.2 : exit code -1073741515 on av_register_all() ;

    21 septembre 2013, par Nifty255

    I am attempting to integrate FFmpeg into my Qt app. I used the FFmpeg git-0fb64da 64-bit Dev source from Zeranoe FFmpeg builds page and added avformat.lib to my project. My .pro file :

    unix|win32: LIBS += -L$$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/lib/ -lavformat

    INCLUDEPATH += $$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/include
    DEPENDPATH += $$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/include

    I included libavformat/avformat.h inside the "extern "C"" block.

    As long as I don't call av_register_all(), this all works fine, but once I do, my app exits with code -1073741515. Any ideas as to why ?

  • ffmpeg errors out with error code : -5

    14 décembre 2016, par Anthony Mayfield

    Trying to run ffmpeg via pydub and receive :

    pydub.exceptions.CouldntDecodeError: Decoding failed. ffmpeg returned error code: -5

    dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
     Referenced from: /usr/local/Cellar/ffmpeg/3.0.2/lib/libavutil.55.dylib
     Expected in: /usr/lib/libSystem.B.dylib

    dyld: Symbol not found: _clock_gettime
     Referenced from: /usr/local/Cellar/ffmpeg/3.0.2/lib/libavutil.55.dylib
     Expected in: /usr/lib/libSystem.B.dylib

    Running python 2.7.11 and OS X