Recherche avancée

Médias (91)

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • 'Range' request header in ffmpeg

    12 février 2017, par cole

    Recently I am working on parsing some videos’s address from a web site.After parsing,I use IjkPlayer based on ffmpeg to play it.However I get 403 code,with Chi-Hsuan Yen’s (A author of youtube-dl) help,I know ‘range’ header result in the 403 response code.

    A Solution

    set Range :space

    However

    If I set Range :space,I can’t seek this video when I play it on Android Phone.So do you have another solution for 403 code ?


    Update :

    My Issue

    https://github.com/Bilibili/ijkplayer/issues/2667

    A same URL have different response on Chrome and Firefox

  • ffmpeg compand expand dynamic range example to reduce the noise

    19 janvier 2018, par user1320370

    Hi I need expand the dynamic range on high frequency (from 6000 and over) to reduce the noise.

    There is one one example :

    compand=attacks=0:points=-80/-169|-54/-80|-49.5/-64.6|-41.1/-41.1|-25.8/-15|-10.8/-4.5|0/0|20/8.

    but it is not clear.

    Before use gate I like first expand the dynamic range and after apply a noise gate.

    Can you please help me ?

    Thank you !

  • avcodec/cbs_h265 : fix range of sps_max_sub_layers_minus1

    8 juillet 2024, par James Almer
    avcodec/cbs_h265 : fix range of sps_max_sub_layers_minus1
    

    The VPS referenced by the SPS must always be present as the max value for
    sps_max_sub_layers_minus1 is vps_max_sub_layers_minus1. This replaces a buggy
    custom range check for the aforementioned field.
    Also, add the missing conformance check for sps_temporal_id_nesting_flag while
    at it.

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

    • [DH] libavcodec/cbs_h265_syntax_template.c