Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (96)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

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

Sur d’autres sites (7604)

  • How to link FFMpeg Codecs with Linux Based C++ Project ?

    7 juin 2021, par Andy

    Working on XavierNx, Ubuntu. When attempting to use the ffmpeg library, I am unable to find the imbedded H264 codec, or any of the codecs included with ffmpeg. How can I link the available codecs to my project to use them ?
Running ffmpeg -decoders gives a large list of available codecs but they are currently inaccessible in my project. The code below never finds the decoder no matter what ID is entered.
Thank you for any help !

    


    AVCodec *codec;
codec = avcodec_find_decoder(AV_CODEC_ID_H264);
if(!codec)
{
cerr << "Error finding codec\n";
}


    


  • adding project page link to readme

    22 mars 2009, par brandonaaron

    m README.markdown adding project page link to readme

  • adding project page link to readme

    22 mars 2009, par brandonaaron

    m README.markdown adding project page link to readme