Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (51)

  • 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

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7874)

  • How to build and use ffmpeg libraries in Android project in Mac OS 10.9 ?

    28 septembre 2014, par Sunshinetpu

    In my Android project I have to create a video from some pictures. So I want to use FFmpeg libraries for it. I read many links about it (For example : http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/comment-page-4/) I tried to build FFmpeg in my computer (MAC OS 10.9) but every advice didn’t work.
    Did anybody build and use FFmpeg in Adroid project (MAC OS) successfully ?
    Can anybody give me some advices ?
    Sorry for my English !

  • How to use ffmpeg to encode multi-channel video ?

    13 juillet 2018, par Leo

    Like nomral video have RGB/YUV, 3 channels.
    Is it possible use the existing video convertor to encode more than 3 channel video ? (e.g. given 5 folders of the same number and resolution pictures, generate a 5-channel video from them)
    I not need to playback the 5-channel video, which is impossible for 3-channel display. I just need to encode it and then decode it back to images. Actually what I am looking for is not a playable video format, I am trying to compressing several similar video content into one file, so that hopefully they can share the motion vectors and save more space.

    Dose any existing video codec support this manipulation ? Or how should I rewrite some part of the exsiting video codec(some light weight implementation of H264) to support it ?

  • Aforge.video.ffmpeg write to memory stream

    31 août 2018, par Pavel Rembrant

    The Aforge framework contains the ffmpeg lib which contains the VideoFileWriter class, which can draw video from a set of frames (pictures) and write to a file passing through the selected codec. This is exactly what I need, except for writing to a file .. This stream of encoded video I need to send over the network in real time and not write to a file. It would be nice to write the final video in memory stresam, and from it to send where it is required. Is it possible to write with the help of Aforge not in a file but in memory ? if not, then advise the analogue who can do what I want. Thank you.