Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (71)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • 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 (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12251)

  • configure : Do not create/install versioned DLLs on OS/2.

    13 avril 2016, par Dmitriy Kuminov
    configure : Do not create/install versioned DLLs on OS/2.
    

    Only one DLL for each module must be present on OS/2 : SLIBNAME_WITH_MAJOR
    (the same as on Windows). Creating other DLLs makes no sense as they can’t
    be used.

    Signed-off-by : Dave Yeo <daveryeo@telus.net>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • How to install FFMPEG on windows server..?

    20 mai 2023, par Praful Zaru

    Thanks in advance..

    &#xA;&#xA;

    I would like to install ffmpeg on my windows server.

    &#xA;&#xA;

    My php version is 5.2.3.

    &#xA;&#xA;

    i followed and copied the avcodec.dll and&#xA;avformat.dll files to system32 folder.and i copied ffmpeg file into php5\ext folder.Then i added tha extension php_ffmpeg in ini file extension.

    &#xA;&#xA;

    and also ffmpex.exe in c :/ffmpeg folder.

    &#xA;&#xA;

    i give the full rights of that all files.

    &#xA;&#xA;

    But ffmpeg still not working.

    &#xA;&#xA;

    Anyone guide me which thing i missed.....

    &#xA;&#xA;

    Thanks...

    &#xA;

  • Error when exporting with pydub - how to install mp3 codecs for pydub ?

    23 mars 2016, par I want badges

    Im using this library for first time so Im not sure if this is a bug or Im not correctly doing something.

    I want to export a file into mp3, the loading works perfectly :

    wav=AudioSegment.from_wav(Path)  #If I execute only this line, there are no errors.

    But when I try to export my file to mp3 :

    wav.export(r"WavOut.mp3",format="mp3")

    It throws the following error :

    WindowsError : [Error 2] The system cannot find the file specified

    Full error report : http://pastebin.com/3CpZBkEK

    I believe I am using the correct syntax.
    It creates the mp3 output file but absolutely empty, and the imput path is correct since :

    os.startfile(Path) #Will work

    Also, I registered ffmpeg, in windows path as :

    ;c:\ffmpeg\bin   #It is currently callable from any cmd prompt in windows.

    What can be failing ? Thanks !


    After more testing, I found out its an encoding problem. If I set the output as "wav" it works. But I dont really know how should I install an mp3 encoder for it to work with pydub, so I changed the question to ask that, since its the real problem. ffmpeg is installed so I dont know what else to do :