Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (53)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9874)

  • H.264 video streaming in iphone and ipad using FFmpeg decoder [on hold]

    4 août 2014, par Ajin Chacko

    I am new to ios application development. And now I am trying H.264 video streaming in iphone and ipad using FFmpeg decoder. Kindly help me with sample programs that i can complete my project. Actually what I need is the code for getting the proper image form RTSP stream that I can display in image viewer controller.

    Thanks Regards

  • avutil : rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8

    29 juillet 2014, par Vittorio Giovara
    avutil : rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
    

    The rationale is that you have a packed format in form
    <greyscale sample> <alpha sample> <greyscale sample> <alpha sample>
    and shortening greyscale to ’G’ might make one thing about Greenscale instead.
    An alias pixel format and color space name are provided for compatibility.

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/brenderpix.c
    • [DBH] libavcodec/libopenjpegdec.c
    • [DBH] libavcodec/libopenjpegenc.c
    • [DBH] libavcodec/pngdec.c
    • [DBH] libavcodec/raw.c
    • [DBH] libavutil/pixdesc.c
    • [DBH] libavutil/pixfmt.h
    • [DBH] libavutil/version.h
    • [DBH] libswscale/input.c
    • [DBH] libswscale/swscale-test.c
    • [DBH] libswscale/swscale_internal.h
    • [DBH] libswscale/swscale_unscaled.c
    • [DBH] libswscale/utils.c
    • [DBH] libswscale/x86/swscale.c
  • Can FFMPEG get videos from other sites and get me the frame of video ?

    11 août 2014, par user3917039

    I have never used FFMPEG before, I want to know if i can use the links form other sites (say Youtube or Vimeo) on my site and use FFMPEG to fetch the frame of video on specific time (provided by the user) ?