Recherche avancée

Médias (91)

Autres articles (77)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (12586)

  • Mingw+msys2 : Failed to connect to bitbucket.org : Network is unreachable

    12 juin 2017, par Mitra M

    I want to build ffmpeg under windows 8.1 by using this script and last version of Mingw+Msys2 , but it gets error for any hg clone from bitbucket.org , e.g :

    $ hg clone https://bitbucket.org/multicoreware/x265

    abort : error:Network is unreachable

    After searching on the Internet I saw this page and realized it is because that bitbucket.org has IPv6 and I can not access to it .
    Please see results of the following commands :

    $ ping -n 10 bitbucket.org

    Pinging bitbucket.org [104.192.143.2] with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 104.192.143.2:
       Packets: Sent = 10, Received = 0, Lost = 10 (100% loss),



    $ ping -n 10 -6 bitbucket.org
    Ping request could not find host bitbucket.org. Please check the name and try again


    $ tracert bitbucket.org

    Tracing route to bitbucket.org [104.192.143.1]
    over a maximum of 30 hops:

     1    <1 ms    <1 ms    <1 ms  192.168.1.1
     2    30 ms    29 ms     9 ms  81.12.120.2
     3    20 ms    40 ms    12 ms  81.12.120.1
     4     6 ms     8 ms    10 ms  192.168.8.41
     5    21 ms    24 ms    19 ms  192.168.8.1
     6     *        *        *     Request timed out.
     7    52 ms    56 ms    54 ms  192.168.170.241
     8    35 ms    25 ms     *     10.10.53.61
     9    27 ms    32 ms    32 ms  10.201.47.142
    10    30 ms    44 ms    38 ms  10.201.42.117
    11    40 ms    33 ms    67 ms  10.201.147.242
    12    46 ms    38 ms    59 ms  85.132.90.201
    13     *        *        *     Request timed out.
    14     *        *        *     Request timed out.
    15     *        *        *     Request timed out.
    16     *        *        *     Request timed out.
     ...

    NOTE : Also, I’ve seen some posts on the stackoverflow.com like this. But it seems works only for Linux, Because I added 104.192.143.2 bitbucket.org to my /etc/hosts but not worked.

    Please guide me.

  • MLT framework windows build melt failed to load avformat

    22 juillet 2015, par Philip

    I build mlt framework on windows following the official guide http://www.mltframework.org/bin/view/MLT/WindowsBuild and the solution of Error building MLT framework on Windows for the errors.

    But when I call the command melt it doesn’t work correctly. (melt noise does work)

    Using melt -query "video_codecs" I get # No video codecs - failed to load avformat consumer.

    So it cannot load ffmpeg. Is there a problem with the compilation or is something related to Windows ?

  • Redis corrupted my Qthread, cv2 and ffmpeg system. Assertion fctx->async_lock failed at src/libavcodec/pthread_frame.c:167 [closed]

    8 novembre 2024, par Alperen Ölçer

    I used to have a websocket communication in my system but I wanted to change to redis. Afterwards it started to crash when cap.set function calls with error 'Assertion fctx->async_lock failed at src/libavcodec/pthread_frame.c:167' I normally run this function inside of a QThread. Any idea why its happening. Only redis changes affected it and the changes are so innocent. I am using ubuntu 22.04 and opencv 4.8.1 builded with cuda 11.5 cudnn 8.6,ffmpeg 769c36b, gcc 10, pyQt 5.15, python3.10.