Recherche avancée

Médias (91)

Autres articles (74)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (13519)

  • streaming video to c# app

    15 octobre 2014, par Ilya

    I’m writing a streaming app, and I need to show a preview in my app.

    I running ffmpeg process like ffmpeg -rtbufsize 100M -f dshow -i video="Logitech HD Webcam C525" -c:v libx264 -pix_fmt yuv420p  -an -tune zerolatency -preset ultrafast -f tee -map 0:v "[f=flv]rtmp://video.dev/test/test|[f=mpegts]udp://localhost:18234"
    which streams into 2 output : remote rtmp and to local source for preview.

    So, what method I can use to show local preview ?

    I tried this Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application, but ffplay window doesn’t shows, maybe because it creates console window first, and then new window with video.

  • avcodec/d3d12va_hevc : enable allow_profile_mismatch flag for d3d12va msp profile

    5 décembre 2023, par Tong Wu
    avcodec/d3d12va_hevc : enable allow_profile_mismatch flag for d3d12va msp profile
    

    Same as d3d11va, this flag enables main still picture profile for
    d3d12va. User should add this flag when decoding main still picture
    profile.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_hevc.c
  • hwcontext_d3d11va : add mutiple supported DXGI formats

    14 février 2023, par Tong Wu
    hwcontext_d3d11va : add mutiple supported DXGI formats
    

    Add support for VUYX, YUYV422, Y210, XV30, P012, Y212, XV36.

    The added formats work with qsv acceleration and will not have
    impact on d3d11va acceleration(-hwaccel d3d11va) since so far
    these formats are still not supported by using d3d11va acceleration.

    Hwupload and hwdownload can work with the added formats.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavutil/hwcontext_d3d11va.c