
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (57)
-
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" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8939)
-
libavcodec : Implementation of AAC_fixed_decoder (LC-module) [4/4]
30 juin 2015, par Jovan Zelinceviclibavcodec : Implementation of AAC_fixed_decoder (LC-module) [4/4]
Build system modified
There are several warnings occurring during build after this patch is
applied. The cause of most of these warnings is in that some definitions
needed here are logical part of sbr module and are added in later patches.
When this patches are applied these warnings stop occurring.The only warning that is added here and is not fixed with later patches
is warning that warns that type mismatch for table ff_aac_eld_window_480.The reason for this warning is in that ER AAC ELD 480 is not integrated in
to the fixed point implementation at this moment and there is no fixed point
version of this table.Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
What is the good library for video editing module in react.js ? [closed]
23 mai 2024, par tayyab manzoorI want to add a module for video editing in my web app. I have researched about video editing tools like ffmpeg but it is not working. is there any plugin for video editing or I have to build my own with jquery ?
Thanks


I have tried with npm package like ffmpeg but it is not working and I want to know is there any other pacakge for video editing.


-
Importing sub module of FFmpeg in Android
3 mars 2024, par M. Usman KhanI was able to import the "full" module of FFmpeg library in Android like this :


api 'com.arthenica:ffmpeg-kit-full:6.0-2'



But this was adding about 90mb to my app. So I tried to import only "min-gpl" like


api 'com.arthenica:ffmpeg-kit-min-gpl:6.0-2'



But instead of decreasing, this actually increased my app size further (about 100mb).


Am I not doing it right ?