
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 (64)
-
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 -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...)
Sur d’autres sites (11094)
-
Make.lite : Proper detection Darwin/x86_64
29 octobre 2015, par Thomas Zander -
ffmpeg batch retains old filetype in name
3 juin 2018, par InsertDisplayNameHereI’m using the following
ffmpeg
script to convert all .mp4 files in the folder to .webm.for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"
I am trying to make it go from
"xxx.mp4"
to"xxx.webm"
However when I run the script the file name goes from
"xxx.mp4"
to"xxx.mp4.webm"
Any suggestions are highly appreciated.
-
ffmpeg batch retains old filetype in name
8 février 2015, par InsertDisplayNameHereI’m using the following
ffmpeg
script to convert all .mp4 files in the folder to .webm.for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"
I am trying to make it go from
"xxx.mp4"
to"xxx.webm"
However when I run the script the file name goes from
"xxx.mp4"
to"xxx.mp4.webm"
Any suggestions are highly appreciated.