
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (60)
-
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 (10311)
-
streaming mp4 file to html5 video [on hold]
25 juillet 2016, par FelixI want to stream a mp4 file to html5 video tag.
want to user
ffmpeg
stream from file.What I want is that the user cannot see the path of the movie.
Is there a way ?
-
iOS how to convert video mp4 other codecs in libavcodec [closed]
17 décembre 2011, par BaiI am developing the ios app that captures the video in iPad and uploads the video captured(.mp4) to the server.
I must convert the video to other codecs for reducing the size of the video. So I am going to use libavcodec.
But I am beginner in video/audio codecs. I didn't find the method for using libavcodec apis.
How can I convert the .mp4 video to other codecs using libavcodec ?
-
How a video template can be used to replace with custom images/text on-the-fly using PHP
8 novembre 2015, par Aamir SiddiqueI am a website developer (php) and I have been given a task to develop a website similar to
http://ivipid.com/.I need to make an identical website and I am trying to figure out how this can be done,
especially the part in which they use user-uploaded image files and text into the Video file and all this on-the-fly ?I know how to convert user-uploaded video files into FLV on-the-fly using FFMPEG but I’m not sure on how they (ivipid.com) manage to do this.