
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (111)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (8967)
-
Anomalie #3024 (Nouveau) : spip_loader.php et IE8 (oui.... les pros du C/S traditionnels l’exigent !)
10 juillet 2013, par YannX spipLe lancement de spip_loader.php boucle sur le :
spip_loader.php ?etape=fichier&chemin=spip/stable/spip-3.0.zip&dest=&range=0
(il se reactive en restant toujours à range=0 !!)P.S.N’oubliez pas qu’en entreprises, et surtout dans les administrations,
un vieil IE reste obligatoire pour certains programmes applicatifs...
(helas, mais impossible à renverser..) -
Anomalie #3024 : spip_loader.php et IE8 (oui.... les pros du C/S traditionnels l’exigent !)
26 janvier 2014, par Franck DalotBonjour
Je l’ajoute à ce ticket, car il est possible que cela soit le même problème.Spip_loader ne fonctionne pas avec IE11, je viens de faire le test en php 5.4.21 chez OVH
Je clique sur "commencer l’installation" et le pourcentage n’apparait même pas.
A savoir que à la racine du site, j’ai la céation d’un dossier "SPIP-branche-3.0.zip" d’une taille de 9 253 006 octets et d’un dossier commençant par zip_Par contre, si je lance spip_loader avec firefox 26, je n’ai aucun problème.
Il y a aussi des notices si j’ai configurer mes options, mais bon, ça c’est autre chose.
Cordialement, Franck
-
install ffmpeg-php in ubutnu 14.04
6 juin 2015, par JayCan someone help me to install ffmpeg-php in ubutnu 14.04.
if i run sanjay@sanjay $ whereis ffmpeg It shows as follows :
ffmpeg : /usr/bin/ffmpeg /usr/bin/X11/ffmpeg /usr/include/ffmpeg /usr/share/ffmpeg /opt/ffmpeg/bin/ffmpeg /usr/share/man/man1/ffmpeg.1Its showing me following error
sanjay@sanjay:~/Downloads/ffmpeg-php-0.6.0$ ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20121212
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers... ...found in /usr/include/libavcodec
checking for ffmpeg libavcodec.so...
configure: error: ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option