Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (46)

  • 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

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

Sur d’autres sites (6018)

  • are there options to speed up dpkg-buildpackage

    17 janvier 2015, par j0h

    Im back porting ffmpeg to an older version of debian.
    everything is going well, but its so slow.
    I am running dpkg-buildpackage -us -uc

    with a debian rules file that looks like this :

    #!/usr/bin/make -f
    %:
       dh $@

    override_dh_auto_configure:
       ./configure

    I notice, this is only processing on 1 core.
    is there anything like make -j 4 that I could use to speed this up ?

    I’ve been using this guide, but i don’t see anything for speeding up the build step
    https://www.debian.org/doc/manuals/maint-guide/

  • Create slideshow video from PNG images - each in its own time position [closed]

    16 août 2023, par Paul

    I have several hundreds of PNG screenshots.

    


    Each screenshot file has following name format : yyyymmdd_hhmmss.png

    


    Time differences between these screenshots are irregular.

    


    How could I automatically create a slideshow video taking the first file as the point zero and maintaining other pictures' exact timings relative to the first one ?

    


    Can FFMPEG do this ? Which contents may have a batch file then ?

    


  • Do H264 P&B frames contain pixels values ?

    29 janvier 2019, par Ibrahim Radwan

    From what I understand, the I-frames are the ones containing the actual pixels values, and the P&B frames just contain some kind of indicators on how to construct the next frames from the already decoded frames.

    With that being said, shouldn’t I get a completely blue video, if I’ve only changed the I-frames to be completely blue pictures ?

    Thank you !