Recherche avancée

Médias (91)

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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

Sur d’autres sites (10540)

  • Update parameters during ffmpeg encoding process is running

    24 avril 2019, par Harshil Makwana

    I want to update parameters like fps, bitrate, gop of video encoder which were already passed to AVCodecContext structure previously.I want to get it’s reflection at same time whenever I update any parameters.

    One thing can be done, is that need to close codec using av codec close and again open it.

    But I think that is not good way.

    Here is my ffmpeg’s source code for video encoding :

           int got_output = 0, ret = 0;
           //av_init_packet(&pkt);
           pkt.data = NULL;    // packet data will be allocated by the encoder
           pkt.size = 0;
           ret = avcodec_encode_video2(c, &pkt, frame, &got_output);
           if (ret < 0)
           {
                   cerr << "Error sending a frame for encoding\n";
                   exit(1);
           }

    Is there any FFMPEG’s API that can be used to reload encoding parameters ?

  • Revision b9ce430292 : Update CHANGELOG for v1.2.0 release Change-Id : Ie0525d300c94bfde2947b1cc2572bb7

    21 décembre 2012, par John Koleszar

    Changed Paths : Modify /CHANGELOG Update CHANGELOG for v1.2.0 release Change-Id : Ie0525d300c94bfde2947b1cc2572bb7d37e17998

  • RELEASE_NOTES : update for 2.5

    3 décembre 2014, par Michael Niedermayer
    RELEASE_NOTES : update for 2.5
    

    If you spot something missing wrong or improvable, do not hesitate
    to push fixes

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

    • [DH] RELEASE_NOTES