
Recherche avancée
Autres articles (36)
-
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 -
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. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (4932)
-
What is the built-in microphone device for use with ffmpeg in OS X Mavericks
5 janvier 2014, par tobinjimI will need to migrate a machine from 10.6.8/Podcast Producer to 10.9 in the near future. We were using the ad-hoc feature of Podcast Producer to record audio and then using ffmpeg to convert that to formats on our web server.
The only Internet search I've come up with results pertinent to recording on a Mac have the command line argument to ffmpeg giving the input as hw:0,0,1 — which when I try that gives an error from ffmpeg that "hw:0,0,1 : No such file or directory"
I have tried looking through the output of ioreg, grepping for audio, but frankly don't understand which item I'd use, nor how to refer to it.
-
Is it possible to install SoX on XAMPP ?
6 juin 2012, par Jānis Lazda-LazdiņšI am having hard times finding a way to get SoX working on my Windows Xampp server. I have FFMpeg working which does it's job, but I need also SoX for audio managing.
I have installed SoX on my machine and it looks like it works with some sample .bat files, but I want to execute SoX commands from php file, just like FFMpeg.The command I want to execute is pretty simple two audio file combination :
$ sox -m audio1.wav audio2.wav output.wav
I would appreciate any help.
-
Resize videos in android
18 février 2014, par Christopher JohnsonI'm looking to resize videos captured using the MediaStore Intent after they have been saved to the SD card. I've done similar things with c# and ffmpeg and thought about using that with android but I've yet to be able to find a way to incorporate that into my eclipse running on my windows 7 machine.
I'm a total *nix noob so all of the solutions that I've found for building ffmpeg into an android app are completely greek to me.
Is there an alternative solution to ffmpeg that perhaps is already built into the android sdk for resizing videos ?
I'm just looking for the path of least resistance here...