Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (53)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

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

  • Revision 7494bba66b : Merge "Prunes out full-rd computation based on modeled rd"

    11 juillet 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Prunes out full-rd computation based on modeled rd"

  • Merging multiple mjr files into webm file based on timestamp of creation with FFMPEG

    2 novembre 2020, par Sankalpa Sarkar

    I am trying to combine multiple mjr files into a single webm file with blank gaps in the middle, based on certain timestamps. As an illustration, suppose I have three clips A (running from 3-3.10), B (running from 3.15-3.30) and C (3.35-3.50).

    


    To combine these, I would like to have a singular merged webm file with A running from 3 to 3.10, followed by a blank screen from 3.10-3.15, then B from 3.15 to 3.30, followed by a blank screen from 3.30 to 3.35 and then C from 3.35 to 3.50. Thus the entire video must be from 3 to 3:50 with the specifications.

    


    So far, I have to obtain the filename and date/time from the directory as and when they are created to determine the specific timestamps. For the same, I am using this code snippet :

    


    FANAME=\/bin/ls -1 *video.mjr | grep "$AGENTID" | sort -t- -k5 | head -1\
AGENTSTAT=`stat -c %y $FANAME`
ATIME=`date +%s -d"$AGENTSTAT"`


    


    Running a loop through all the files, how do I obtain this functionality ?

    


  • Revision 75272c97cb : Merge "Add a conservative RD based active map in vp9."

    11 mars 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/vp9_cx_iface.c



    Merge "Add a conservative RD based active map in vp9."