
Recherche avancée
Autres articles (93)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les images
15 mai 2013 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (7329)
-
mp4 metadata extraction in Python
22 avril 2016, par TerraCodeI have a program that has to edit several videos based off of data in a separate json-file. These videos are sequential and they have metadata in their own json file. The program edits them with a frame-by-frame overlay (eye-tracking data).
What I’d like to do is compare individual mp4 metadata with the json-file metadata so I can compare timestamps, making sure everything is synchronized.
If possible, how would I get to the mp4 metadata ?
-
Revision 1c6203192d : cq_test : allow test cases to be run out of order check that bitrates increase w
13 août 2014, par James ZernChanged Paths :
Modify /test/cq_test.cc
cq_test : allow test cases to be run out of ordercheck that bitrates increase with cqlevel at global test case teardown,
rather than after each individual test case. this allows the tests to be
run out of order with —gtest_shuffle.Change-Id : I9e0d4e6a2d920a1f2fe9aee7b7876a3e7eb5d297
-
How to setup FFmpegMediaMetadataRetriever to a project with another native library
20 avril 2016, par kishidpSo I have a project that uses a native library that only supports arm.
I want to use FFmpegMediaMetadataRetriever for the metadata retriever, I added the dependency on build.gradle file. However, when I tried to run the application, the native library I’m using suddenly doesn’t work anymore.
There was an error that says "UnsatisfiedLinkError", I assume the library was not loaded. I also assume that it has something to do with the FFmpegMediaMetadataRetriever having support to other CPU (x86, mips, etc.)
I saw an option to use individual architecture, I added the arm aar as module to my project (I remove the FFmpegMediaMetadataRetriever dependency), I was able to run the app, but I don’t know what to do after that. Any help ?