Recherche avancée

Médias (91)

Autres articles (14)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • 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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (3232)

  • Extract music metadata (music title, album title, artist name...) using react-player

    6 juin 2022, par Pierogi

    I'm building a simple web app that plays music streams.
    
The constitution of the web app is

    


    audio.m4a -> ffmpeg -> nginx + rtmp module -> frontend browser

    


    In the frontend browser, use react-player.
    
The audio data is published as HLS audio data.

    


    So, I want to extract the metadata(music title, album title, artist name ...) from the data and display it in the browser. However, I could not find the way to that.
    
Anyone who knows this ?

    


  • ffmpeg - background music to video with sount

    25 août 2016, par Nir Diamant

    Hey im trying to add background music(mp3 file) to video that contain sounds(mpg file).

    im using the next code to do it :

    ffmpeg -i input.mpg -i bgmusic.mp3 -c:v copy  -filter_
    complex \"[0:a]aformat = fltp:44100:stereo,apad[0a];[1]aformat=fltp:44100:stereo
    ,volume=0.1[1a];[0a][1a]amerge[a]\" -map 0:v -map \"[a]\" -ac 2 -t 14 finaloutpu
    t2.mpg

    but i get the next error message :

    [AVFilterGraph @ 000000000050bd80] No such filter: '"'
    Error initializing complex filters.
    Invalid argument

    here is the all console log :

    ffmpeg version N-78949-g6f5048f Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 5.3.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-a
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --ena
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca -
    enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-
    ibilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopen
    ore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --en
    ble-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enabl
    -libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --en
    ble-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-lib
    264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enabl
    -lzma --enable-decklink --enable-zlib
     libavutil      55. 19.100 / 55. 19.100
     libavcodec     57. 27.101 / 57. 27.101
     libavformat    57. 28.100 / 57. 28.100
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 39.100 /  6. 39.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100
    Input #0, mpeg, from 'finaloutput1.mpg':
     Duration: 00:00:16.13, start: 0.540000, bitrate: 28775 kb/s
       Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 1920x1080 [SAR 1
    1 DAR 16:9], max. 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    [mp3 @ 0000000002a99020] Skipping 0 bytes of junk at 253.
    Input #1, mp3, from 'bgmusic.mp3':
     Metadata:
       encoder         : Lavf57.28.100
     Duration: 00:00:37.04, start: 0.025057, bitrate: 128 kb/s
       Stream #1:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
       Metadata:
         encoder         : Lavc57.27
    [AVFilterGraph @ 000000000050bd80] No such filter: '"'
    Error initializing complex filters.
    Invalid argument

    please help.

  • My discord.py music bot fails with "ffmpeg not found"

    17 avril 2022, par ThatNoClueDude

    I am using repl.it to host my Discord.py music bot
It fails with an error saying "ffmpeg is not found"
I used multiple ways to fix the error

    


    npm install ffmpeg-static in shell is my first way how i tried to fix the problem, but it did not do anything.

    


    Even if i do any way, repl.it will still give the error ffmpeg not found.
Can someone please tell any way to fix this issue ??