Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6737)

  • avfilter/avf_showspectrum : switch to FFT

    3 janvier 2016, par Paul B Mahol
    avfilter/avf_showspectrum : switch to FFT
    

    Rationale : supports >16 bit audio, more than 96dB SNR.

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

    • [DH] libavfilter/avf_showspectrum.c
  • avfilter/avf_ahistogram : assert that variables are initialized by switch()

    12 février 2016, par Michael Niedermayer
    avfilter/avf_ahistogram : assert that variables are initialized by switch()
    

    Silences : CID1351397

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/avf_ahistogram.c
  • Fix bug when using -p switch during compression

    28 juillet 2014, par Martijn van Beurden
    Fix bug when using -p switch during compression
    

    When using the -p switch during encoding, the encoder should try
    different qlp predictor precision steps. However, some faulty code
    was too severely restricting the possible steps. This patch lifts
    the restriction to match a restriction coded a little further in
    the process. This doesn’t make using -p worth your while, but at
    least it doesn’t create larger files now

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/libFLAC/stream_encoder.c