Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (67)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7390)

  • How can I upscale videos with FFmpeg to a fixed resolution ?

    30 juillet 2020, par Tobias

    Resolution of an example video : 640x788

    


    Desired resolution of the new video : 1920x1080

    


    The aspect ratio of the video should be kept (the area left & right should be filled black).

    


    My current call looks like this : ffmpeg -i input.mp4 -s 1920x1080 -r 60 -aspect 1:1 -strict experimental output.mp4. The problem here is that the video is sometimes made narrower / wider (aspect ratio is not kept).

    


    Since I am no FFmpeg expert I hope for help here (maybe there is a padding property ?)

    


  • hwcontext_vaapi : Try to create devices via DRM before X11

    6 mai 2019, par Mark Thompson
    hwcontext_vaapi : Try to create devices via DRM before X11
    

    Opening the device via X11 (DRI2/DRI3) rather than opening a DRM render
    node directly is only useful if you intend to use the legacy X11 interop
    functions. That's never true for the ffmpeg utility, and a library user
    who does want this will likely provide their own display instance rather
    than making a new one here.

    • [DH] libavutil/hwcontext_vaapi.c
  • doc/filters : update SITI description

    28 février 2023, par Werner Robitza
    doc/filters : update SITI description
    

    The filter implements the 'legacy' version from a superseded recommendation.

    • [DH] doc/filters.texi