Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9517)

  • avfilter/formats : free the correct pointer in ADD_FORMAT()

    21 novembre 2014, par Michael Niedermayer
    avfilter/formats : free the correct pointer in ADD_FORMAT()
    

    Also only free it when it was not previously allocated to return to the
    state prior to the failing function call

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/formats.c
  • How to download videos with a size less than 19M using yt dlp [closed]

    11 août 2024, par Иван Шивалов

    How to force yt-dlp url -f "b[filesize<19M]". The problem is that youtube stores video and audio separately, is it possible to select by size at the same time ? Also, if the file is going to be larger than 19M anyway, then I want to compress it. How to do it ?

    &#xA;

    I tried using yt dlp, but I didn't figure out the parameters. I used ffmpeg for compression, but I still didn't understand how to compress to the desired size

    &#xA;

  • amfenc : Do not automatically download/upload unknown hardware input frames

    14 avril 2018, par Mark Thompson
    amfenc : Do not automatically download/upload unknown hardware input frames
    

    Supplying a hardware input frame which is not in the input hardware frames
    context is not allowed by the API, so additional code to handle it is not
    necessary. Further, handling it automatically results in very low
    performance - it is more appropriate to fail immediately so that the user
    can fix their incorrect setup.

    • [DH] libavcodec/amfenc.c