Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (67)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10322)

  • ffmpeg full nvidia hardware transcode with deinterlace

    16 décembre 2016, par André Moreira

    I know that if ffmpeg is compiled with libnpp support you can do a full hardware transcoding with scaling, like this :

    ffmpeg -hwaccel_device 0 -hwaccel cuvid -c:v h264_cuvid -i input -vf scale_npp=-1:720 -c:v h264_nvenc -preset slow output.mkv

    Is it possible to, instead of scaling, apply a deinterlace filter to be handled by the hardware, like the scaling is in the example above ? Does libnpp provide deinterlace ?

  • rtmpproto : Send a full, absolute timestamp if it isn’t monotonically growing

    17 janvier 2014, par Martin Storsjö
    rtmpproto : Send a full, absolute timestamp if it isn’t monotonically growing
    

    The normal differential timestamps can’t handle negative
    differences, thus send a full packet header with an absolute
    timestamp in these cases.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmppkt.c
  • lavu : Document the color properties enumeration values origin

    1er décembre 2016, par Vittorio Giovara
    lavu : Document the color properties enumeration values origin
    
    • [DBH] libavutil/pixfmt.h