
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (103)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
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 (8127)
-
Issues in integrating ffmpeg with omxil
23 février 2014, par Mayank AgarwalI want to make media player based on OMX IL.I want to use ffmpeg as demuxer.Is there any sample code that shows how to integrate ffmpeg with omxil.Basically i want to give AVFormatContext packets as input to omxil decoder.
Please point me to any docs/sample code.
Regards,
Mayank -
Revision 4b2c2b9aa4 : Rename vp8/ codec directory to vp9/. Change-Id : Ic084c475844b24092a433ab88138cf
1er novembre 2012, par Ronald S. BultjeChanged Paths : Modify /build/x86-msvs/obj_int_extract.bat Modify /configure Modify /docs.mk Modify /example_xma.c Modify /examples.mk Modify /examples/decoder_tmpl.txt Modify /examples/encoder_tmpl.txt Modify /examples/postproc.txt Modify /libs.mk (...)
-
List all files with ID3v2.2 tag in folder
13 septembre 2021, par JonHerbertI have a folder of around 40000 audio files and I need to find all tracks with an ID3v2.2 tag on them and add them to a folder.


I am very new to eyed3 and ffmpeg, so is there a way to use one of these to get the files I need ? I've read both docs and found the 'tag-version' function and 'display' pattern for eyed3, but I'm not sure how to use them.


Thanks !