Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (56)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9918)

  • Merge commit ’f4bf236338f6001736a4784b9c23de863057a583’

    31 mars 2017, par James Almer
    Merge commit ’f4bf236338f6001736a4784b9c23de863057a583’
    

    * commit ’f4bf236338f6001736a4784b9c23de863057a583’ :
    matroskaenc : fix muxing AAC streams when using aac_adtstoasc bsf

    This commit is a noop. aac_adtstoasc bsf sends its extradata update
    straight to codecpar->extradata.
    This behavior violates the bsf API and should be fixed so this change
    may then be applied.

    Merged-by : James Almer <jamrial@gmail.com>

  • Best tool to convert mp3 to aac (FFmpeg Vs NeroAacEnc) [closed]

    3 août 2012, par Soham Dasgupta

    My question is straight forward. I want to convert mp3 to aac. I have knowledge of two such tools which does the job - NeroAacEnc and FFMpeg. Now which one produces the best output and least size is for maestros to answer, so I summon them here to help me accomplish the same. Please also help me with some commands with which I can use.

    Just out of curiosity, is the (ALAC)Apple Lossless Audio Codec which is included with FFMpeg better than Nero Aac Encoder. If so, then how can I use it to convert mp3 to aac.

  • Need assistance to compile X264 in Visual Studio

    8 août 2016, par Vikram Bammanhalli

    I have been trying to open x264 code base in Visual Studio, by creating a separate project for it, but without any success.

    I thought it should have been straight forward. I could build X264 code using MinGW, but I need to edit the code and extract motion estimation code.

    Has anyone compiled/run the x264 from Visual Studio ?

    Thanks !