Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9840)

  • avcodec/ppc/fdctdsp : use more accurate constants

    13 novembre 2015, par Ganesh Ajjanagadde
    avcodec/ppc/fdctdsp : use more accurate constants
    

    Whoever wrote this stuff had a pretty bad libm - digits differ pretty
    quickly.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/ppc/fdctdsp.c
  • AWS Lambda tmp disk limit with ffmpeg

    21 avril 2022, par Almaju

    I am using AWS Lambda to render videos using ffmpeg. It is a basic function that downloads external clips, merges those, then uploads the result to S3.

    &#xA;

    This function needs to be able to scale quickly because I need to generate a lot of videos in a short time period.

    &#xA;

    The problem is that I reach the /tmp disk limit of 512MB because the same lambda environment is reused by the different requests. I have increased that memory limit to temporarily solve the problem but it does not feel scalable.

    &#xA;

    I have looked into EFS but the requirement to use a VPC and a NAT to have internet access sounds really heavy for my simple needs.

    &#xA;

    Is there a way to output the result of ffmpeg directly in S3 (thus not needing the temporary folder) ? Or perhaps force to respawn a clean lambda environment if the memory is about to be full ?

    &#xA;

  • UPnP Video Streaming with Node.js and FFMPEG - How can I relay the live stream from FFMPEG to Device ?

    20 octobre 2016, par Hadi77
    1. I tried relaying the stream from FFMPEG to a WebSocket connection but how can this happen in HTTP ?
    2. As it is not a full-duplex connection, I have to use a buffer somehow.
      So how can I use a buffer for getting stream to the TV (my UPnP Target device) ?

    I’m encoding the stream to H.264, and it is a Live Stream.