Recherche avancée

Médias (91)

Autres articles (105)

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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (12101)

  • FFMPEG Encode with MacBook Pro AMD GPU

    30 janvier 2018, par paj

    When I encode h264 video on my Macbook Pro with ffmpeg it uses the intel CPU and not the dedicated AMD Radeon Pro 560 GPU.

    I am assuming the dedicated GPU would be faster at encoding h264 video. Is it possible for ffmpeg to use the GPU to encode instead of the CPU.

    I installed ffmpeg via homebrew.

  • Speed up part of video using ffmpeg

    21 janvier 2023, par midtiby

    I'm recording screencasts and some part of the recorded screencasts I would like to speed up using a command line tool like ffmpeg.

    



    I know that it is possible to use ffmpeg to speed up an entire video with a command like (source)

    



    ffmpeg -i input.mkv -filter:v "setpts=0.5*PTS" output.mkv


    



    Is it possible to only apply the speedup in certain regions in the video. Eg. from 10 to 15 seconds and again from 50 to 60 seconds ? Something similar seems to be possible using the program slowmoVideo.

    


  • hevc : Add coefficient limiting to speed up IDCT

    5 juillet 2016, par Mickaël Raulet
    hevc : Add coefficient limiting to speed up IDCT
    

    Integrated to libav by Josh de Kock <josh@itanimul.li>.

    Signed-off-by : Alexandra Hájková <alexandra@khirnov.net>

    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/hevcdsp.h
    • [DBH] libavcodec/hevcdsp_template.c