Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (68)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8578)

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

    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.

    &#xA;

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