
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (105)
-
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 -
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 (...) -
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 (8683)
-
Anomalie #4717 : Erreurs nombre d’argument des filtres
8 avril 2021Refs :
- https://www.php.net/manual/fr/migration71.incompatible.php
- https://www.php.net/manual/fr/function.implode.php
- https://www.spip.net/fr_article5672.htmlAu aucun moment il n’est indiqué que le filtre |implode de SPIP puisse être appelé sans second paramètre, donc jusque là pas de problème : la personne a mal écrit son squelette.
Ceci étant dit, il semble que PHP analyse le problème même sans exécuter la fonction, et que ce Fatal pourrait être catch là https://git.spip.net/spip/spip/src/branch/master/ecrire/public/composer.php#L106 en plus, et retourner à la place une erreur_squelettes(), comme ça le fait pour le ParseError.
-
Process each frame of a video back and compile back into a video
5 mai 2015, par NamingwayswayI have a bash script that takes in an image, and processes the image using convert, tesseract, and a custom python script.
What I would like to do next, is take in each frame of a video [ideally only processing on "scene" changes], process that frame, and use the resulting frames to build a new video.
I have been down the path of "dump every frame to an image, batch process it, and compile it back", but I don’t have the storage space for anything over a few seconds with that.
Any ideas ?
-
Send audio and voice in conference room
23 janvier 2018, par Ahmedi have chat room with one person on microphone , i programming it by java using jsons for command between server and client based on netty library , ok on streaming audio and video i used RTMP and send the link of the streaming to all room member to play the stream, the rtmp server is Nginx and i use FFMPEG and java wrapper javacv to use FFMPEG, it’s work ok but when user click button to start streaming to room, it’s come with late about 3-4 seconds sometimes 2 seconds .
i found same system called Ivoclize it’s on java and have useing ffmpeg but very fast in start streaming voice and video to room members.
can i use Other protocole like udp or rtsp , if some one can help ?