
Recherche avancée
Autres articles (60)
-
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. -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (5925)
-
How can I concatenate two mp3 files with different bit rates
31 décembre 2012, par ScottI have FFmpeg installed on my linux web server. When I execute the following code, I have intermittent results.
I think I have figured out that the MP3s do not compile when they have different bitrates.
exec ('cat '. $pair['source_file'] . ' ' . $pair['translated_word_file'] . '>' . $temp_mp3);
I might have found some articles online that reference taking them apart and then bundling them back together at a consistent bitrates.
I have confirmed that this won't really work with basic "cat" function and that "sox" can be used IF they have the same sample rate.
The issue now becomes "What is the best way to get them to the same sample rate ?"
-
Removing the middle man for AMD/CommonJS loaders
15 avril 2014, par JamesMGreeneRemoving the middle man for AMD/CommonJS loaders
Also added a bit of XSS hardening to the SWF by verifying that `ExternalInterface.objectID` matches the expected value.
Fixes #388.
-
Opening and reading a media file in android using ffmpeg
29 octobre 2013, par ssrpI am developing an android project which has to open and read a MVC video file and save the streams separately in another location. I have done the basic steps for building ffmpeg for android and calling a c function through JNI. I want to know where do I have to put media files for doing above operations to it calling a C function in the C source file where I have all the Native function's implementations.