Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (64)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9212)

  • Anomalie #2631 : no_image_filtrer passe la main

    21 avril 2012, par jluc -

    Parmi ces propositions y en a t il qui sont exclues d’office parcequ’inadéquates ?

  • fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests

    10 janvier 2014, par Martin Storsjö
    fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests
    

    This fixes these fate tests on big endian.

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

    • [DH] tests/fate/microsoft.mak
  • How do i convert (pulled from device) individual frames to a video file on linux and push it back to the same directory

    31 mars 2012, par RiASh

    First of all i have frames on my SD Card and frames are there in separate folders for each video..

    what i want to do is that i just want to make REALLY simple Java application for user(just a button to make video files) on the linux OS whose ActionEvent Handler pulls in all the individual frames and converts it to a video..deletes all the frames from the SD Card and then pushes the video file back to the same directory of SD Card..

    i wanted to know how do i pack frames into a video file on Linux(Ubuntu)..i think there is something ffmpeg but i dont know much..
    Can someone provide a example..please .. the images are named as image0000 to image9999

    and is it possible to create video file from those frames AND EVEN having sound in them using ffmpeg..?

    Can adb pull and push files without SD Card being connected..

    And finally wanted to know how do i run shell commands like adb pull, push, ffmpeg from JAVA..

    THERE ARE i think 4 QUESTIONS here but all related so i thought better ask them together..Thanks in advance ! :)