Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (5085)

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

    


  • ffmpeg - make a slideshow images+music video with some transition effects

    12 septembre 2021, par Slim_user71169

    I can make a slideshow video like that but It's just a simple image-to-image slideshow which has no effect. I don't know how to add some transition effects into the video. For example : Fade in-out, 3D rotation, flip in-out, zoom in-out, bounce,...