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)

  • what's the commond for converting mp3 to ape using ffmpeg

    30 avril 2013, par user2331687

    I've searched a day about how to convert the mp3 music file to APE. It's easy to convert APE to mp3 but I have no idea to convert mp3 to APE, thanks in advance ;

  • How to use Libmms functions

    29 août 2012, par MobiDev

    I am looking for an example of how to use the libmms and ffmpeg to stream a mms audio ? Now i have imported both libraries on my xcode project, and i think the 1st thing to do is call mms_connect(), but i dont know what arguments to use.

    Many thanks in advance.

  • FFMPEG create 30 fps webcam snapshot [on hold]

    3 octobre 2015, par MM PP

    I am trying to make 30 pictures per second of webcam using FFMPEG.

    I tried :

    ffmpeg -f video4linux2 -s 640x480 -i /dev/video0 -vf fps=30/1 images/$(date +\%Y\%m\%d\%H\%M\%s\%N).jpeg

    bu I am getting this error :

    Could not get frame filename number 2 from pattern ’images/2015100310171443856624641693705.jpeg’ (either set updatefirst or use a pattern like %03d within the filename pattern)

    av_interleaved_write_frame() : Invalid argument

    frame= 2 fps=0.0 q=3.4 Lsize=N/A time=00:00:00.06 bitrate=N/A
    video:73kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB

    muxing overhead : unknown

    Conversion failed !

    What can I do ?