Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (16)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4771)

  • How to add bass boost to Discord.py Music Bot

    28 mai 2020, par Joshua Lawson

    So I have a Discord Bot that I use for a server with me and my friends. I have loads of custom commands that I have made, and i added the music feature just because. I use the code from this link. Link to Code
Could anyone help me to add Bass Boost and other equalizer options to this ?

    


  • What does forcing key frames mean ?

    22 avril 2017, par Stranger

    What does forcing key frames mean ?

    As per the doc

    -force_key_frames[:stream_specifier] expr:expr (output,per-stream) Force key frames at the specified timestamps, more precisely at the
    first frames after each specified time. If the argument is prefixed
    with expr :, the string expr is interpreted like an expression and is
    evaluated for each frame. A key frame is forced in case the evaluation
    is non-zero.

    Still I am not able to understand what does forcing key frames at specified timestamp means and what is its use ?I can see this command is used while segmenting video.What is its purpose there ?

  • dashenc : add option to provide UTC timing source

    29 janvier 2017, par Peter Große
    dashenc : add option to provide UTC timing source
    

    If set, adds a UTCTiming tag in the manifest.

    This is part of the recommendations listed in the "Guidelines for
    Implementations : DASH-IF Interoperability Points" [1][2]
    Section 4.7 describes means for the Availability Time Synchronization.

    A usable default is "https://time.akamai.com/?iso" ;

    [1] http://dashif.org/guidelines/
    [2] http://dashif.org/wp-content/uploads/2016/12/DASH-IF-IOP-v4.0-clean.pdf
    (current version as of writing)

    Signed-off-by : Peter Große <pegro@friiks.de>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c