Recherche avancée

Médias (91)

Autres articles (37)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5849)

  • FLAC To ALAC in FFmpeg - Bit Depth goes from 32 to 16 ? [on hold]

    13 juillet 2018, par Jim Jamil
    @echo off
    for %%F in (*.flac); do ffmpeg -i "%%F" -vn -acodec alac "%%~nF.m4a"
    pause

    The bits per sample changes after conversion, the flac files are always 32 bits per sample, but after conversion the output alac m4a is usually only 16.

    Is there a reason for this ? I thought the script was just putting the raw audio in a different container.
    So why the change in bit depth ?

    Do I need to change something in the script ?

    Is there a way to preserve the 32 bits per sample from flac to alac ?

  • avfilter/vf_histogram : 9 and 10 bit depth support

    25 août 2015, par Paul B Mahol
    avfilter/vf_histogram : 9 and 10 bit depth support
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_histogram.c
  • avfilter/vf_vectorscope : 9 & 10 bit depth support

    8 septembre 2015, par Paul B Mahol
    avfilter/vf_vectorscope : 9 & 10 bit depth support
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_vectorscope.c