Recherche avancée

Médias (91)

Autres articles (58)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6240)

  • Converting m3u8 link to frame through FFMpeg

    30 octobre 2019, par LionKing

    I am trying to convert the .m3u8 live streaming link into frames instantly. I can convert the link to the frames by overwriting. But as much as I understood, FFMpeg reads the m3u8 links package by package, so this creates a standstill on the frames, frames doesn’t flow unceasingly.

    I have tried to overcome this issue by setting input and output framerates manually. The code I used is below.

    URL=https://trtcanlitv-lh.akamaihd.net/i/TRT1HD_1@181842/index_720p_av-b.m3u8

    ffmpeg -y -r 4 -i $URL -r 25 -update 1 image.jpg

    This allowed me to overcome standstill problem a bit but not really, but is there any way you can suggest that the frames can be written to image.jpg instantly and without any discontinuation.

    Thanks a lot.

  • Additional : Updated link to EAN docs (#2120)

    15 décembre 2017, par williamdes
    Additional : Updated link to EAN docs (#2120)
  • #37 fixing an error when image link has no extension.

    16 mars 2016, par Grandt
    #37 fixing an error when image link has no extension.