
Recherche avancée
Autres articles (85)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (6489)
-
What are some NPAPI video plugin alternatives for Chrome ?
14 janvier 2014, par ElHaixWas : "PPAPI (Pepper) video plugin -NaCl module failed - how to resolve ?"
Google's Say Goodbye to Our Old Friend NPAPI blog post indicates that NPAPI plugin support will cease by the end of 2014 (in favor of PPAPI).
We have considered the option of using the ffmpeg libraries to create our own video plugin to simply decode RTSP encoded H.264 video streams on the client - important because we need as near real-time video display (avoiding transcoding latency). Using the ffmpeg libraries, there is still a 3-5 second delay in decoding the stream, not as fast as running MPlayer with the
-benchmark
option.In trying Google's PNaCl recommendation, we just got the LOADING status and the following error :
NativeClient : NaCl module load failed : PnaclCoordinator : Compile
process could not be created : ServiceRuntime : failed to startWe don't need an encoder, simply decoding the incoming stream to images would be fine - or other suggestions ?
What are some NPAPI alternatives to solve this problem ?
-
How can you get a webm file without headers to play video and audio ?
31 août 2023, par JohnRight now I have webm files that are missing the header information so they don't play. How can I fix them so that they play ? My only hack is to get a small webm file with header information and prepend the file, then encode to mp4 and mp3.


ffmpeg -i input.webm output.mp4
[matroska,webm @ 0x13481be00] Format matroska,webm detected only with low score of 1, misdetection possible!
[matroska,webm @ 0x13481be00] EBML header parsing failed
kyle.webm: Invalid data found when processing input



Example file : https://drive.google.com/file/d/1j21wxHyQimMorWU99MJx—4YhgSimkp7/view?usp=share_link


-
Add different animation for different frame in video using ffmpeg android
5 mars 2017, par Sachin SutharI am trying to apply animations for the particular video frame but hereby I’m not seeing that video frame by which I have to apply the animation. I only need fade in and fade out frame and display it as slide show video. Do you have any idea about this ?
for ex : I want to create an application like this one : https://play.google.com/store/apps/details?id=com.scoompa.slideshow