Recherche avancée

Médias (91)

Autres articles (56)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9774)

  • 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