Recherche avancée

Médias (91)

Autres articles (101)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avcodec/options_table : make AVCodecContext->level search for child constants

    30 juillet 2020, par James Almer
    avcodec/options_table : make AVCodecContext->level search for child constants
    

    This change makes it possible for child encoders to define custom level
    option names which can be used for setting the AVCodecContext->level.

    Based on 337fe4bcc2

    Reviewed-by : jkqxz
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/options_table.h
  • Implications of `DPB size > level limit` ?

    4 juillet 2022, par jippyjoe4

    I'm using ffmpeg and the libx264rgb codec to encode 5760x3240 PNG sequences into lossless .mp4 files. When I do this, I get the warning in yellow text :

    &#xA;

    DPB size (16 frames, 1169280 mbs) > level limit (9 frames, 696320 mbs)

    &#xA;

    I'm not completely sure what it means. Although it is slow, the encoder does finish encoding the files into a .mp4 file, from which I can extract the frames again losslessly.

    &#xA;

    What does this warning mean, and what is the implication ?

    &#xA;

  • Gettting silence level to be used with silencedetect automatically

    3 mai 2017, par P. Dee

    My goal is to find the average or maximum silent level in dB to use it with silencedetect. I found volumedetect and I thought to use the histogram_ results to find the lowest dB numbers(low as in -40dB, -50dB etc.) with a high number of occurrences.

    What is a better idea ? Can it be combined with the silencedetect command, so I don’t need to enter the dB-Value at all ?