
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (92)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (5559)
-
How to add Overlay/Watermark Text opacity or transparency by FFmpeg ?
28 novembre 2022, par ujjallyI want to add overlay/watermark text into video with custom opacity or transparency like 50%(0.5) and 80%(0.8)


I tried the below code but the opacity color automatically set to black.


ffmpeg -i video.mp4 -vf drawtext="fontfile='C\:/Users/BRIGHT/AppData/Local/Microsoft/WINDOWS/fonts/RacingSansOne-Regular.ttf':text='YouTube.com':fontsize=h/15:fontcolor=yellow@0.5:bordercolor=white:borderw=1:y=(h-text_h*24):x=(mod(-0.5*n\,w+tw)-tw)" -codec:a copy output.mp4



-
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 ?