Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (12)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (3856)

  • avcodec/cbs_av1 : fix decoder/encoder_buffer_delay variable types

    4 novembre 2018, par James Almer
    avcodec/cbs_av1 : fix decoder/encoder_buffer_delay variable types
    

    buffer_delay_length_minus_1 is five bits long, meaning decode_buffer_delay and
    encoder_buffer_delay can have values up to 32 bits long.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_av1.h
  • Red5 and FFmpeg in streaming [closed]

    22 mai 2013, par user2408040

    I have installed Red5 and ffmpeg in Ubuntu.

    My idea is use the example http://localhost:5080/demos/ofla_demo.html for a simple streaming with ffmpeg.

    I use ffmpeg as follow :

    ffmpeg -i out.flv -f flv "rtmp://localhost:5080/oflaDemo"

    I hope is to see in http://localhost:5080/demos/ofla_demo.html my streaming but this not happen.

    Someone can tell me I'm doing wrong ?

    Sorry my English :)

    Regards

  • dshow command is listing device name different from actual device name

    20 octobre 2015, par Somanshu

    I have used the command :

    ffmpeg -f dshow -list_devices true -i dummy

    to list the devices, but if device name is in language other than English then
    device name shown by FFmpeg and actual differ. How can I solve this mismatch
    problem ? This image shows the device name in Spanish :

    in Spanish

    This image shows the device name as read by FFmpeg :

    as read by FFmpeg