Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (97)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (9750)

  • ffmpeg : Build failed in windows with cygwin for Android

    25 juin 2014, par Smith

    I have trying building ffmpeg for android using windows 7 and Cygwin. I have android-ndk-r9d.

    I have download the source code from here

    I have already set NDK environment variable. And updated TOOLCHAIN line to : TOOLCHAIN=echo $NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64 because linux folder not present.

    After running ./build.sh command. I got following error :

    arm-linux-androideabi-gcc is unable to create an executable file.
    C compiler test failed.

    If you think configure made a mistake, make sure you are using the latest
    version from SVN.  If the latest version fails, report the problem to the
    ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.

    Help me to find out what I did wrong ?

  • How do you setup golang on windows with the header files for goav

    18 avril 2018, par nevernew

    I’m trying to compile goav on Windows and I’ve got quite far
    I’ve compiled the ffmpeg libraries in MSYS2 and linked the packages with :

    set PKG_CONFIG_PATH=%~dp0FFmpeg\libavformat;%~dp0FFmpeg\libavcodec;%~dp0FFmpeg\libavutil;%~dp0FFmpeg\libswresample;

    which has worked !

    However, here’s the problem now :

    # github.com/giorgisio/goav/avcodec
    source\src\github.com\giorgisio\goav\avcodec\avcodec.go:14:34: fatal error: libavformat/avformat.h: No such file or directory
    //#include <libavformat></libavformat>avformat.h>

    When compiling, Golang can’t find the avformat.h (and I assume the other ffmpeg header files, but compilation terminated).

    How do I tell go where these files are ? I’ve checked and they are in the folders described in the PKG_CONFIG_PATH, but I guess it’s not looking for them there.

    Side note : I see that on linux-debian based systems I just have to do a apt-get install libavformat-dev but I want to compile on windows.

  • facing challenges while Installing FFMPEG on windows

    6 août 2018, par Gaurav kakkar

    I’m trying to install "FFmpeg-php for Windows -x64 PHP 7.0 using wamp server", but not able to install that. It’s a request to you please share steps with me regarding this issue.

    I have followed this link to install http://www.jaypan.com/tutorial/installing-ffmpeg-wamp