Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (85)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (10653)

  • i am using ffmpeg library API to record camera stream in to mp file, working with one camera but throwing an error if more than one camera connected

    11 avril 2018, par RAngadi

    using ffmpeg API to record AV stream in to mp4 file for multiple cameras using multiple threads, but it is working with single camera connected, but if we connect more than 2 camera and try to record AV stream of both the camera streams in respected mp4 files seperately it is throwing an error ("Error Muxing Packet") ;
    could you please provide and solution or answer for this..

  • Capture Image from Serial Camera FFMPEG

    28 mai 2018, par Jomanuel Ponferrada

    I have a serial camera plugged-in on my linux os. I would like to capture image using FFMPEG but the all example are webcam and ip camera. I also visit this link to see the list of devices https://www.ffmpeg.org/ffmpeg-devices.html. But i cant see the serial camera examples. My serial cam location is on /dev/ttyS0.
    In my C++ program i can capture image from my serial camera..

    Tnx for the help in advance :)

  • IP Camera RTSP video encryption

    5 juin 2018, par Abdullah Shafiq

    I have an IP Camera which supports RTSP. I have connected it to anOdroid(Single Board Computer). I want get that RTSP feed, encrypt it and then send again using RTSP. What is the best way to achieve this ?