Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (44)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (7480)

  • avcodec/wma : Remove nonsense volatile

    6 mai 2021, par Andreas Rheinhardt
    avcodec/wma : Remove nonsense volatile
    

    The address of this variable never leaks, so it cannot be modified
    by anyone else at all.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wma.c
  • Revision 1407cf8588 : Fix VP9_mode_order[] Mis-merge of the following change managed to break mode or

    13 septembre 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Fix VP9_mode_order[]

    Mis-merge of the following change managed to break mode order
    and delete two mode options (new alt ref and near alt ref)
    It also created a situation where we could test two undefined
    modes off the end of the VP9_mode_order[] data structure.
    "clang warnings : remove split and i4x4_pred fake modes"
    "Change Id : I8ef3c*"

    Initial testing on Akiyo at speed 2.
    101.35 44.567 44.447 improves to
    96.82 44.915 44.815

    Approx 0.3-0.4db gain and 2.5% size reduction

    Change-Id : Icff813e7c0778d140ad4f0eea18cf1ed203c4e34

  • Controlling "Real-Time" sending rate in RTP Streaming with FFMpeg

    14 décembre 2020, par Robert_Ordis

    I'm trying to build an experimental audio telephony system with ffmpeg to talk some G.711 VoIP machine.

    &#xA;

    Then, I tried this command.

    &#xA;

    .\ffmpeg.exe -re -f dshow -i audio="CABLE Output (VB-Audio Virtual Cable)" -ac 1 -ab 64k -ar 8000 -f mulaw -f rtp "rtp://192.168.3.175:4449?fifo_size=240&amp;localrtpport=5100&amp;pkt_size=240"&#xA;

    &#xA;

    In WireShark capturing, the audio in each packets was actually divided in each around 30[ms].

    &#xA;

    However, 17- 18 packets was sent together once per 500[ms].

    &#xA;

    Sent audio was correct, but in this situation, an opponent machine can't treat this correctly.

    &#xA;

    How do I send these packets in per "UNDER 0.5 SEC" ?

    &#xA;