
Recherche avancée
Autres articles (44)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8189)
-
use python to split a video file into a set of parts
13 mai 2013, par user1485853I use the following python code to split a FLV video file into a set of parts ,when finished ,only the first part video can be played ,the other parts are corrupted.I wonder why and Is there some correct ways to split video files
the code format is mussy here
please see the formated code here -
Anomalie #3539 (Nouveau) : 2 fois prévisualiser pour voir le bloc de prévisualisation
2 septembre 2015, par Julien -Sous SPIP 3.1 beta (rev 22262).
Forum activé sur les articles.Sur une page de type ?exec=article&id_article=1
- Cliquer sur "Poster un message"
- Saisir un texte et cliquer sur "Prévisualiser" => il semble y avoir un refresh du bloc mais rien ne s’affiche en plus
- cliquer de nouveau sur "Prévisualiser" => cette fois le bloc de prévisualisation apparait bien. -
How to convert stereo sound to mono with FFmpeg ?
5 septembre 2018, par MeugiwaraI use the FFmpeg library for a personnal project and I need help about one thing. I have a music file in stereo sound and I want to convert this stereo sound to mono sound ? Is it possible with this library ? Is there a function inside to do this job ? My project is in C/C++.
I searched on the Doxygen documentation on the FFmpeg website and on this forum but I didn’t find something interesting.
Thanks for reading !