
Recherche avancée
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (11134)
-
Revision d24f4e49c1 : Removing CONFIG_MD5. We don't need compile time md5 configuration because —md5
28 décembre 2013, par Dmitry KovalevChanged Paths :
Modify /configure
Modify /vpxdec.c
Removing CONFIG_MD5.We don't need compile time md5 configuration because —md5 is a runtime
option.Change-Id : Ic0a2427ae5de5a18f31e5ee60c3732481b377ca1
-
How to detect black screen at play time in ijkplayer ?
31 août 2019, par seaguestI am using ijkplayer,I am wondering if it is possible to know if current player is black screen at play time ?
because some old model mobiles do not support hard-decode and get black screen, I need to know this case then switch to soft-decode.
-
Why android ffmpeg takes so long time to resize mp4 video from high resolution ?
1er septembre 2018, par Kasim RangwalaI’m resizing 30 sec long ( 59.98 MB) mp4 video with resolution of 1920 X 1080 to 1280 X 720 using following
ffmpeg
command in android.["-i", inputVideo!!.path, "-vf", "scale=720:1280", outputVideo.path, "-hide_banner"]
converted video output is very good ( 6.6MB). but,
ffmpeg
conversion take so much time. Is there any options available that I can reduce the conversion time ?update
If output format is other than
mp4
. it is fine but, conversion time must be reduce.Thanks.