Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (102)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

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

  • fate : update fate tests after master:291ad12ea2d1 : ffprobe : show probe_score in the...

    1er septembre 2013, par Michael Niedermayer
    fate : update fate tests after master:291ad12ea2d1 : ffprobe : show probe_score in the format section
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/ref/fate/ffprobe_compact
    • [DH] tests/ref/fate/ffprobe_csv
    • [DH] tests/ref/fate/ffprobe_default
    • [DH] tests/ref/fate/ffprobe_flat
    • [DH] tests/ref/fate/ffprobe_ini
    • [DH] tests/ref/fate/ffprobe_json
    • [DH] tests/ref/fate/ffprobe_xml
  • 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>&amp;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

  • lavc : don’t show "Invalid and inefficient vfw-avi..." warning in mpeg4 parser

    9 septembre 2013, par wm4
    lavc : don’t show "Invalid and inefficient vfw-avi..." warning in mpeg4 parser
    

    Only the actual decoder should print this warning.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpeg4video_parser.c