Recherche avancée

Médias (91)

Autres articles (58)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9478)

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