Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (50)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5798)

  • Extra data within image (PPM/PAM/PNM)

    22 mai 2014, par Sean D

    Is it possible to store extra data in pixels of a binary PNM file in such a way that it can still be read as an image (hopefully by any decoder, but specifically by ffmpeg) ?

    I have a simulation that saves its data as PPM currently and I’d like a way to record more than three values per pixel in the file, and yet still be able to use it as an image (obviously only the first three/four values will actually affect the image).

    In particle I think the TUPLTYPE of PAM should allow me to do this, but I don’t know how make something that’s also a readable image from that.

  • avformat/dashenc : Set mp4 as the default format for VP9

    23 avril 2018, par Karthick Jeyapal
    avformat/dashenc : Set mp4 as the default format for VP9
    

    There is a separate muxer(webmdashenc.c) for supporting VP9+webm output in DASH.
    Hence in this muxer we will focus on supporting VP9 in MP4
    Have verified playout support of VP9+MP4 in Chrome and Firefox.

    • [DH] libavformat/dashenc.c
  • lavc/qsv : fallback to the default mfx implementation for internal session on Windows

    15 mai 2023, par Haihao Xiang
    lavc/qsv : fallback to the default mfx implementation for internal session on Windows
    

    The mfx implementation based on D3D11 is expected for an internal
    session on Windows, however sometimes this implemntation is not
    supported [1]. A fallback to the default mfx implementation is added in
    this patch.

    [1] https://github.com/intel/cartwheel-ffmpeg/issues/246

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsv.c