
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (22)
-
Keeping control of your media in your hands
13 avril 2011, parThe 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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Organiser par catégorie
17 mai 2013, parDans 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 (...)
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 AdminPendant 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 NavirI 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.netPar 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(’@< ;plugin> ;.* ?< ;/plugin> ;@s’, $ar, $m) ; $f = charger_fonction(’infos_plugin’, ’plugins’) ; $m = $m[0] ; (...)