Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (22)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (4871)

  • Anomalie #1993 (Nouveau) : Modifications perdues lors d’un retour en arrière (entité no-store)

    27 janvier 2011, par Redmine Admin

    Pendant la rédaction d’un article, on clique parfois sur un autre onglet du navigateur pour accéder à des informations nécessaires à la rédaction et au lieu de cliquer sur l’onglet, il arrive qu’on clique sur un lien dans l’interface de SPIP. Le résultat : le navigateur remplace la page d’édition de (...)

  • Debugging libopenh264.so.5 error in ffmpeg (ubuntu 22 version) [closed]

    14 mars 2024, par Aurelie Navir

    I have a problem with ffmpeg in Kubuntu 22 regarding libopenh264.so.5. I've tried multiple solutions such as soft linking the libopenh264 that I have (libopenh264-6 package) and purging and reinstalling it.

    


    I successfully installed it in another environment (with Conda), but I would like to get it working in my terminal that does not have Conda by default. How could I debug it ? I always install it using apt-get, but I think that worked correctly some time ago.

    


    Looking some other posts, I have been working with Pytorch, could this be related ? Specially I'm interested in knowing if I did something to brake it or the apt-get version is broken on Ubuntu 22 by default.

    


    I attach the full message in case it's interesting :

    


    


    ffmpeg : error while loading shared libraries : libopenh264.so.5 : cannot open shared object file : No such file or directory

    


    


    I also located this files I have installed :

    


    /usr/lib/x86_64-linux-gnu/libopenh264.so
/usr/lib/x86_64-linux-gnu/libopenh264.so.6
/usr/lib/x86_64-linux-gnu/libopenh264.so.2.2.0


    


  • Révision 17405 : Petit changement dans l’appel des 2 fonctions infos_plugin et infos_paquet charg...

    14 mars 2011, par esj@rezo.net

    Par exemple pour avoir le tableau des arbres des syntaxe abstraites de tous les plugins d’un dépot, faire : $ar = file_get_contents(’archives.xml’) ; preg_match_all(’@&lt ;plugin&gt ;.* ?&lt ;/plugin&gt ;@s’, $ar, $m) ; $f = charger_fonction(’infos_plugin’, ’plugins’) ; $m = $m[0] ; (...)