Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (62)

  • 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

  • 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

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

  • FFmpeg codec on Ubuntu (Missing argument for option 'i')

    9 juillet 2018, par Torsten Högel

    I installed on my Ubuntu (Plesk) Server for one Website FFmpeg normally with no error. But now after executing ffmpeg it shows me everything, but after executing ffmpeg -i my server responds with

    Missing argument for option ’i’

    https://prnt.sc/k47h2g

    I haven’t found anything about this especially...

    Best Regards

  • MAINTAINERS : add Communication section

    6 octobre 2013, par Lou Logan
    MAINTAINERS : add Communication section
    

    Add Twitter with myself (Lou Logan) as maintainer.

    Add Google+ with Paul B Mahol, Michael Niedermayer, and Alexander
    Strasser as maintainers.

    Move website and mailinglists from Miscellaneous Areas to
    Communication.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS
  • Generate image from a swf file issue

    24 avril 2013, par Rouge

    I am trying to generate first frame of a swf as a thumbnail image so the user can see it before they open the swf file.

    1.Using FFMpeg

    ffmpeg -i movie.swf -f image2 -vcodec png movie%d.png

    using command line with ffmpeg to generate images. the above command will
    give me errors saying

    [swf @ 0x17937a0] Compressed SWF format not supported
    

    2.Using swftools

    Their website provide a tar file to download however, I only have the command line access in the server so I won't be able to install the tools.

    I need to use server side technology because I have hundreds of swf files.