Recherche avancée

Médias (91)

Autres articles (39)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • lavf/mov : Do not mix variable declaration and code.

    20 novembre 2017, par Carl Eugen Hoyos
    lavf/mov : Do not mix variable declaration and code.
    

    Fixes a warning :
    libavformat/mov.c:1195:5 : warning : ISO C90 forbids mixed declarations and code

    • [DH] libavformat/mov.c
  • lls.asm : put avx code under if HAVE_AVX_EXTERNAL

    30 juin 2013, par Michael Niedermayer
    lls.asm : put avx code under if HAVE_AVX_EXTERNAL
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/x86/lls.asm
  • Transforming ffmpeg code to batch proccess files in linux

    27 janvier 2019, par Kururin

    I need help converting ffmpeg command to so I can batch process the files

    ffmpeg -i in.mkv -vf subtitles=in.mkv:si=0 -c:v libx264 -c:a copy -map 0:v -map 0:a:0 out.mp4

    Convert everything in the folder to same name as the .mkv file but to .mp4. The file name can have [ ] _ and spaces. So I will really appreciate if any one can help me and explain the process !