
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
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 (5731)
-
How to initialize FFmpeg in .NET MAUI-Windows
9 juillet 2024, par Hossam FaresI have installed the bin using
winget install "FFmpeg (Shared)"
on Windows 11 22631.3810. it installs successfully but when runningFFmpegInit.Initialise()
I getSystem.NotSupportedException: 'Specified method is not supported.'
I have also tried setting the logLevel toFfmpegLogLevelEnum.AV_LOG_FATAL
, and I got the same exception. I tried to set the libPath toC:\Users\UserName\AppData\Local\Microsoft\WinGet\Packages\Gyan.FFmpeg.Shared_Microsoft.Winget.Source_8wekyb3d8bbwe\ffmpeg-7.0.1-full_build-shared\bin
and I got the same exeption

-
Official Debian Package for Piwik now available
We are excited to announce the release of Piwik package for Debian based linux distributions !
There are several ways to use Piwik :
Download and upload to your server
or use 1-click Piwik installers
or use Microsoft web app gallery
or buy Piwik Cloud
or as of today, you may get Piwik using our Debian package
What are the benefits of using Debian package over direct download ?
For some system administrators, using Debian package is an easier alternative than directly downloading the code. It allows sysadmins to deploy Piwik within seconds using “apt-get install piwik -V”.
How do I install Piwik using official debian package ?
The package supports Apache and Nginx web servers. Read the documentation at debian.piwik.org.
Do I have to use the Debian Package on my debian system ?
No, you may still want to use Piwik using the direct download approach. You can keep Piwik upgraded quite easily using the popular 1-click automatic update.
How do I report a bug or feedback ?
Create a ticket on the Github project Issues page.
Will the debian repository be maintained in the future ?
Yes, Aurélien Requiem (github) along with the Piwik team are committed to maintain the Debian Piwik repository in the future.
Thank you to Aurélien for his great work on preparing, testing, and maintaining the Debian repository for Piwik.
References
- Source code for the Debian package is on Github : piwik/package-debian
- How do I enable automatic updates to latest development release ?
- How do I install Piwik on Debian type servers ?
-
lavu/hwcontext_vaapi : Add Windows/VAAPI support with vaGetDisplayWin32
14 avril 2023, par Sil Vilerinolavu/hwcontext_vaapi : Add Windows/VAAPI support with vaGetDisplayWin32
Libva 2.17+ adds a new libva-win32 node and Mesa 22.3 adds a VAAPI driver
based on Direct3D 12 for Windows. Both of them are available at :
https://www.nuget.org/packages/Microsoft.Direct3D.VideoAccelerationCompatibilityPackInitial review at https://github.com/intel-media-ci/ffmpeg/pull/619/
Signed-off-by : Sil Vilerino <sivileri@microsoft.com>
Reviewed-by : Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Reviewed-by : Wu, Tong1 <tong1.wu@intel.com>