Recherche avancée

Médias (91)

Autres articles (52)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8815)

  • Take webcam picture with minimal delay [on hold]

    20 septembre 2017, par x-ray

    I would like to take a picture from a webcam and send that as an http server’s response. I know how to do the http server part, but I need a command that takes the picture and writes it to stdout. I tried this with ffmpeg :

    ffmpeg -f video4linux2 -video_size 1920x1080 -input_format yuyv422 -i /dev/video0 -f image2 -frames:v 1 -qscale:v 1 pipe:1

    This is working, the only drawback is that it takes about 3 seconds to get the picture. The delay comes from ffmpeg (not from the server/network), probably because it needs to wait for the webcam to initialize. I found that out by replacing pipe:1 with out.jpeg and running the ffmpeg command on the console.

    So now my idea is to have one ffmpeg process running all the time and stream the webcams raw video data somewhere, and then start a second ffmpeg process on each http request to get the current video frame as jpeg from that somewhere. However I do not know if it can work that way, and I do not know how to implement it. There might also be a better way for the whole task (send current picture from webcam on http request with minimal delay).

    Appreciate any help with this !

  • Android Create MP4 with bitmap series and mp3 by FFmpeg (i need minimal ffmpeg config for build)

    29 septembre 2017, par grizzly

    i’m building ffmpeg for android. my target is only create mp4 video with series of bitmap image and merge mp3 audio. i want use ffmpeg only only for this target. So i need optimized config for this target. i try find in google and find not bad config list. but i need full optimize config for reduce size of ffmpeg in android app. can you suggest me best config for this target ?

    i find this :

    Minimal configuration for mp4 files

    how do i modify this ffmpeg build script for minimal binary size output

    but is not complete optimized.

    please suggest me full optimize config for my target. thanks

  • Révision 20453 : PHPDoc minimal (et indentation en espace comme le reste du fichier)

    27 avril 2013, par marcimat -