Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (91)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike 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 (10059)

  • 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