Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (77)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7187)

  • Getting exact time-stamp appended to the file from ffmpeg process

    17 décembre 2015, par csharpcoder

    I am trying to capture frames using ffmpeg from a stream of video , which i am saving locally to my folder,
    I need to know the exact time-stamp at which the frame is being captured
    what i have tried so far is :

    ffmpeg -i rtsp://ipaddress/axis-media/media.amp?camera=1  -an -vf showinfo %10d.jpg 2> res.txt

    which i got from the source :
    get-each-frame-time-stamp

    this works fine too, the res.txt contains the time-elapsed of each frame since ffmpeg started(if my understanding is not wrong) ,

    What i need is to get this time appended to the image files names which are being created or some other ways so that time-stamp information could be stored within the image.

    any kind of help would be really appreciated .

  • How to get time conversion using FFmpeg

    18 août 2015, par Wison Smilar

    I have tried extracting video.mpg to images using FFmpeg command line and it works fine, but I want get time of the conversion process that will be taken till video.mpg is extracted, and save to Time.txt.

    This is what I have tried so far :

    ffmpeg -i video.mpg image%d.jpg>>time.txt

    Where I have been wrong ?

  • hiding card id text using ffmpeg in real time

    13 janvier 2017, par Tony Hanna

    my tv channel provider displays a 5 digits text on screen from time to time.. something called fingerprint. how can i hide this text with a blackbox or at least BLUR IT .. so my customers doesn’t see it ... ohh and .. IN REAL TIME ???

    i mean ..i can encode the source... process it with ffmpeg and output it as a stream again to broadcast it ...

    so what command shall i use to do so ??? please help .. this ffmpeg is really powerfull but i’m not a wiz guy with this.

    thank you.