
Recherche avancée
Autres articles (15)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (3623)
-
Encode photos into (some) video format in Android
17 juillet 2014, par user2011769In my app I need to convert photos (taken by the user) into some playable (on both Android device and pc web browser) vide format.
My first and obvious choice was GIF, I’ve managed to get it working using this https://github.com/nbadal/android-gif-encoder but the result was of very poor quality. What I didn’t now was gif is a terrible standard - only 256 colors per frame, virtually no compression, so for my purposes it’s useless.
I know it is possible to use ffmpeg for this, but I have no experience with NDK (and I’ve used C only at the university).
Are there any other options worth exploring ?
EDIT : it needs to work on ICS (minSdkVersion=15)
-
FFMPEG for merging video and audio sources from URLs as a stream
28 mai 2024, par Michael AmirIf I wanted to play a video stream over the network but the video and audio are separated into two different URLs, can I use
FFMPEG
to stream merge those two sources ? Because waiting forFFMPEG
to merge both files into a single local file will probably take sometime which wouldn't be nice for the user experience.

-
What are the size/second convertion rate that I can expect on compressed video
30 juillet 2013, par Jonathan ThurftI am developing an app and I am quite hesitant on allowing my users to share videos.
Mainly due the space that videos can take up in the server which adds a huge maintainance cost.
I have been reading around and I can see that there are lots of different libraries that allow me to compress video on iOS to make it easy to share.
After much researching I couldn't find any estimate on file size / second after compressed.)
I was wondering if anyone could share their experience with what file size / second I could expect with your preferred library in a video quality setting that is reasonable for mobile (I guess medium).