Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (44)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (5992)

  • Casting a mp2t stream to Chromecast

    31 juillet 2017, par Tiago Ferreira

    I’m developing a project where I receive data from an external mp2t stream in a node.js app and I’m trying to cast it to a chromecast device using the castv2-client package setting the contentType attribute to "video/mp2t" but it’s not working.

    If I convert the stream to an mp4 file using ffmpeg I can cast the video, but it stutters a lot given the fact that on each chunk of video received, it has to convert it.

    Is there any way I can cast the mp2t video directly as I receive it ?

  • FFMPEG Screen record using AMD GPU encoder in Arch linux

    23 décembre 2020, par Lucas Martins Soares

    I am trying to record my screen with the GPU encoder using the following command :

    


    ffmpeg -vaapi_device /dev/dri/renderD128 -f x11grab -video_size 1440x900 -i :0 -vf 'hwupload,scale_vaapi=format=nv12' -c:v h264_vaapi -qp 24 output.mp4

    


    But I get the following error :

    


    [h264_vaapi @ 0x565330f47580] Driver does not support some wanted packed headers (wanted 0xd,
found 0x1).

    


    the recording starts well but when i finish a 3 second video it takes 3 minutes to process and the
result is an almost slow motion video.

    


    My drivers :

    


    xf86-video-amdgpu 19.1.0-2
xf86-video-ati 1:19.1.0-2
xf86-video-fbdev 0.5.0-2
xf86-video-vesa 2.5.0-1
libva-mesa-driver 20.3.1-1
mesa 20.3.1-1
opencl-mesa 20.3.1-1


    


    vainfo :

    


    
vainfo: VA-API version: 1.10 (libva 2.10.0)
vainfo: Driver version: Mesa Gallium driver 20.3.1 for AMD VERDE (DRM 2.50.0, 5.9.14-arch1-1, LLVM 11.0.0)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileNone                   : VAEntrypointVideoProc



    


  • Help me get started with ffmpeg

    10 juillet 2014, par The Muffin Man

    I’ve looked through the documentation on the web site and it is written as if you already know how to use it, in other words it might as well be in Chinese. With that being said, I downloaded it, now what ? There is no exe, it looks like it needs to be compiled... How do I do that ?

    I’ve made about 30 different google searches on getting started with it but no luck.

    I’ve never had this much trouble working with a third party component.