
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 (72)
-
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (12694)
-
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 ? -
ffmpeg : how to add cartoon effect ?
22 mars 2013, par user875139I was wondering if anyone out there has used the frie0r effects to change videos to look like they are cartoons through ffmpeg. I tried the code below and the output those not look like what a cartoon should be. Perhaps I am missing some perimeters but I cant seem to find anything online.
ffmpeg.exe -i input -vf "frei0r=cartoon:0.6:0.00" -q 0 output
if it helps, I am trying to get my video output to look like the cartoon image here :
http://www.openmovieeditor.org/filtereffects.htmlAny help would be grateful. Thanks.
-
Video Editing App in Android Studio using Android Media API [closed]
20 février 2024, par Rayhan KhanI want to create a video editing app in android studio. And I want to use Android Media API modules like MediaCodex, MediaMuxer etc. I have already created the app using FFMpeg but it has performance issue in android so I have to migrate the app and use Android Media API.


I have no idea what to do, I have searched online but I don't know why I can't able to find much content about it.


I have also searched about courses on udemy, Lynda, Coursera etc. they also don't have any content.


I just want a to know how and where to start this i don't have much time to explore the Android Developer Docs so please can anyone provide me any article or link to a video, or a course in this regard.