
Recherche avancée
Autres articles (91)
-
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9084)
-
avformat/aiffdec : avoid double and ldexp()
7 juin 2015, par Michael Niedermayeravformat/aiffdec : avoid double and ldexp()
There is no support for non integer sample rates, using doubles/floats currently could
only lead to rounding differences between platformsPrevious version Reviewed-by : Mark Harris <mark.hsj@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Load bitmap into FFmpegFrameRecorder
15 mai 2014, par DanMhow can I load bitmap into FFmpegFrameRecorder ? My old code loaded it from SD card and now I wish to put id directly. I use javacv.
FFmpegFrameRecorder recorder = new FFmpegFrameRecorder(Environment.getExternalStorageDirectory().getPath()+ "/MyApp/Media/test-ffmep.mp4", w, h);
public void offerEncoder(Bitmap input)
{
recorder.record(opencv_highgui.cvLoadImage(input));
//recorder.record(opencv_highgui.cvLoadImage("/sdcard/MyApp/Media/" + input + ".bmp")); //input was string
} -
Merge pull request #19 from Grandt/3.20
29 décembre 2013, par GrandtMerge pull request #19 from Grandt/3.20
* Fixed : Issue #15, where name space declarations were erroneously stripped off the html tag of added chapters.
* Fixed : An issue, where PNG images exceeding the maximum specified sizes were broken during resizing.
* Fixed : Issue #16, where ePub 3 multimedia needed to be added to the automatic chapter processing.
* Fixed : Potential issue related to Issue #16 with loading large files from external sources, where these might result in memory errors. These will now be loaded into a temp file on the server, before being added to the book.
* Fixed : Issue #17, where a function was called as a global.