Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (85)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10262)

  • FFMPEG compressed MP4 video not playing on Mozilla Firefox with a "file is corrupt" error

    16 juin 2021, par user2519007

    I have compressed MP4 video using FFmpeg in a PHP environment. Videos are being compressed, but they are not playing in Firefox, showing an error :

    


    


    Video can't be played because the file is corrupt

    


    


    while this video is playing fine in VLC media player and also in the Chrome browser. My code of compression is as-

    


    exec("ffmpeg -i input.mp4 -acodec mp2 output.mp4");


    


  • How to fix "audio=virtual-audio-capturer : I/O error" ?

    24 mai 2021, par LiYiChong

    I'm using this command "ffmpeg -f dshow -i audio="virtual-audio-capturer" 1.mp3".
But in this case, occurs error as follow
"audio=virtual-audio-capturer : I/O error".
So, I checked if there is virtual-audio-capturer" using this command "ffmpeg -list_devices true -f dshow -i dummy".
As a result, there was "virtual-audio-capturer".
why does it occurs this error and what is the solution ?

    


  • while configuring ffmpeg i get the error "x264 not found"

    27 avril 2021, par Shevach Riabtsev

    i use mingw32 to compile ffmpeg with libx264. i use the following configuration :

    


    ./configure —enable-gpl —enable-nonfree —enable-libx264

    


    and get the error

    


    ERROR : x264 not found

    


    i compiled x264 and x264 library (libx264.a) is located at /usr/lib/

    


    How to resolve this issue ?