Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (92)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10021)

  • How to use ffmpeg to merge the median of pixels in 2 videos

    24 avril 2020, par jocelyn

    I'm new to coding and ffmpeg so please go easy on me !

    



    I am trying to merge 2 videos (they are identical) using the median of the each pixel. I have to use ffmpeg to do this but am unable to find any information online.

    



    I have managed to merge 2 identical videos using the average of each pixel using the following command(I think at least, I'm not sure how to tell if this worked but the command didn't give any errors so I assume it did)
- "ffmpeg -i video1.avi -i video2.avi -filter_complex "blend=all_mode='average'" mergedvideo.avi"

    



    Can anyone help provide more information on how I can use ffmpeg to merge the videos using the median of each video pixel ?

    



    Thanks in advance !

    


  • Decode `ts` videos on GPUs ?

    30 octobre 2018, par Sam Radhakrishnan

    I have a Nvidia Geforce GTX 1080Ti that I am using for video processing. I am trying to decode videos on the GPU and am able to decode Mpeg-4 videos. However the problem is when I try using this for ts files. It errors out with a message saying that the format is unsupported. I am using opencv::cudacodec::VideoReader for decoding videos.

    I have tried a couple of things-

    • Spawning an encoding session to encode ts to mp4 and then decode. However this seems like an overkill.
    • Decode using the CPU and then upload the frames to GPU for processing. This seems to be the best solution right now. However it still takes almost 4 times the time it takes for mp4 files on the GPU.
    • Use ffmpeg to copy the audio/video streams and change the container to mp4. This leads to almost twice the number of frames when decoded on the GPU

    I am looking for a solution to decode ts files on the GPU.

  • How to Watermark videos on word press site ? [on hold]

    8 août 2017, par Sonia khan

    How can i add water mark to uploaded videos on hosting server , i have used ffmpeg on windows pc to watermark videos with code lines but i dont know how to do that on server/ wordpress site via any plugin or php script or via ffmpeg code line ?