
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (90)
-
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 (...) -
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (4956)
-
FFmpeg fails to be built for android
8 septembre 2014, par Andro-BeggI’m trying to build FFmpeg for android, everything works just fine until the build of
build_android.sh
, I get at the end :/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libavresample-shared] Error 2
make: *** Waiting for unfinished jobs....
/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libavutil-shared] Error 2
/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libswresample-shared] Error 2I’ve been inspecting this for a while but couldn’t figure out where the problem is..
Any help will be very appreciated. Thank you.
-
Integrate CMake to Travis CI tests
25 avril 2019, par evpobr -
FFmpeg Build ERROR (/usr/bin/ln : failed to create symbolic link 'libavutil.so' : No such file or)
11 février 2018, par BW-EagleI’m not expert on building c-files.
I want to use custom ffmpeg in my anndroid app.
But I have the below problem when building ffmpeg package with MinGW and NDK-R14bAfter running bash command, after a while finally it reaches this error :
/usr/bin/ln: failed to create symbolic link 'libavutil.so': No such file or directory
make: *** [libavutil/libavutil.so] Error 1
make: *** Waiting for unfinished jobs....I know that the problem must be about to LINKER but I can’t fix it.
Any help would be appreciated.