Recherche avancée

Médias (91)

Autres articles (52)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (3862)

  • php 5.3.13 ffmpeg window 7 64bit Not working wamp server [closed]

    22 novembre 2012, par Waqas Ahmed

    I am facing following issue during installing the ffmpeg on the windows 7 64-bit machine using WampServer Version 2.2 with php 5.3.13 and ffmpeg extension 32-Bit

    I didn't find ffmpeg ext. 32-bit..

    PHP Startup : Unable to load dynamic library 'c :/wamp/bin/php/php5.3.13/ext/php_ffmpeg.dll' - %1 is not a valid Win32 application.

  • FFmpeg not working on Android version 10(Q)

    13 mars 2020, par Kritika Monga

    I am using FFmpeg for the Video compress & audio video merge & to making the duet with the help of FFmpeg.it’s working well on all lower version of Android. but not working on ANDROID 10(Q). it directly goes to on Faiure with empty error meesage.Anysolution relevant to this.Thanx in Advacnce.

  • How do I record a specific application running on my Mac using ffmpeg ?

    3 janvier 2018, par Dave

    I just installed ffmpeg with using home-brew on Mac HighSierra. I want to record the contents (video only is fine) of an application running on my machine (as opposed to my entire Desktop). So I tried running the below

    davea$ ffmpeg -f gdigrab -framerate 25 -i title=DOSBox
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    Unknown input format: 'gdigrab'

    but as you can see, I’m getting this

    Unknown input format: 'gdigrab'

    error. What’s the right way to record video on my computer for only a specific application using ffmpeg ?

    Edit : Using hte suggestion in comments, I got this other error ...

    davea$ ffmpeg -f avfoundation -list_devices true -i ""
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    [AVFoundation input device @ 0x7fcbc160d0c0] AVFoundation video devices:
    [AVFoundation input device @ 0x7fcbc160d0c0] [0] FaceTime HD Camera
    [AVFoundation input device @ 0x7fcbc160d0c0] [1] Capture screen 0
    [AVFoundation input device @ 0x7fcbc160d0c0] AVFoundation audio devices:
    [AVFoundation input device @ 0x7fcbc160d0c0] [0] Built-in Microphone
    : Input/output error