
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (65)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Les formats acceptés
28 janvier 2010, parLes 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 (5518)
-
Anomalie #2976 (Nouveau) : Les annonces ne sont pas restreintes aux administrateurs
14 avril 2013, par Sashimi WakaméLes rédacteurs peuvent afficher des annonces sur la page d’accueil de l’espace privé alors que cette fonctionnalité est réservée aux administrateurs. Bug reproduit en local sur un SPIP 3.0.7 [20352] installation neuve et propre (sans (...)
-
Anomalie #2976 (Fermé) : Les annonces ne sont pas restreintes aux administrateurs
14 avril 2013, par b bMerci du signalement, corrigé par : http://zone.spip.org/trac/spip-zone/changeset/72034 http://zone.spip.org/trac/spip-zone/changeset/72035
-
ffmpeg metadata, multiline text into comment field
15 avril 2013, par decssmy question is next : i use ffmpeg to update metadata tags like this way
ffmpeg -i "in.m4a" -acodec copy -metadata artist="artist text"
-metadata comment="comment text" "out.m4a"Well, "artist text" and "comment text" is usual plain text, but comment field allow to put multiline text. Each line must have new line character to do it. Something like this :
-metadata comment="source: lastfm \r\n tags: tag1, tag2 \r\n ..."
But all characters that i use (\r\n, %nl%, ^N) brings no result
So i have no idea how to put multiline text into a comment field via ffmpeg
Hope you will help me : ) Thanks !