
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (22)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...)
Sur d’autres sites (5520)
-
What is the future of Piwik ?
In this post we will explain the key values that drive the Piwik project, and expand upon our goals and roadmap for both the short and long term future.
What are Piwik’s goals ?
Piwik will :
- Enable you to make Data driven decisions
- Let you focus on what matters most to you
- Gather in one place all your important metrics (Key Performance Indicators)
- Be the best open alternative to Google Universal Analytics
- Support Developers and provide opportunities for them to innovate on Piwik platform
The Piwik Roadmap
To achieve our goals, the Piwik team along with Piwik PRO have prepared the Piwik Roadmap.
We have created this Roadmap based on hundreds of emails sent by users, tickets, along with thousands of forums posts. Feel free to send us feedback about this roadmap.
What are Piwik values ?
Our strong values govern all that we do :
Summary
It is our mission to provide an open and innovative alternative for people who prefer not to use (or cannot use) Google Analytics to analyse and measure their users.
It is a fun and epic mission which we are proud to be a part of.
Thank you for trusting us and the project, and keep in touch,
Matthieu
Piwik founder -
lavc/h264dsp : fix R-V V weight_pixels pointer arithmetic
17 novembre 2024, par Rémi Denis-Courmontlavc/h264dsp : fix R-V V weight_pixels pointer arithmetic
As of 459a1512f13ae1fdd404ff9281b02d225ac70a09,
the code is unrolled to process two rows per iteration.
The output cursor thus needs to be incremented by twice the
stride, which is taken care of with SH1ADD. However the original
ADD from the original implemetation was incorrectly left over. -
Get video thumbnail on a shared hosting without FFMPEG
15 septembre 2014, par SharpAffairLooking for a solution to extract thumbnail from an MP4 video, I found several results here, but they involve using FFMPEG.
Unfortunately, running FFMPEG’s EXE file is unavailable in a shared hosting environment.
Is there any alternative, e.g. a .NET Framework solution or an external .NET DLL to meet the same goal ?