Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (73)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Revision 11837e976fe9120723b279adac59d231eb3d5079 : #FORMULAIRE_VIRTUALISER_ARTICLE n’est pas tres parlant au premier abord. ...

    5 octobre 2010, par Cerdic — Log

    #FORMULAIRE_VIRTUALISER_ARTICLE n’est pas tres parlant au premier abord. On renomme donc en #FORMULAIRE_REDIRIGER_ARTICLE meme si cela romp avec le nommage anterieur que l’on essaye de conserver en general. Au passage on enleve l’ajax sur ce formulaire dans la page article puisqu’un bloc en (...)

  • Merge commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’

    14 avril 2015, par Michael Niedermayer
    Merge commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’
    

    * commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’ :
    avisynth : Bump minimum required version to interface version 6

    Conflicts :
    doc/general.texi
    libavformat/avisynth.c

    See : 3723a183103718352b37ec2617f71e96ee2c3846
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • FFmpeg weird codec id for wav_pcm

    1er février 2021, par phongelegob

    So, I want to convert a lot of 32 bit .wav files into 24 bit .wav ones because i want to import them into Omnisphere, a virtual synth. I tried to convert them all with FFmpeg but Omnisphere doesn't support them. I then tested some things and Omnisphere seems to support the audio exported from Edison, which is FL Studio audio editing and recording tool. As I don't want to export them all individually, i wanted to know if there's any way to fix this in FFmpeg or in another audio converter. Here are the test files and what they output in MediaInfo : https://www.mediafire.com/file/l6lojwswsaq9fly/audiotest+wav.zip/file&#xA;32 bit original file :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/32bit.wav&#xA;Format                                   : Wave&#xA;File size                                : 905 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 823 kb/s&#xA;Writing application                      : Edison&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format profile                           : Float&#xA;Codec ID                                 : 3&#xA;Codec ID/Hint                            : IEEE &#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 822 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 32 bits&#xA;Stream size                              : 904 KiB (100%)&#xA;

    &#xA;

    24 bit file exported from Edison :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/edison.wav&#xA;Format                                   : Wave&#xA;File size                                : 679 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 118 kb/s&#xA;Writing application                      : Edison&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format settings                          : Little / Signed&#xA;Codec ID                                 : 1&#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 117 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 24 bits&#xA;Stream size                              : 678 KiB (100%)&#xA;

    &#xA;

    24 bit file converted with FFmpeg :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/ffmpeg.wav&#xA;Format                                   : Wave&#xA;File size                                : 679 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 117 kb/s&#xA;Writing application                      : Lavf58.50.100&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format settings                          : Little / Signed&#xA;Codec ID                                 : 00000001-0000-0010-8000-00AA00389B71&#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 117 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Channel layout                           : L R&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 24 bits&#xA;Stream size                              : 678 KiB (100%)&#xA;

    &#xA;