Advanced search

Medias (91)

Other articles (105)

  • Encoding and processing into web-friendly formats

    13 April 2011, by

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

    12 April 2011, by

    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.

  • Gestion de la ferme

    2 March 2010, by

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

On other websites (13003)

  • avformat/mxfdec: SMPTE RDD 48:2018 Amd 1:2022 support

    9 July 2022, by Michael Niedermayer
    avformat/mxfdec: SMPTE RDD 48:2018 Amd 1:2022 support
    

    Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxf.c
    • [DH] libavformat/mxf.h
    • [DH] libavformat/mxfdec.c
  • FFmpeg vs Libav vs libVLC vs Gstreamer as of 2018 [on hold]

    25 April 2018, by Dharma

    I am trying to do some video processing on real time. I was beginning to try the FFmpeg, but I saw this question:

    Why would I choose Libav over FFmpeg, or is there even a difference?

    Which further links to this question:

    What are the differences and similarities between ffmpeg, libav, and avconv?

    and this blog post:

    http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html

    After reading this I came to know that Libav is a fork from FFmpeg and is being developed separately. I am need of developing C++ application using either Libav or FFmpeg or libVLC or Gstreamer. I think there has been a lot of changes after these questions are answered. It would be great to have some benchmark on these tools.

    Do you guys have any preference of one over another, any benchmark results for video and audio processing? I need to process frames fast and stream a video to multiple C++ applications, what would be the best way to solve this problem and what will be the best tool to choose ?

    So as of 2018 what is the current status of these tools on video processing.
    It would be nice to know some results from the people working on video processing who are familiar with these tools.

  • FFmpeg vs Libav vs libVLC as of 2018

    25 April 2018, by Dharma

    I am trying to do some video processing on real time. I was beginning to try the FFmpeg, but I saw this question:

    Why would I choose Libav over FFmpeg, or is there even a difference?

    Which further links to this question:

    What are the differences and similarities between ffmpeg, libav, and avconv?

    and this blog post:

    http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html

    After reading this I came to know that Libav is a fork from FFmpeg and is being developed separately. I am need of developing C++ application using either Libav or FFmpeg or libVLC. I think there has been a lot of changes after these questions are answered. It would be great to have some benchmark on these tools.

    Do you guys have any preference of one over another, any benchmark results for video and audio processing? I need to process frames fast and stream a video to multiple C++ applications, what would be the best way to solve this problem and what will be the best tool to choose ?

    So as of 2018 what is the current status of these tools on video processing.
    It would be nice to know some results from the people working on video processing who are familiar with these tools.