
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (71)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (13397)
-
Using FFmpeg to convert all images in a folder to mp4 or avi using a .bat file [Windows]
21 janvier 2016, par Zombie WafflesI’m trying to get all .png files in a folder to be converted into a video format in the same directory as the images. Now I can’t understand how ffmpeg works, I just want something like this ;
for /l %%k in (1,1,%images%) do (
ffmpeg.exe (I need help with the parameters here)
)This is my very first help request ever and I’m not sure if I supplied enough information for this to be an easy answer. But at least TRYING to help me would be much appreciated. Thank you for reading !
-
Anomalie #3619 (Fermé) : [Patch] Sous Windows, SPIP n’affiche pas le n° de version avec Tortoise S...
6 janvier 2016, par Fil Uppatch intégré par r22700, merci
-
FFMPEG with Windows Application
27 décembre 2015, par lucidmaj7I want to develop Simple mp3 file player(just open, play and stop)
I found ffmpeg lib that can decode mp3 file and try to develop my player .
I can decode mp3 file with this lib, but don’t render to real sound..
On Most Other mp3 player Application, How decode mp3 file and render real sound on Windows ?
SDL ?, Direct sound ? WASAPI ? ..
How I listen rendered sound...
Please give me a hint , Keyword or example source code..
( I use C++, WINAPI, MFC)