Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (57)

  • 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

  • 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

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

Sur d’autres sites (7547)

  • Find Percentage of difference between two Videos Using FFMPEG

    8 octobre 2020, par Jai

    I am working with Video comparison using FFmpeg on Java. I have videos name "video1 and Video2". I can find the difference between two video using FFmpeg.

    


    It shows the result Video with difference. But here I want to find how many percent (IE : 20%) Video1 different from Video2. How to achieve this ?

    


  • Unable to find a suitable output format for ' : Invalid argument [closed]

    12 octobre 2020, par Sankalpa Sarkar

    ffmpeg -i a.webm -i b.webm -filter_complex '[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' -map [vid] -c:v libx264 -crf 23 -preset veryfast outputfin.webm

    


    This was meant to be a simple code to merge two videos side-by-side. However, it is throwing the following error :

    


    'NULL @ 0x55aafb8828e0] Unable to find a suitable output format for '
: Invalid argument


    


    What is the error here ?

    


  • ffmpeg/Libavcodec couldn't find codec

    18 novembre 2020, par BloodyFerret

    I want to make a transcoding video app from h.264 to h.265.
I have a problem with libavcodec library. I have this library in my project, all function is working, but when i'm trying to set codec :
avcodec_find_decoder_by_name("libx265");
function couldn't find it. Hovewer, when i give "hevc" instead of "libx265" function is working, but it's not the same.
Please for help :)