
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (44)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8437)
-
Best alternative to winforms for raspbian ?
8 novembre 2017, par GlowI was planning on creating a small program with a countdown and streaming it to YouTube, with the help of my RPi 3, but I’m having so much trouble with this.
First, seems like I can’t use winforms nor wine to run it, so I can’t program with C#, which is what i’ve been learning and I’m a little good at.
Then, I haven’t even found a way to livestream with raspbian... I’ve installed ffmpeg but i can’t install OBS or something like that, just a fix that streams videos or webcams, and I can’t make a 168 hours video.
I know it’s a horribly noob question, but what can I do ? I’m absolutely lost. I was thinking on making a video that is edited by a script and makes the countdown but I don’t know how to do it.
-
Best way to upgrade FFMPEG library upgrade ? [closed]
1er février 2024, par Code_LifeBackground context : We are using FFMPEG 3.4 on iOS & Android apps to playback our RTSP streams and are planning to upgrade to the latest version which is 6.x


Problem Statement : I want to minimize the risk(& effort) in development and testing as we have a large of devices which generate the stream.


Question :


- 

-
Any suggestion or experience on upgrading ? Do's and Don't


-
One of the thoughts is to add two versions of FFMPEG lib and validate each device's performance by doing A/B testing over time. But I'm not sure if that is technically possible as both dependencies will conflict.


-
Has anyone tried the Multiplatform approach ?










-
-
stream divx/mkv to html5 video with ffmeg
15 juillet 2014, par RoelandI’m looking into making something that can play divx/mkv videos with html 5 video.
I don’t know much about ffmpeg or streaming so this may be a simple question.
With ffmpeg I could transcode the video to a mp4 file and then stream it with the html 5 video tag.
But is there a way to do the streaming without writing it to disk first ?
If it is possible, can someone point me in the right direction ?
I’m planning on writing this in Go, but the language is not important.