Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (81)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous 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 (14185)

  • Build ffmpeg on windows with libmfx

    29 février 2016, par KevinA

    I’m trying to build ffmpeg static on windows using vc2013 update 5
    It builds fine and links normally if i don’t use the --enable-libmfx command
    when i build using the following command

    export PKG_CONFIG_PATH=/c/mfx_dispatch:$PKG_CONFIG_PATH
    export LIB="c:\mfx_dispatch\lib;$LIB"
    export INCLUDE="c:\mfx_dispatch;$INCLUDE"
    ./configure --toolchain=msvc --enable-asm --enable-yasm --disable-shared --enable-static --disable-network --enable-libmfx

    I get this error

    ./compat/windows/mslink -nologo -LARGEAD
    DRESSAWARE -I/mingw64/include -libpath:/mingw64/lib -out:./ffconf.aPjQdnnd.exe ./ffconf.srtZqKQC.o mfx.lib stdc++.lib psapi.lib advapi32.lib shell32.lib
    LINK : fatal error LNK1181: cannot open input file 'stdc++.lib'
    ERROR: libmfx not found using pkg-config

    I built libmfx using VS2013 also.

    autoreconf -i
    CC=cl ./configure
    make
    mv /c/mfx_dispatch/lib/libmfx.lib /c/mfx_dispatch/lib/mfx.lib #FFmpeg config looks for the wrong filename?
  • is there any way to change still images to video in php on windows plate form [on hold]

    13 juin 2014, par user3548569

    I have a scenario for creating a video files using different images.

    What can I do is, basically I have images and I want create a video file using PHP.

    Can any one please suggest the start up point for this ? Have done image capture from video and converting the video using Ffmpeg so I have think of Ffmpeg but, I think it will not allow to create a video.

    i need to develop a movie with more then 5 pic. If i added images , then php convert it to movies or video. is there any toll to convert images to video in php on windows ???
    thanks

  • windows : Use native threads by default

    16 octobre 2015, par Henrik Gramner
    windows : Use native threads by default
    

    — disable-win32thread can be passed as an argument to configure to compile
    with pthreads, which was the old default behavior.

    • [DH] configure