Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (13451)

  • avformat/mov : set primary extradata based on the first Sample only if it's not alread...

    3 août, par James Almer
    avformat/mov : set primary extradata based on the first Sample only if it's not already in place
    

    If the first Sample references the first stsd entry, then setting it here is
    redundant.

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

    • [DH] libavformat/mov.c
  • Audio decoders/encoders and different sample per frame rate

    24 juin 2021, par Salmond

    How to convert audio frame with different samples per frame rate to desired target rate using ffmpeg C libraries ? And what is the algorithm for that operation.

    &#xA;

    I have a source MP3 file with 44100 sample rate and 1152 samples per frame. I want to encode it to AAC with the same sample rate but it expects 1024 samples per frame.

    &#xA;

    As I understand, the algorithm for this operation would be to write 1024 samples from source, and then cache remaining 128 samples in a buffer, then on next packet read from this buffer and etc. Am I correct with that assumption or it is something completely different ?

    &#xA;

  • af_hdcd : allow all HDCD sample rates

    7 septembre 2016, par Burt P
    af_hdcd : allow all HDCD sample rates
    

    The PM Model Two could output HDCD-encoded audio in CD and all
    DVD-Audio sample rates. (44100, 48000, 88200, 96000, 176400, and
    192000 Hz)

    Signed-off-by : Burt P <pburt0@gmail.com>

    • [DH] libavfilter/af_hdcd.c