
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (34)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (5711)
-
Anomalie #2982 : Aucune révision lors de l’édition avec les crayons d’un champ d’un objet éditoria...
21 avril 2013, par b bSalut, as-tu vu la précision apporté par Suske dans le fil de discussion en question ? http://comments.gmane.org/gmane.comp.web.spip.devel/64360 Est-ce que ça serait pas ça qui se passe chez toi aussi (et donc le comportement "normal" de SPIP) (...)
-
C# : get web camera name for FFmpeg
16 avril 2013, par JustLoginIn my C# app I'm using FFmpeg to stream desktop and it works fine. I also want FFmpeg to publish video from web camera. The problem is, that when I use desktop as input, device name parameter is already known (-i video=UScreenCapture), but it's not when I want to use web camera and microphone. So, my question is, how to get web camera and microphone names using C#.
-
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 !