
Recherche avancée
Autres articles (97)
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (10053)
-
Revision 96f706655e : Added unit test for subtract functions Patch Set 1 : gain familiarity with unit
26 septembre 2012, par Scott LaVarnwayChanged Paths : Add /test/subtract_test.cc Modify /test/test.mk Added unit test for subtract functions Patch Set 1 : gain familiarity with unit tests... added simple 4x4 subtract test Patch Set 2 : fixed mistakes, parameterized as suggested Patch Set 3 : randomized the source/predictor data (...)
-
how to find ffmpeg-php dll for xampp 1.8.1 and php 5.4.7
4 janvier 2013, par Sidehave problems with installation of ffmpeg-php extension on xampp 1.8.1 and php 5.4.7 on windows. Does anyone have the compiled dll of ffmpeg-php for this versions, i know how to install the extension but i can't find the correct dlls for my php version. Any help will be appreciated.
-
How do I subtract a word from the output in bash
23 octobre 2012, par user1768840I made a simple bash script to convert movies from .avi to .mp4 but now I want to do two more things.
- Have the output file have only *.mp4 rather than *.avi.mp4
- Delete the old file after the conversion is completed.
Here is my script.
#!/bin/bash
avconv -i "$1" -c:v libx264 -c:a copy -sn -crf 24 "$1".mp4