
Recherche avancée
Autres articles (100)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (...)
Sur d’autres sites (9343)
-
building a shared library using android studio ( regarding FFMPEG/Libav Fast Fourier Transform)
1er juin 2017, par Bishop DuperretI’m building some software for android and I’m desperately in need of a faster FFT function than I am currently using.
After researching I found that libav/FFMPEG have really good FFT functions tailored for the ARM architecture.
1) What is the most straight forward way to build either libraries as a .SO ?
(There’s so much info out there I’m overwhelmed)2) Since I ONLY need access to the FFT, would it be possible to simple build that c class, license permitting ? Last I checked there was some ARM code so that may complicate it.
Any help is greatly appreciated !
-
Best alternative to winforms for raspbian ?
8 novembre 2017, par GlowI was planning on creating a small program with a countdown and streaming it to YouTube, with the help of my RPi 3, but I’m having so much trouble with this.
First, seems like I can’t use winforms nor wine to run it, so I can’t program with C#, which is what i’ve been learning and I’m a little good at.
Then, I haven’t even found a way to livestream with raspbian... I’ve installed ffmpeg but i can’t install OBS or something like that, just a fix that streams videos or webcams, and I can’t make a 168 hours video.
I know it’s a horribly noob question, but what can I do ? I’m absolutely lost. I was thinking on making a video that is edited by a script and makes the countdown but I don’t know how to do it.
-
How to build faac or fdk-aac for ios ?
30 juin 2014, par 谢小进How to build
faac
orfdk-aac
for iOS, includingx86_64
,i386
,armv7
,armv7s
, andarm64
? Because I want to encode iOS audio then publish toRTMP
server. I know thatfaac
andfdk-aac
are good choice. I have searched and found nothing more about this.faac
is so geek and no more documents or tutorials, neitherfdk-aac
is.