Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10811)

  • is this right when i use the x264,thank you for your answer

    22 avril 2013, par chinayin

    is this right to use the new x264 api ,i want to get a frame ,and encode it with x264,then save it to a .264 file ?
    but i do not know is this is right ?
    picIn.img.plane[0] = pInBuffer ;
    picIn.img.plane[1] = pInBuffer +m_VideoEncParam.nWidth*m_VideoEncParam.nHeight ;
    picIn.img.plane[2] = pInBuffer +m_VideoEncParam.nWidth*m_VideoEncParam.nHeight*5/4 ;

    picIn.img.i_stride[0] = m_VideoEncParam.nWidth ;
    picIn.img.i_stride[1] = m_VideoEncParam.nWidth /2 ;
    picIn.img.i_stride[2] = m_VideoEncParam.nWidth /2 ;

    nRet = x264_encoder_encode(
                               m_pX264Handle,
                               &pNal,
                               &nNalCount,
                               &picIn,
                               &picOut);
    if (nRet<0)
    {
       return -1 ;
    }

    for (int i = 0 ;i<nnalcount></nnalcount>/memcpy(pOut+nLenOut,&amp;pNal[i],pNal[i].i_payload) ;
       x264_nal_encode(m_pX264Handle,pOutBuffer+nLenOut,&amp;pNal[i]);
       nLenOut += pNal[i].i_payload ;
    }
    int nSize = 0 ;
    FILE *pFile = fopen(pchFileName,"w") ;
    if (!pFile)
    {
       return -1 ;
    }
    nSize = fwrite(pOutBuffer,1,nLenOut,pFile) ;
    fclose(pFile) ;
  • ffprobe : simplify/fix logic for the -show_format_entry option

    9 mai 2012, par Stefano Sabatini

    ffprobe : simplify/fix logic for the -show_format_entry option

  • fate : simplify variable setting filter.mak

    5 août 2012, par Mans Rullgard

    fate : simplify variable setting filter.mak