Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (101)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (17702)

  • FFMpeg Unable to find suitable output format [duplicate]

    15 septembre 2015, par Steven

    This question already has an answer here :

    I would like to capture a single image from my webcam using FFMpeg but the following command returns with an error. Any ideas ?

    ffmpeg -f dshow -i video="Integrated Webcam" -t 1 –r 25 c:\temp\image%d.jpg

    Here is the text from the command line window.

    C:\Users\User\Downloads\FFMPeg\ffmpeg-20150915-git-8e92462-win64-static\bin>f
    fmpeg -f dshow -i video="Integrated Webcam" -t 1 -r 25 c:\temp\image%d.jpg
    ffmpeg version N-75287-g8e92462 Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 4.9.3 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
    ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
    le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
    able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
    ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
    --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enabl
    e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena
    ble-decklink --enable-zlib
     libavutil      55.  2.100 / 55.  2.100
     libavcodec     57.  1.100 / 57.  1.100
     libavformat    57.  0.100 / 57.  0.100
     libavdevice    57.  0.100 / 57.  0.100
     libavfilter     6.  3.100 /  6.  3.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.100 /  2.  0.100
     libpostproc    54.  0.100 / 54.  0.100
    Input #0, dshow, from 'video=Integrated Webcam':
     Duration: N/A, start: 417955.980000, bitrate: N/A
       Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 30 tbr,
    10000k tbn, 30 tbc
    [NULL @ 000000000304a5e0] Unable to find a suitable output format for 'ΓÇôr'
    ΓÇôr: Invalid argument
  • Clang cannot find dependency of a shared library

    27 juillet 2021, par zana zakaryaie nejad

    I have a project with two submodules (say A and B). A depends on FFmpeg and B depends on A. Clang successfully finds FFmpeg and builds libA.so but it fails to build libB.so because it can't find FFmpeg ! The strange thing is that GCC can handle this. When I move find_package(FFmpeg) from submodule A's CMakelists to the project's CMakelist, then libB.so is successfully built. But this is an ugly solution. Any suggestion for the reason behind this strange behaviour ?

    


  • How to find the ffmpeg executable in ubuntu 18.04

    24 juillet 2021, par Carlos Tranca

    I'm trying to host a discord bot in a vps with ubuntu and i'm using ffmpeg but i can't find the executable for making it work (i'm using discord.py). I tried using the path to ffmpeg_all.1.gz but i get a permission denied error