Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (58)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (6011)

  • Using ffmpeg library

    29 juillet 2014, par DAVIDBALAS1

    Thx all for helping <3

    So, I have downloaded the ffmpeg library, imported it to eclipse, added it as a library to my android application and tried to use it, it doesn’t work.

    Step by step :

    • Downloaded this file : https://github.com/guardianproject/android-ffmpeg-java
    • Extracted it to an empty folder.
    • At Eclipse, "import" and then I have selected this empty folder.
    • Right click at my project, properties, android, added the ffmpeg library.
    • At my on create I used this code(just for checking) :

      ffmpeg -t 30 -i inputfile.mp3 -acodec copy outputfile.mp3

    But I get a lot of errors :

    Multiple markers at this line
    - Syntax error on token(s), misplaced
    construct(s)
    - Syntax error on token "inputfile", delete this
    token
    - Syntax error on token "30", delete this token
    - Syntax error on token ".", ; expected

    Can you see my problem ?

  • Android apk file too big when using FFMPeg encoder library

    9 novembre 2022, par Diego Perez

    I'm developing an app which creates x264 videos with the following library :

    &#xA;&#xA;

    com.arthenica:mobile-ffmpeg-full:4.2.2.LTS&#xA;

    &#xA;&#xA;

    but the result apk file is too big ( 71mb), so I tried :

    &#xA;&#xA;

    com.arthenica:mobile-ffmpeg-min-gpl:4.2.2.LTS&#xA;

    &#xA;&#xA;

    and this way, as the library downloads only a few codecs -included the ones I need- apk size was reduced to 49mb, what is much better, but still looks too big to me, so I'd need to know if any of you know a better way to reduce apk size, because people generally refuse to download such big apps

    &#xA;&#xA;

    Regarding the rest of the app (drawables, resources and so) they're well optimized, because if I remove this library and rebuild, the size of the app drops to 10mb

    &#xA;&#xA;

    I was reading this question :&#xA;FFMPEG Android Library Increase Size

    &#xA;&#xA;

    and user S.R suggests to compress all cpu architecture models in one archive file and extract target cpu lib based on cpu model on app's directory and load ffmpeg from there, but I really don't know how to do that.

    &#xA;&#xA;

    I'm checking my app's folder structure and noticed there are this next folders regarding ffmpeg lib :

    &#xA;&#xA;

    arm64-v8a => ~16mb&#xA;armeabi-v7a => ~29mb&#xA;x86 => ~17mb&#xA;x86_64 => ~21mb&#xA;

    &#xA;&#xA;

    But not sure if I could remove any of them, and as you can see armeabi-v7a is the largest.

    &#xA;&#xA;

    enter image description here

    &#xA;

  • Anomalie #2348 : plus de flux rss dans l’espace public

    29 septembre 2011, par denisb -

    si je prends http://arxiv.org/rss/math, aucun des item du flux ne possède de date : je ne trouve pas dans le source de http://export.arxiv.org/rss/cs (qui est la vraie page renvoyée par leur flux rss récupéré ici : http://arxiv.org/help/rss) de balise y compris si je spécifie un rss version 2.0 (...)