Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

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

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

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

Sur d’autres sites (8644)

  • lavfi/fieldorder : work with non writtable frames too

    6 septembre 2013, par Paul B Mahol
    lavfi/fieldorder : work with non writtable frames too
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_fieldorder.c
  • avcodec/x86/vp8dsp : Fix cpu flag checks so they work

    30 août 2013, par Michael Niedermayer
    avcodec/x86/vp8dsp : Fix cpu flag checks so they work
    

    Broken by 6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/vp8dsp_init.c
  • Cannot get ffmpeg to work after installing from homebrew

    14 avril 2024, par phizzy

    I installed ffmpeg through homebrew but when I try to run it, even just typing in ffmpeg I get the following error message :

    &#xA;&#xA;

    dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib&#xA;  Referenced from: /usr/local/bin/ffmpeg&#xA;  Reason: Incompatible library version: ffmpeg requires version 8.0.0 or later, but liblzma.5.dylib provides version 6.0.0&#xA;Trace/BPT trap: 5&#xA;

    &#xA;&#xA;

    I've tried running brew update and brew upgrade but that didn't change anything. Running brew doctor the only error I get is :

    &#xA;&#xA;

    Warning: You have a curlrc file&#xA;If you have trouble downloading packages with Homebrew, then maybe this&#xA;is the problem? If the following command doesn&#x27;t work, then try removing&#xA;your curlrc:&#xA;  curl http://github.com&#xA;

    &#xA;&#xA;

    New at doing things in the terminal, what to do next ?

    &#xA;