Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (61)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • 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 (6817)

  • FFMPEG drawbox filter. Hex color result not matching input values

    31 juillet 2018, par Leon Digz

    I’m trying to create a border using the drawbox filter using a specific HEX color input, however the result I am getting does not match the value I set.

    Consider the following code which produces a 600x600 swatch ;

    ffmpeg -i 0.jpg -vf drawbox=x=0:y=0:w=600:h=600:color=#E4E8F3@1:t=fill _border.png

    E4E8F3 is supposed to translate to RGB 228,232,243

    When I run the above code, however, and re-import into photoshop the actual color, is "sort of close", but not close enough.

    The color I end up getting is ;

    Hex d2d7df, which is RGB 210,215,223

    Any ideas why I’m not getting the result I expect ?

  • configure : miscellaneous cosmetics

    2 novembre 2013, par Diego Biurrun
    configure : miscellaneous cosmetics
    

    Sort lists of components. Add some whitespace where it helps readability.
    Consistently use double instead of single quotes around component lists.

    • [DH] configure
  • How to keep ffmpeg alive ? it keep exiting

    8 février 2019, par Mikko-Pentti Einari Eronen

    I have the following setup :
    1. I have Raspberry PI with camera module streaming video to IP using RPI Cam Control.
    2. On my main PC I can view that feed and it works great. No problem there.
    3. I am attempting to resend that feed in to /dev/video0 with ffmpeg, which sort of works. But it only works once.

    The problem is ffmpeg just exits after sending one frame to /dev/video0 without any errors. I am previewing it with ffplay /dev/video0. It updates only when I run my ffmpeg command again and then ffmpeg just exits again.

    I probably have some stupid mistake with ffmpeg command which I can’t pinpoint :

    ffmpeg -i http/192.168.1.201/html/cam_pic.php -pix_fmt yuv420p -f v4l2 /dev/video0