Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (6134)

  • Anomalie #3281 : remarques sur le nouveau thème graphique de la 3.1

    11 octobre 2014, par marcimat ☺☮☯♫

    Ton avant / après à un ptit problème tcharlss car chez moi « avant » n’a pas tout à faite cette tête pour le bandeau du haut, mais peut importe.

    Ces petites retouches me semblent bienvenues.
    Erational, je ne pense pas qu’on puisse changer les petites icones du bandeau pour la 3.1 : il y aurait trop d’icones à modifier (c’est tout un thème d’icone cohérent à faire).

    L’idée d’avoir peut être tout le temps le bandeau en gris en haut est peut être à creuser. Le truc, c’est qu’en dehors de l’accueil, on ne peut pas vraiment distinguer en css dans quelle partie on est (edition, configuration…) pour mettre en valeur cette icone là précisément, comme tu as fait avec l’accueil sur ta proposition erational.

  • Announcement : Piwik to focus on Reliability, Performance and Security

    7 octobre 2014, par Matthieu Aubry — About, Community

    To our valued team and community,

    Well, we have moved fast and achieved so much during the past few months. Relentlessly releasing major version after major version… We got a lot done including several major new features !

    The speed of adding new features was a great showcase of how agile our small teams and the larger community are. And I’m so proud to see automated testing becoming common practice among everyone hacking on Piwik !

    For the next few months until the new year we will focus on making what we have better. We will fix those rare but longstanding critical bugs, and aim to solve all Major issues and other must-have performance and general improvements. The core team and Piwik PRO will have the vision of making the existing Piwik and all plugins very stable and risk free. This includes edge cases, general bugs but also specific performance issues for high traffic or issues with edge case data payloads.

    We’ll be more pro-active and take Piwik platform to the next level of Performance, Security, Privacy & Reliability ! We will prove to the world that Free/Libre Web software can be of the highest standard of quality. By focusing on quality we will make Piwik even easier to maintain and improve in the future. We are building the best open platform that will let every user liberate their data and keep full control of it.

    If you have any feedback or questions get in touch or let’s continue the discussion in the forum.

    Thank you for your trust and for liberating your data with Piwik,

    Matthieu Aubry
    Piwik founder

    More information

    This is an amazing testament of the power of free/libre software and yet we think this is just the beginning. We hope more developers will join and contribute to the Piwik project !

  • Input picture width is greater than stride ffmpeg

    20 juin 2015, par user3455531

    i am using ffmpeg to convert 3gp into mp4. here is my ffmpeg command

    /usr/local/bin/ffmpeg -y -i video.3gp -vf scale="640:trunc(ow/a/2)*2",setsar=1/1 -pix_fmt yuv420p -c:v libx264 -preset slow -profile:v baseline -threads "32" -x264opts level=3.0:ref=1 -minrate 350k -maxrate 350k -b:v 350k -r:v 25/1 -force_fps -crf 29 -movflags +faststart -c:a libfaac -b:a 128k -pass 1 videoout.mp4

    all conversions are working without problems since an year. but today someone uploaded a 3gp on the website and i started getting this error. any way to get rid of it