
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (111)
-
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (11957)
-
MediaStream to C++ data type conversion
20 juillet 2016, par Mohammad Abu MusaI am sending a video and audio stream to C++ from Google Chrome, I am not sure how to cast the data.
What is the data type of this and how do I convert it to C++ ?
videoStream.getVideoTracks()[0]
I want to build ffmpeg encoder using C++ but I can not figure out how to cast this type ?
I was also wondering if there is method to build a test case similar to this data type ?
-
Audio data for reflective background with FFMPEG/Base.dll
18 avril 2018, par AV9I would like to generate a video with reflective elements, like graphical equaliser, etc. I know FFMPEG can generate waveform using such a data itself, but I would like to have more control and build up something of my own using such a data.
Is is possible to extract all the data like peaks, volume of all the channels of an audio file into a text file and so that the data would be extracted every 0.1 sec ?Is Base.dll a better solution rather than FFMpeg ?
Thanks -
ffmpeg : how to get YUV data from AVframe and draw it using opengl ?
13 mai 2015, par NyarukoHow could I access the YUV data from AVframe struct ? by accessing its data[] ?
And is there any simple way to draw YUV data using opengl instead of creating the shader and draw the Y,U,V image on their own ?