Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (61)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8375)

  • Revert "avfilter/yadif : Revert "lavfi : convert input/ouput list compound literals...

    4 janvier 2014, par Robert Krüger
    Revert "avfilter/yadif : Revert "lavfi : convert input/ouput list compound literals to named objects""
    

    This reverts commit 4ef4bb4a203e8f472ab0484396270b9430862037.

    Signed-off-by : Robert Krüger <krueger@lesspain.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_yadif.c
  • Add ken burn effect on video from list of images

    20 décembre 2015, par Hamza Khan

    I have created video from list of images using ffmpeg

    system("ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4")

    Now i want to add Ken burn effect, can i do it with ffmpeg or imagemagic or any command line tool on linux.

  • how to push a video list to rtmp server and keep connect

    15 janvier 2016, par Ephzent

    Current methods

    ffmpeg -re -i 1.mp4 -f flv "rtmp://example.com/live"
    ffmpeg -re -i 2.mp4 -f flv "rtmp://example.com/live"
    ffmpeg -re -i 3.mp4 -f flv "rtmp://example.com/live"
    ...

    but 1.mp4 push done later , client and server will be disconnected.
    i hope keep connect.