Recherche avancée

Médias (91)

Autres articles (22)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (3263)

  • How to stop ffmpeg user screen recording in c#

    20 juillet 2017, par Akash Langhani

    I am using ffmpeg in application and It start and record video perfectly but when I want to stop it ask for press "q", so how can I pass "q" to process which is in runing state from application.

  • control IP camera using nodejs which has PTZ in it

    13 novembre 2019, par Nayanika GN

    I have created a a project, where I stream the IP camera into my application using nodejs. It works fine. Now I want to implement PTZ in the application. Unsure how to start ?

    Thanks !!

  • Record Video in Android with a watermark

    1er septembre 2017, par Naval Joshi

    I am creating an application to take a video from the front camera and add a logo and save it.
    I read about FFmpeg and have used it Linux. Is there any simple ways present to do the same.
    I have already coded the application.I am trying to add a Frame to the video while taking/saving.