Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (21)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (3154)

  • Jwplayer function snapshot using ffmpeg and php

    5 janvier 2021, par Offboard

    before anything I'm using version 6, then the Snapshot plugin does not work.

    



    I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :

    



    ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg


    



    so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.

    



    I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.

    



    if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up.

    


  • Jwplayer function snapshot using ffmpeg and php

    27 octobre 2013, par Offboard

    before anything I'm using version 6, then the Snapshot plugin does not work.

    I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :

    ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg

    so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.

    I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.

    if anyone has any function or know how to do please tell me : D
    My English sucks, so do not call if I messed up.

  • Landscape video from portrait images using ffmpeg

    19 janvier 2014, par XXX

    I have a series of pictures taken in portrait mode with a resolution of 480x800. I made video using ffmpeg command ffmpeg -r 1 -y -i image%d.jpeg out.mp4 And I get video in landscape mode with a resolution 480x800 and 4:3, and therefore the image of video is stretched laterally. How to make that video is not stretched and the sides were black stripes ?