
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (35)
-
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 -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
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 (4520)
-
Dreamcast Track Sizes
1er mars 2015, par Multimedia Mike — Sega DreamcastI’ve been playing around with Sega Dreamcast discs lately. Not playing the games on the DC discs, of course, just studying their structure. To review, the Sega Dreamcast game console used special optical discs named GD-ROMs, where the GD stands for “gigadisc”. They are capable of holding about 1 gigabyte of data.
You know what’s weird about these discs ? Each one manages to actually store a gigabyte of data. Each disc has a CD portion and a GD portion. The CD portion occupies the first 45000 sectors and can be read in any standard CD drive. This area is divided between a brief data track and a brief (usually) audio track.
The GD region starts at sector 45000. Sometimes, it’s just one humongous data track that consumes the entire GD region. More often, however, the data track is split between the first track and the last track in the region and there are 1 or more audio tracks in between. But the weird thing is, the GD region is always full. I made a study of it (click for a larger, interactive graph) :
Some discs put special data or audio bonuses in the CD region for players to discover. But every disc manages to fill out the GD region. I checked up on a lot of those audio tracks that divide the GD data and they’re legitimate music tracks. So what’s the motivation ? Why would the data track be split in 2 pieces like that ?
I eventually realized that I probably answered this question in this blog post from 4 years ago. The read speed from the outside of an optical disc is higher than the inside of the same disc. When I inspect the outer data tracks of some of these discs, sure enough, there seem to be timing-sensitive multimedia FMV files living on the outer stretches.
One day, I’ll write a utility to take apart the split ISO-9660 filesystem offset from a weird sector.
-
FFMPEG issues for android lollipop. error : only position independent executables (PIE) are supported
18 mars 2015, par Arslan AhmadI was using the FFmpeg library in my application from the last 2 years and it still working fine on old version. It wont even work on android lollipop.
I was using these library before.
String[] libraryAssets = { "ffmpeg", "libavcodec-55.so", "libavcodec.so",
"libavfilter-4.so", "libavfilter.so", "libavformat-55.so",
"libavformat.so", "libavutil-52.so", "libavutil.so",
"libswresample-0.so", "libswresample.so", "libswscale-2.so",
"libswscale.so"
};And I have got the answer from other link that if we use these 3 libraries it will work on lollipop aswell
"liblicense-jni.so,","libloader-jni.so","libvideokit.so"
But still It didnot resolve yet.
Please check this log.***Starting FFMPEG***
***error: only position independent executables (PIE) are supported.***
***Ending FFMPEG***Any help or any update in library ??
-
FFMPEG issues for android lollipop
18 février 2015, par Arslan AhmadI was using the FFmpeg library in my application from the last 2 years and it still working fine on old version. It wont even work on android lollipop.
I was using these library before.
String[] libraryAssets = { "ffmpeg", "libavcodec-55.so", "libavcodec.so",
"libavfilter-4.so", "libavfilter.so", "libavformat-55.so",
"libavformat.so", "libavutil-52.so", "libavutil.so",
"libswresample-0.so", "libswresample.so", "libswscale-2.so",
"libswscale.so"
};And I have got the answer from other link that if we use these 3 libraries it will work on lollipop aswell
"liblicense-jni.so,","libloader-jni.so","libvideokit.so"
But still It didnot resolve yet.
Please check this log.***Starting FFMPEG***
***error: only position independent executables (PIE) are supported.***
***Ending FFMPEG***Any help or any update in library ??