Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (45)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5112)

  • do not show cmd window in qt project

    10 mai 2013, par Heghine

    I'm using ffmpeg command in Qt GUI application (for merging mp3 files into one file). And when I'm running my application the results of merging files showing in cmd window. How can I hide cmd window that users can not see it.

    QString mergeMp3FilesStr = "ffmpeg -y -i \"concat:";
    /*....some part of code*/
    mergeMp3FilesStr+=" \" -c copy D:\\Mp3Files\\mergedMp3.mp3"
    system((const char *)mergeMp3FilesStr.toStdString().c_str());


    And so command is looking like this (I'm viewing result with QDebug):
    ffmpeg -y -i "concat:D:\Mp3Files\a.mp3|D:\Mp3Files\a.mp3|D:\Mp3Files\a.mp3 " -c copy D:\Mp3Files\mergedMp3.mp3
  • lavfi/telecine : show time base change too

    25 avril 2013, par Paul B Mahol
    lavfi/telecine : show time base change too
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_telecine.c
  • lavfi/aspect : extend verbose feedback, show old SAR and DAR values

    16 avril 2013, par Stefano Sabatini

    lavfi/aspect : extend verbose feedback, show old SAR and DAR values