Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (105)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (11310)

  • avdevice/timefilter : 2nd try at avoiding rounding issues

    3 août 2013, par Michael Niedermayer
    avdevice/timefilter : 2nd try at avoiding rounding issues
    

    This hopefully fixes fate-timefilter

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/timefilter.c
    • [DH] tests/ref/fate/timefilter
  • Transmit video over internet using ffmpeg

    4 décembre 2015, par miladrasooli

    I’m working on a project and I need to send (stream) video over TCP or UDP protocol to a client application. I ended up using ffmpeg c++ source code and now I have managed to encode video using h264 codec. Now I want to send video byte by byte to other PC and here is my problem. I have the following code which loops through video packets and makes a video frame. Here is my question : should I send packets or frames to other PC ?

    while (av_read_frame(pFormatCtx, &amp;packet) >= 0)
    {
      if (packet.stream_index == videoStream) {
           sumPackets += packet.size;
           PacketCount++;
           avcodec_decode_video2(pCodecCtx,pFrame,&amp;frameFinished, &amp;packet);
           if (frameFinished)
           {
              len += pFrame->pkt_size;
              Framecount++;
              ...
           }
       }
    }

    P.S : I don’t want to user streaming protocols like RTSP , RTMP , etc.

    Thanks.

  • Revision e18b104462 : Palette experiment : adaptly update probs Also make changes to transmit palette-

    7 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_palette.c


     Modify /vp9/common/vp9_palette.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rdopt.c



    Palette experiment : adaptly update probs

    Also make changes to transmit palette-enabled flag using
    neighbor blocks as context.

    on screen_content
    — enable-palette +7.35%

    on derflr
    with all other experiments +6.05%

    Change-Id : Id6c2f726d21913d54a3f86ecfea474a4044c27f6