Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (38)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (5181)

  • How can I draw a image with relative position in Cairo

    14 juillet 2020, par Cat Tom

    I'm using Cairo to draw some elements in ffmpeg avframe. I want to draw a image relative to left and top with a rectangle outside, I found some examplecario doc, but they are all absolute coordinate. So my question is how can I draw image and rectangle in relative coordinate, if I can use some padding or margin API ?

    


  • Use window.innerWidth to detect mobile devices.

    19 avril 2019, par blueimp
    Use window.innerWidth to detect mobile devices.
    

    Although window.orientation works well to detect mobile devices for now, it is deprecated and might be unreliable.
    See also : https://developer.mozilla.org/en-US/docs/Web/API/Window/orientation

    Using the viewport size is also a better approach for hiding/showing additional view elements.

  • what is correct version of ffmpeg/gstreamer for python2.7.10 ?

    28 août 2015, par Janak Lal

    I am trying to write few programs in open cv with the help of the link. Capturing video from camera works perfectly but i have problem with "Playing Video from file" and "Saving a Video". There is something written about ffmpeg and gstreamer. I want to have link of ffmpeg and gstreamer for python 2.7.10 and proper way to install them so that those programs will run properly.