Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (51)

  • 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 (8972)

  • FFMPEG - Doesn't show -vstats

    22 juillet 2015, par Mateusz Kasprzak

    I’m working with ffmpeg library and PHP. I want to get informations about video.mp4.
    The problem is that it works on my localhost( Windows 7/ Xampp ) , but on my linux server it doesn’t... I’m able to convert videos, but I’m not able to use :

    -vstats

    I’m using that command :

    $output = shell_exec( '/usr/bin/ffmpeg  -i video.mp4 -vstats 2>&1');  

    And I can get proper output on localhost, but not on my server. What could be the problem here ? I’m trying to finish it, but it seems it’s impossible...

    Best Regards,

    Mateusz

  • 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
  • avfilter/f_graphmonitor : show also current timeline status of filter

    21 mai 2023, par Paul B Mahol
    avfilter/f_graphmonitor : show also current timeline status of filter
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/f_graphmonitor.c