Recherche avancée

Médias (91)

Autres articles (39)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

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

  • MP4's cutting out at the end when streaming FMS 3.5

    16 novembre 2013, par user1488848

    I am trying to stream a series of MP4's using FMS3.5 and some of the files seem to cut out a few seconds right before the end. I have used the ffmpeg bat proccess below, and when I increased the framerate to 500 it seems to have corrected itself although that has caused the files to be significantly larger. Was there anyway that I can keep the filesize and framerate lower while avoiding the cutout issue or some predefined settings I should be using when streaming MP4's off FMS 3.5

    ffmpeg -i input.mp4 -pass 1 -s 572x322 -vcodec libx264 -b 500k -flags +loop+mv4 \
    -cmp 256 -partitions +parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -me_method hex \
    -subq 7 -trellis 1 -refs 5 -bf 0 -flags2 +mixed_refs -coder 0 -me_range 16 \
    -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -qmin 10 -qmax 51 \
    -qdiff 4 -acodec libfaac -ab 160k -ac 1 output.mp4
  • Merge commit ’e998b56362c711701b3daa34e7b956e7126336f4’

    30 août 2013, par Michael Niedermayer
    Merge commit ’e998b56362c711701b3daa34e7b956e7126336f4’
    

    * commit ’e998b56362c711701b3daa34e7b956e7126336f4’ :
    x86 : avcodec : Consistently structure CPU extension initialization

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/dsputilenc_mmx.c
    • [DH] libavcodec/x86/fmtconvert_init.c
    • [DH] libavcodec/x86/h264dsp_init.c
    • [DH] libavcodec/x86/mpegaudiodsp.c
    • [DH] libavcodec/x86/mpegvideo.c
    • [DH] libavcodec/x86/rv40dsp_init.c
    • [DH] libavcodec/x86/vc1dsp_init.c
  • configure : miscellaneous cosmetics

    2 novembre 2013, par Diego Biurrun
    configure : miscellaneous cosmetics
    

    Sort lists of components. Add some whitespace where it helps readability.
    Consistently use double instead of single quotes around component lists.

    • [DH] configure