
Recherche avancée
Autres articles (39)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (4493)
-
How to combine two videos in android by using FFmpeg ?
31 août 2016, par Addy-y -i "concat :/storage/emulated/0/input1.ts|/storage/emulated/0/input2.ts" -c copy -bsf:a aac_adtstoasc /storage/emulated/0/output.mp4
I am using this command and it doesn’t work in Android.
-
where to get precompiled binaries for Sox resampler library for android ?
14 juillet 2017, par kc ochibiliI have been using a sox precompiled binary from here https://github.com/guardianproject/android-ffmpeg-java/tree/master/res/raw
but that binary only supports one cpu architecture. I am using a Galaxy s8 for testing so I need a binary that would support x86 and all other architecture including
I have tried building the soxr library by my self but I encountered too many errors.
So I am looking for a link to download a precompiled binary for sox. -
Concat two videos in android application [on hold]
23 novembre 2013, par ishan jainI am creating an android application and I want to join two video files to create a concatenated one file, which runs video one after another.
I also wants to trim the video.
Can any one help me to achieve this functionality ?
Thanks