Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (94)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (14240)

  • extract all frames of a video without any chroma subsampling

    8 janvier 2013, par user1444800

    I am looking to extract all frames of a video in jpeg format but in 4:4:4 format i.e. without any chroma sub sampling applied such that MCU is 8x8. I am not sure if there is a way to do this easily but I tried this :

    `ffmpeg -i Video.mpg Pictures%d.jpg`

    but this gives me images in 4:2:0 format. Other options is to convert them to RGB and later save it without any subsampling.

  • show processing sign in react native app

    26 mai 2018, par Parkash Sbd

    I have a react native app and users upload media(pictures and videos) .I also have RESTful api written in spring boot and its purpose is to accept multipart file and resize the media using FFmpeg.My question is how to show processing sign with percent in react native app while ffmpeg is resizing the media.
    Thanks.

  • How to autoplay mobile web video iOS (see demo)

    22 septembre 2016, par neaumusic

    Is there any library that sequences images and audio playback ? I’m guessing that’s the only way this could work..

    Which picture formats would work best ? I’m guessing that pictures wouldn’t be as compressed as a video, but this example loads instantly for me :

    Demo : Autoplay Inline Video iOS

    Planning to just convert the video with ffmpeg. Any knowledge and advice would be great before I get started. Thanks