Recherche avancée

Médias (91)

Autres articles (106)

  • 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

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

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (11434)

  • Revision 1ca2e4e3b2 : vpx/vpx_encoder.h : bump ABI version missed in updates for high bitdepth, others

    19 mars 2015, par James Zern

    Changed Paths :
     Modify /vpx/vpx_encoder.h



    vpx/vpx_encoder.h : bump ABI version

    missed in updates for high bitdepth, others

    Change-Id : Id30076ce09beb361b5e1ff0ac99e3ae1ad4f987e

  • FFMpeg AC3 to AAC Conversion speed

    28 juillet 2022, par sweetngx

    While I don't actually have a problem with conversion, I do have a direct problem with Conversion speed. With FFMpeg, I convert ac3 (175 mb) audio files to aac (70mb) format in about 2 minutes by consuming very little cpu (5%).
I couldn't find a way to achieve this even though it's really great on my computer, I guess the problem is software... Do you think there is a way to achieve this ?
I have a lot of questions in my mind, why can't FFMPeg speed up this process at the expense of consuming more cpu, What is the obstacle ?

    


    I think I found someone having similar issue at the link below... Anyone have a better idea ?
https://forums.developer.nvidia.com/t/nvenc-with-audio-conversion-best-practice-advice/40759

    


    ffmpeg.exe -threads 32  -i "en.ac3" -map a:0 -c:a aac -b:a 128k -vn -y output.aac


    


  • mips : Fix high bit-depth compilation

    20 septembre 2016, par Anton Mitrofanov
    mips : Fix high bit-depth compilation
    
    • [DH] common/mips/mc-c.c