Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

Sur d’autres sites (6098)

  • Create video from custom videos locations using ffmepg [on hold]

    19 septembre 2016, par Nirel

    I want to make video from batch of photos, I have an ArrayList < Uri> that contains all the photos paths, how can I create the video without coping all the photos into one dic ? (some of the photos in DCIM, some in the screenshot folder...)

    for example,

    • first photo : storage/emulated/0/Pictures/Screenshots/Screenshot2
    • second photo : storage/emulated/0/DCIM/camera/photo152
    • thrid photo : storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20160919-WA0038.jpg

    Another question, which commend should i run ? (my output file should be mp4 with 20 fps..)

    Thanks !

  • Makefile : Fix building programs on systems with a nonempty executable suffix

    26 novembre 2013, par Martin Storsjö
    Makefile : Fix building programs on systems with a nonempty executable suffix
    

    This fixes leftover issues from 14abeaa4 which caused make
    rules for programs to not match up properly when the executable
    suffix was nonempty.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] Makefile
  • Android : How to record the mobile screen without using USB cable ?

    21 juin 2012, par Rajesh

    I want to build an application which would record my screen activities and would store them in a video file.

    1) I need to take the screenshots of my screen movements at periodic intervals and store them on the SD card.

    2) How can I create the video from the images which are already available on my SD card. I have tried with the FFMPEG. But I have encountered a few problems I don't know how to solve. The truth is I don't know the program to convert them.

    3 ) Is it possible to show the picture in my camera ?? That means if a user opens the camera from my app, it should show the pictures which are available on the SD card. If so, please advice me.

    EDIT : I have made a sample which can capable of taking 7 screen shots per second.

    Thanks,
    Rajesh .