
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (95)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (9411)
-
Compiling FFmpeg staticly using NDK
27 février 2017, par David BarishevI have been trying to compile ffmpeg into a static library in order to use it in my android application, but i couldn’t get it to work.
Im working with FFmpeg 3.2.4, and ndk r13b, using bash on windows 10(Ubuntu 14.04).
Here is what i did :
-
I made a stand alone toolchain for x86_64 and api 21 using :
python make_standalone_toolchain.py --api 21 --arch x86_64 --install-dir {}
-
Made a configuration script :
./configure \
--target-os=linux \
--arch=x86 \
--prefix=<output path="path"> \
--cross-prefix=<stand alone="alone" toolchain="toolchain" path="path">/bin/x86_64-linux-android- \
--sysroot=<stand alone="alone" toolchain="toolchain" path="path">/sysroot \
--enable-cross-compile \
--pkg-config-flags="--static" \
--enable-yasm \
--enable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-doc \
--disable-htmlpages \
--disable-manpages \
--disable-podpages \
--disable-txtpages \
make install
</stand></stand></output>
It produced an FFmpeg executable, however when i ran it on my API 23 emulator, i got an error message :
error: only position independent executables (PIE) are supported.
How can i fix it ? Also i’m not sure about my configuration, there wasn’t up to date sources on how to compile it correctly for every ABI (arm,arm64,x86,x86_64,mips,mips64) that i need for my application.
I have seen many script, and im not too familiar with compiling native code, so i wasn’t sure what settings i need, for example like C flags and etc.To be precise on how i tried to configure FFmpeg :
- I need a static library
- I Only need the ffmpeg command line utility
- I want to compile the library for every ABI i listed above.This configuration tried to compile for x86_64.
- Running on android of course
I would greatly appreciate some help on how to configure and compile this correctly.
EDIT
I tried compiling for x86, on an Ubuntu 16.04 (x86_64) VM, using roughly the same config , and i got a different error.
I made a standalone toolchain for x86 :
python make_standalone_toolchain.py --arch x86 --api 19 --install-dir ~/x86_toolchain
And made this configuration file :
./configure \
--target-os=linux \
--arch=x86 \
--prefix=~/ffmpeg_x86_build \
--cross-prefix=~/x86_toolchain/bin/i686-linux-android- \
--sysroot=~/x86_toolchain/sysroot \
--enable-cross-compile \
--pkg-config-flags="--static" \
--enable-yasm \
--enable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-doc \
--disable-htmlpages \
--disable-manpages \
--disable-podpages \
--disable-txtpages \
make clean
make installThe error im getting now is :
~/x86_toolchain/bin/i686-linux-android-gcc is unable to create an executable file.
C compiler test failed.In the log file, it seems like it cant access the compiler, even though he is OK (i tested it with a simple hello world).Also its not a permission problem(Everybody has read write access)
~/x86_toolchain/bin/i686-linux-android-gcc -fPIC -c -o /tmp/ffconf.yYKPHtht.o /tmp/ffconf.Nxskyxyb.c
./configure: 874: ./configure: ~/x86_toolchain/bin/i686-linux-android-gcc: not found
C compiler test failed.So i’m clearly doing something wrong.Does anyone know why ? And how should i do it instead ?
-
-
Using ffmpeg to split the duration of 360 video files [closed]
14 décembre 2022, par bloodstarI run this code to split normal mp4 files into 5 minute chunks however when i execute 360 video files, the videos are then converted into a normal video (360 flat view) after running this code :


@for %%I in (%*) do @ffmpeg.exe -i "%%~I" -c:v copy -c:a aac -segment_time 00:05:00 -f segment -reset_timestamps 1 "%%~nI_%%03d%%~xI" && del "%%~I"



What am i doing wrong ? thanks


-
Anomalie #3281 : remarques sur le nouveau thème graphique de la 3.1
10 octobre 2014, par 毎日 erational -Je suis entièrement d’accord avec ce ticket et préfère nettement le 3.0 et un design flat.
Le design actuel est très maniéré. Il manque le lisibilité, de hiérarchie de l’information. Tous les effets (ombres portées, arrondis,...) sont difficiles à gérer de manière globale et entrainent des micro-anomalies un peu partout.
En plus, cela complique encore la tâche d’explication : pourquoi le design intérieure est si différente du design public.
Je serais pour revenir à 3.0.