Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (91)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (4870)

  • How to estimate bandwidth / speed requirements for real-time streaming video ?

    19 juin 2016, par Vivek Seth

    For a project I’m working on, I’m trying to stream video to an iPhone through its headphone jack. My estimated bitrate is about 200kbps (If i’m wrong about this, please ignore that).

    I’d like to squeeze as much performance out of this bitrate as possible and sound is not important for me, only video. My understanding is that to stream a a real-time video I will need to encode it with some codec on-the-fly and send compressed frames to the iPhone for it to decode and render. Based on my research, it seems that H.265 is one of the most space efficient codecs available so i’m considering using that.

    Assuming my basic understanding of live streaming is correct, how would I estimate the FPS I could achieve for a given resolution using the H.265 codec ?

    The best solution I can think of it to take a video file, encode it with H.265 and trim it to 1 minute of length to see how large the file is. The issue I see with this approach is that I think my calculations would include some overhead from the video container format (AVI, MKV, etc) and from the audio channels that I don’t care about.

  • fftools/ffmpeg : switch -map parsing to new stream specifier API

    8 août 2024, par Anton Khirnov
    fftools/ffmpeg : switch -map parsing to new stream specifier API
    

    Makes optional map handling less hacky, fixes combining optional maps
    with metadata matching on tags/values containing the ' ?' character/

    Forward errors from stream specifier parsing, previously the code would
    ignore them.

    • [DH] fftools/ffmpeg_opt.c
  • Anomalie #4837 (Fermé) : Erreur CSS

    29 juin 2021, par JLuc -

    Firefox signale une erreur de syntaxe dans les css : Identifiant pour un sélecteur de classe attendu, mais «  » trouvé. Jeu de règles ignoré suite à un mauvais sélecteur.

    À cause de 2 points à la suite dans ces 2 lignes :

    .lity-transition-on-open-slide-from-right. .lity-content,
    .lity-transition-on-open-slide-from-left. .lity-content 
    ...
    
    

    Cf https://git.spip.net/spip/mediabox/src/branch/master/lity/css/lity.mediabox.css#L154

    Si jamais c’est un hack css, ce serait mieux de le signaler.