Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (38)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6279)

  • libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec()...

    10 octobre 2014, par Rong Yan
    libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec() for POWER LE
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ppc/mpegvideoencdsp.c
  • Extract image of every frame of a video using react-native-ffmpeg

    1er octobre 2020, par EdG

    I have looked all over the internet to get a way to extract image of everyframe of a video using react-native-ffmpeg. I am making a mobile app and I want to show all per frame images on the video timeline. I want to do this natively on mobile so that I can utilise hardware power of mobile. That is the reason I am looking for react-native-ffmpeg kind of library. Am I in the right direction ? This npmjs.com/package/react-native-ffmpeg is what I am trying to use. I need to know the command to do the job.

    &#xA;

  • Google AppEngine flex as a transcoder [closed]

    6 septembre 2021, par jACK

    Situation :

    &#xA;

      &#xA;
    • A Nodejs/Express application running on appengine flex.
    • &#xA;

    • Using FFmpeg to cut videos, and merge different types of videos. 1080p 30fps videos, merged video duration usually around 8 hours.
    • &#xA;

    • Need for a massive amout of processing power for those edits.
    • &#xA;

    • The express server needs to be reachable 24/7 & flex is incredibly expensive if run on a 24/7 basis.
    • &#xA;

    &#xA;

    Goal :

    &#xA;

      &#xA;
    • To have a cost efficient ffmpeg transcoder on a private enviroment =>
    • &#xA;

    • Flex instance as a maximum spec, but as its idle reduce the price significantly.
    • &#xA;

    &#xA;

    Or is this a situation where a redesign is imminent ? eg. Compute Engine

    &#xA;

    Tried approach

    &#xA;

      &#xA;
    • B8 Standard instance => Since the payload is pretty big, its causing the B8 instance to crash.
    • &#xA;

    &#xA;

    Thanks.

    &#xA;