Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (18)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (5920)

  • vaapi_h265 : Convert to use coded bitstream infrastructure

    14 mai 2017, par Mark Thompson
    vaapi_h265 : Convert to use coded bitstream infrastructure
    

    Also improves the metadata and generally makes the configuration
    a bit cleaner.

    (cherry picked from commit ac12486714b48f9bd5d9167f90b77c936751d6ef)

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vaapi_encode_h265.c
    • [DH] libavcodec/vaapi_encode_h26x.c
    • [DH] libavcodec/vaapi_encode_h26x.h
  • Using ffmpeg dshow option "HP Webcam Splitter" leaves a process running and the webcam light on

    7 septembre 2017, par Matt Mahony

    I am streaming from a webcam using a command line like (simplified) :

    ffmpeg.exe -f dshow -i video="HP Webcam Splitter" -c:v libx264 -an -f rtp rtp://localhost:50041

    When the "HP Webcam Splitter" option is used, it launches a "HPMediaSmartWebcam.exe" process. This is a process used to stream the webcam to more than one process. My problem is when ffmpeg closes, that executable is still running, and it leaves the webcam light on.

    I can manually kill the HPMediaSmartWebcam.exe process, but I’m hoping for a cleaner way to do this. Does ffmpeg have any idea another external process was launched ? Can ffmpeg detect that and close the new process ? Or is this a bug in the HPMediaSmartWebcam.exe program ?

  • vaapi_h265 : Convert to use coded bitstream infrastructure

    14 mai 2017, par Mark Thompson
    vaapi_h265 : Convert to use coded bitstream infrastructure
    

    Also improves the metadata and generally makes the configuration
    a bit cleaner.

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/vaapi_encode_h265.c
    • [DBH] libavcodec/vaapi_encode_h26x.c
    • [DBH] libavcodec/vaapi_encode_h26x.h