
Recherche avancée
Autres articles (30)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (3571)
-
Building an android application using ant in eclipse - halfninja /jhotovy ffmpeg for android project
1er août 2012, par user1545779I have successfully built the shared objects in halfninja's android-ffmpeg-x264 git project.
That project uses ant. Could anyone who has built that project successfully help with the steps he/she used in the second part to build the final apk or
Could anybody with experience building android applications using ant either as an plugin in Eclipse or as a standalone tool help here
I loaded both the ProjectTest and Project files into Eclipse.I am getting the following 2 errors :
1a. Description : Project "ProjectTest" is missing required Java project "Project"
I have loaded the Project project already and i can see it
1b. Location : Build Path
1c. Type : Build path problem2a. The project cannot be built until the build path problem has been resolved
2b. Location : Unknown
2c. Type : Java Problem
Please note that I have no clue about editing what file : the available files are : Build.properties and build.xmlAlso how do I install ant into Eclipse and how do i run the application, as an Android, or JavaUnit ..?
Any help will be greatly appreciated -
How to build SDL libraries for Android
4 mars 2013, par HarishI am planning to use SDL (Simple DirectMedia Layer) to display video output in my Android application that uses ffmpeg libraries. I have downloaded the sources from http://www.libsdl.org/download-1.2.php and built (./configure, make & make install) on my Ubuntu. But when I use these .so files the Android ndk-build complains that "Could not read symbols. File in wrong Format".
Can I use the .so files that are built on Ubuntu on Android or do I need to build the SDL for Android in a different way ?
-
Timelapse (1/6 fps) from slo-mo (240 fps) with ffmpeg
4 avril 2022, par baskakI recorded slo-mo video on an iPhone SE (2) by mistake instead of timelapse.


I know there's a lot of answers to this question here, but I'm trying again and again and always something's wrong (like a video that has a correct total no. of frames, but lasts 3 hours and is basically a freeze :D )
My recent command was




ffmpeg -i IMG_2174.MOV -vf framestep=1440,setpts=N/120/TB -c:v libx264
-preset slow -crf 22 -an -r 30 IMG_2174.timelapse.MOV




but it resulted in a one-second-long video, so way over-timelapsed. Should be several seconds IINM. The source video is 30 minutes long @240fps, 17GB.
Thx.