Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (105)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (8181)

  • lavc/videotoolboxenc : Use shared pixel buffer pool

    27 avril 2016, par Rick Kern
    lavc/videotoolboxenc : Use shared pixel buffer pool
    

    This reduces the chance of a memcpy in the media server.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c
  • lavd/avfoundation : use AVCodecParameters

    5 mai 2016, par Rick Kern
    lavd/avfoundation : use AVCodecParameters
    

    Fixes "Could not find codec parameters for stream" error (#5494)

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavdevice/avfoundation.m
  • lavc/videotoolboxenc : fix allocated buffer size

    29 mai 2016, par Rick Kern
    lavc/videotoolboxenc : fix allocated buffer size
    

    Allocates a buffer with padding, and with enough room for start codes when
    length codes are smaller.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c