Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (104)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • 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 (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (12085)

  • Revision 2ce4783982 : configure : arm : Check __ARM_PCS_VFP if the float ABI hasn't been defined The su

    1er mai 2013, par Martin Storsjo

    Changed Paths :
     Modify /build/make/configure.sh



    configure : arm : Check __ARM_PCS_VFP if the float ABI hasn't been defined

    The support for detecting hardfp toolchains in af9dd50e is a
    step in the right direction, but that particular switch case
    isn't executed at all if the toolchain variable is set.

    This fixes cross building from x86 ubuntu to armhf ubuntu,
    in configurations such as
    "CROSS=arm-linux-gnueabihf- ./configure —target=armv7-linux-gcc".

    Change-Id : I6f141361e40374fbab564f9196d90e598fe9a0f6

  • Ffmpeg/lavfi Is it possible to fade out an image overlay that was loaded with a movie= filter not a -i parameter

    26 avril 2022, par Baxter

    I've tried something like :

    


    movie='overlaylogo.png',fade=out:st=5:d=1[logo],[in][logo]overlay='0:0'[out]


    


    But it seems to stick on 100% opacity, adding in a loop=loop-1 and fps=24 filter after the movie= load seem to have little effect, is there some step required to convert an image into a video for fade to apply over ?

    


  • Building Ffmpeg for Android [Windows 8]

    20 avril 2017, par samir.k433

    I’m following this roman10.net article about Building FfmPeg in Android.
    In step 2, I change the NDK path accordingly, but it doesn’t build as e, it shows errors like

    ./configure : line 3305 : SLIBNAME_WITH_MAJOR : command not found.
    ./configure : line 3306 : LIB_INSTALL_EXTRA_CMD : command not found.