Recherche avancée

Médias (91)

Autres articles (50)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5471)

  • lavc/vvc : Detect subpic overlaps at CTU level

    18 mai, par Frank Plowman
    lavc/vvc : Detect subpic overlaps at CTU level
    

    In d5dbcc00d889fb17948b025a468b00ddbea9e058, it was hoped that detection
    of subpicture overlaps could be performed at the tile level, so as to
    avoid introducing per-CTU checks. Unfortunately since that patch,
    fuzzing has indicated there are some structures involving
    pps_subpic_one_or_more_tiles_slice where tile-level checking is not
    sufficient. Performing the check at the CTU level should (touch wood)
    be the be-all and and-all of this, as CTUs are the lowest common
    denominator of the picture partitioning.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/ps.c
  • ffmpeg constant frame-rate - same as the source

    13 octobre 2020, par Andrea Vettorino

    I am using ffmpeg to convert a video (to emulate HandBrake). I would like the result to be with constant frame-rate, the same as the source (if the source is constant), otherwise if the source is variable the lowest of the source values (with a minimum of 23.97 and a max of 30).

    &#xA;

    I tried with -filter :

    &#xA;

    ffmpeg -i input.mp4 -filter:v fps=fps=23.98 output.mp4 &#xA;

    &#xA;

    but in this way it would just be constant with a value that I fix.

    &#xA;

    Also, with ffmpeg -re -i input.mp4 output.mp4&#xA;it should be the same as source but again, in case the input is variable it doesn't work.

    &#xA;

    Thank you for your help

    &#xA;

  • hwcontext_vulkan : fix uploading and downloading from/to flipped images

    26 mai 2020, par Lynne
    hwcontext_vulkan : fix uploading and downloading from/to flipped images
    

    We want to copy the lowest amount of bytes per line, but while the buffer
    stride is sanitized, the src/dst stride can be negative, and negative numbers
    of bytes do not make a lot of sense.

    • [DH] libavutil/hwcontext_vulkan.c