Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (97)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6636)

  • FFMPEG Scan and Convert Movie files and Delete Original - reclusively

    29 mai 2021, par Frodo Baggins

    I have folders within folders that have movie files, some of them are .mp4, .avi or .mov/.MOV. I need to re-compress them into H264 High Quality (Lets say, 10MBPS) and delete the originals when complete. I have the following code, but this is for audio and I don't know where to go from here. I am using Mac terminal.

    


    for i in *.ogg; do ffmpeg -i "$i" -b:a 320000 "${i%.*}.mp3"; done

    


  • log : Print a full backtrace along with error messages under Valgrind

    20 avril 2015, par Vittorio Giovara
    log : Print a full backtrace along with error messages under Valgrind
    

    Useful to understand where and in what execution state a certain message
    is generated. It is enabled only when optimizations are disabled, since
    function names are not printed otherwise.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure
    • [DBH] libavutil/log.c
    • [DBH] libavutil/version.h
  • avcodec/mlpenc : fix encoding last samples when not within full interval

    30 août 2021, par Paul B Mahol
    avcodec/mlpenc : fix encoding last samples when not within full interval
    

    Also implement shorten_by in bitstream.

    • [DH] libavcodec/mlpenc.c