Recherche avancée

Médias (91)

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (9313)

  • ffmpeg input with comma sign and `amovie` filter

    4 janvier 2021, par Vivek Thummar

    i'm adding audio to mute video using given command :

    


    -i, input.mp4, 
-filter_complex, 
amovie=abc, xyz.mp3,asetpts=N/SR/TB,volume=0.0[a], 
-map, 0:v, 
-map, [a], 
-c:v, copy, 
-preset, ultrafast, 
-shortest, 
output.mp4


    


    It works fine until , enters in input path as shown in above command and throws given error :

    


    Error initializing filter 'amovie'

with args '/..folderPath../abc'
(while audio name was "abc, xyz.mp3")


    


    How can i ignore comma separator in input path, any help will be appreciated,Thank you..

    


  • avcodec/mpc8 : Unobfuscate sign-extension

    29 octobre 2020, par Andreas Rheinhardt
    avcodec/mpc8 : Unobfuscate sign-extension
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/mpc8.c
  • avformat/httpauth : do not decode plus sign to space in credentials

    4 février 2020, par Marton Balint
    avformat/httpauth : do not decode plus sign to space in credentials
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/httpauth.c