Recherche avancée

Médias (91)

Autres articles (84)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (9977)

  • A Windows-compatible C IDE that will be able to compile FFmpeg ?

    6 décembre 2015, par Shimmy

    I want to set up an environment on my PC (Win7x64) that I will be able to combine these projects and compile them into one executable :

    For this I need an environment that can compile/debug both the above projects (creating a Windows compatible exe).

    Any ideas ?

  • ffmpeg converted vertically stacked .mp4 videos are not playing on windows

    7 août 2017, par Kane

    I’m trying to merge two videos in a vertically stacked video using the ffmpeg vstack filter.

    ffmpeg -i movie01.avi -i movie02.avi -filter_complex vstack output.mp4

    It works great when i play it on VLC, but Windows Media Player and some Android devices can’t play the video file.

    Edit : also tried with the pad and overlay :

    ffmpeg -i movie01.avi  -i movie02.avi -filter_complex "[0:0]pad=iw:2*ih[a];[a][1:0]overlay=0:h" output.mp4

    but still the same, it doesn’t work on WMP and some Android devices.

    It is weird because the two separate videos work fine on Windows and Android, but not the merged one.

    Does someone know what I’m doing wrong ?

  • 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 ?