Recherche avancée

Médias (91)

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11639)

  • Handling 1280 * 720 [ hd version ] size of Frame in SDL2 how to ?

    26 mai 2014, par Whoami

    Is this the right way of creating texture to render 1280*720 [ hd version] image ?

    I am receiving the packet from RTSP server through ffmpeg, and decoding and getting frame.

    To render i follow the below steps.

    SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER);

    screen = SDL_CreateWindow("TEST APPLICATION", SDL_WINDOWPOS_UNDEFINED,
                       SDL_WINDOWPOS_UNDEFINED, 0, 0,
                       SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN);

    bmp = SDL_CreateTexture(renderer, SDL_PIXELFORMAT_IYUV, SDL_TEXTUREACCESS_STREAMING, 1280, 720);

    SDL_RenderSetLogicalSize(renderer, 1280, 720);


    while (1)
     {
       Handling SDL Event.    ->
       for (;;)  {
       while ( SDL_PollEvent(&event))
         switch (event.type) {
           case SDL_QUIT:
           case SDL_KEYDOWN:
                   SDL_Quit ();
                   exit (0);
                   break;
           case DISPLAY_IMAGE:
                   SDL_UpdateYUVTexture(bmp, NULL, pFrame->data[0],
                                        pFrame->linesize[0], pFrame->data[1],
                                        pFrame->linesize[1],
                                        pFrame->data[2], pFrame->linesize[2]);

                   SDL_RenderClear(renderer);
                   SDL_RenderCopy(renderer, bmp, NULL, NULL);
                   SDL_RenderPresent(renderer);
                   break;
             }

     }

    Also,
    From some other thread, i will push the event like :

    SDL_Event event;
    event.type =  DISPLAY_IMAGE;
    SDL_PushEvent (&event);

    Kindly tell me if this is the right practice ?

  • Revision 79003 : Pipeline "afficher_contenu_objet" : prendre en compte le cas où ...

    30 novembre 2013, par tcharlss@… — Log

    Pipeline "afficher_contenu_objet" : prendre en compte le cas où l’identifiant de l’objet n’est pas donné par $fluxargs ?id_objet ? mais par $fluxargs ?contexte ?id ?.
    Problème constaté sur la fiche d’une commande.
    ps : De plus, l’exemple du site http://programmer.spip.net/afficher_contenu_objet,434 récupère l’identifiant avec $fluxargs ?id ?

  • General outline for how to code a YouTube to MP4 converter that allows the user to trim the video according to time stamps they put in ? [closed]

    16 mai 2023, par Vdog22

    I just need a general outline of how to do this.

    


    I haven't started yet, but I'm not so experienced so I'm not sure how to go about this.

    


    N/A
‏‏‎ ‏‏‎ ‏‏‎ ‏‏‎ ‏‏‎ ‏‏‎