
Recherche avancée
Autres articles (40)
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (4128)
-
Revision d12757f5c6 : VP9 common for ARMv8 by using NEON intrinsics 03 Add vp9_copy_neon.c - vp9_conv
21 janvier 2014, par James YuChanged Paths :
Modify /test/convolve_test.cc
Delete /vp9/common/arm/neon/vp9_copy_neon.asm
Add /vp9/common/arm/neon/vp9_copy_neon.c
Add /vp9/common/arm/neon/vp9_copy_neon_asm.asm
(from /vp9/common/arm/neon/vp9_copy_neon.asm
:617382a2e3b4a8b053a8032a1a89be0dcf8e349c)
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/vp9_common.mk
VP9 common for ARMv8 by using NEON intrinsics 03Add vp9_copy_neon.c
vp9_convolve_copy_neon
Change-Id : I291fc5423d06240876411bbceab03eae5ef585be
Signed-off-by : James Yu <james.yu@linaro.org> -
Revision 5810f1b4cd : Merge "VP9 common for ARMv8 by using NEON intrinsics 01"
9 décembre 2014, par JohannMerge "VP9 common for ARMv8 by using NEON intrinsics 01"
-
html5 video client side optimization
3 décembre 2014, par Withfriendship HioxI am using flowplayer and doing video quality selection as in the following page :
User choose a quality and plays the video like 160p, 260p, 530p etc depending on their Internet speed to load the video quickly. However in the server side I have to encode the original video using Ffmpeg into each of these resolutions and store them.
So it doing like video_1234_low.mp4, video_1234_mid.mp4, video_1234_high.mp4, etc. and switch the source to that video depending on which the user selects. This consumes a lot of drive space for large videos.
Is there any possibility to load the video quickly without storing these files. Dynamic conversion on demand is difficult because it takes time. I wonder is there any client side trick to reduce the download size and play low quality video.