
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (86)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (9808)
-
Revision 38987 : On gère l’encodage pour ipod/iphone et psp ...On gère également les ...
23 juin 2010, par kent1@… — LogOn gère l’encodage pour ipod/iphone et psp ...On gère également les presets de qualité...
Reste à gérer les encodages en 2 passes et ce sera vraiment top -
Touch device (iphone|ipod|ipad|android) event improvements. YUI 3.8 upgrade.
26 décembre 2012, par scottschillerm demo/christmas-lights/christmaslights.js m demo/christmas-lights/index.html Touch device (iphone|ipod|ipad|android) event improvements. YUI 3.8 upgrade.
-
cakephp FFMPEG Library to convert mov file into mp4 for iphone to android video issue
9 février 2016, par TarunnI am on
cakephp 2.3
and with my API, the video recorded from iPhone is not playing well in some android devices. So after wasting 2 week and with the help of community the solution was to convert thismov
intomp4
on server, ffmpeg lib was suggested.I had installed
ffmpeg
lib, I am looking for any cakephp 2.3.* version package which works/converts withffmpeg
?The other way I have is to use
php exec
and convert the video without php library.Any suggestion/feedback welcomed.