Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (14628)

  • How to play wma file in iphone ?

    3 octobre 2011, par Mohasin

    I want to build a radio app in iPhone for which wma streaming is necessary. So if u have any idea please help me.
    thanks in advance

  • I am converting wmv to mp4 file using ffmpeg but it doesn't play on html5 video tag

    23 octobre 2017, par user3017170

    I am using version of ffmpeg 1.2.3 in php . It successfully converts the video to mp4 which i can play using flv player but when i add this video to html5 video tag it doest work properly.

    The Command is

    shell_exec("/usr/bin/ffmpeg -i /var/www/html/vid/upload/inputfile.wmv -s 500x400 -strict -2  /var/www/html/vid/mp4videos/outputfile.mp4 2>&1");

    HTML CODE

    <video width="100%" height="100%" controls="controls"><source src="mp4videos/outputfile.mp4" type="video/mp4"></source></video>
  • I am converting wmv to mp4 file using ffmpeg but it doesn't play on html5 video tag

    8 avril 2017, par user3017170

    I am using version of ffmpeg 1.2.3 in php . It successfully converts the video to mp4 which i can play using flv player but when i add this video to html5 video tag it doest work properly.

    The Command is

    shell_exec("/usr/bin/ffmpeg -i /var/www/html/vid/upload/inputfile.wmv -s 500x400 -strict -2  /var/www/html/vid/mp4videos/outputfile.mp4 2>&amp;1");

    HTML CODE

    <video width="100%" height="100%" controls="controls"><source src="mp4videos/outputfile.mp4" type="video/mp4"></source></video>