Recherche avancée

Médias (91)

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les sons

    15 mai 2013, par
  • 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 (3705)

  • Revision 76e0c95dd9 : Trap reference frames of invalid size A corrupt bitstream could refer to a refe

    11 juin 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Trap reference frames of invalid size

    A corrupt bitstream could refer to a reference frame that has no size.

    Change-Id : I56c3b71a9dbb58b498e9969403e289c0e574f948

  • ffmpeg how to upscale video 2x but only if resulting size is smaller than 720 height ?

    16 avril 2022, par tuqueque

    I want to upscale videos in ffmpeg to twice their size, but only if the resulting size is smaller than 720 height... so, for example :

    


    A video of 256x144 will be upscaled 2x, resulting in 512x288

    


    A video of 640x360 will be upscaled 2x, resulting in 1280x720

    


    A video of 854x480 (or bigger sizes) won't be upscaled, because the resulting sizes would exceed the limit of 720 height.

    


    So, is it possible to do something like that in ffmpeg with the "scale" filter ?

    


  • lavf/udp : fix the comments for default UDP socket recvbuf size

    11 juillet 2020, par Jun Zhao
    lavf/udp : fix the comments for default UDP socket recvbuf size
    

    15d160cc0b2 increased the UDP socket receiving buffer size
    (64K ->384K), but missed to update this comments.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/udp.c