
Recherche avancée
Autres articles (17)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (6197)
-
I am converting wmv to mp4 file using ffmpeg but it doesn't play on html5 video tag
8 avril 2017, par user3017170I 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
23 octobre 2017, par user3017170I 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>
-
How to play wma file in iphone ?
3 octobre 2011, par MohasinI 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