
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (67)
-
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7191)
-
Embedding pure python(Cpython) on android
13 août 2020, par KiYugadgeterI want to create movie download app for android for learn.
To make develop easily, I would like to use youtube-dl for downloader backend.


So I want to embed Cpython runtime and ffmpeg (for convert movie format) to Android app.
Is it able to do with android NDK ?


Note that I know more better ways are exist.(like use java-friend python runtime or downloader implement as online server)


But I want to try to embed python and ffmpeg in app for learn.


Can it with Android NDK ?


-
Using FFMPEG, how do I convert and publish video to main site in right time ?
30 septembre 2018, par IzakI am building an online video platform. Using FFMPEG, I am able to upload a MP4 video to the server, convert it and play it. The problem is that while FFMPEG is still converting the video and has not chosen a thumbnail in the backend, the video is already published to the main site (frontend)...users see an ugly video placeholder and cannot play the video.
I think I need to add a timer between conversion and publishing of the video to frontend ? Or how do you think I should solve this problem ?
Thanks for your insight...(any shared code is also welcome)
Isaac
-
Does using FFMPEG source code execute faster than using it by commands on Android ? [on hold]
13 décembre 2018, par Valgrind1691I am using FFMPEG library for video processing on Android application. I use it by framing commands. However the processing time is too much even for short videos and using preset as ultrafast and all possible online suggestion for optimizing commands.
I was wondering if writing C/C++ code using FFMPEG source to do all the process that command is doing and create a library for Android to be consumed using JNI will it make process faster ?