Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (83)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (11972)

  • FFMPEG - How does it work expression in blend

    30 juillet 2015, par ManelAcacio

    I am trying to do a crossfade between two videos (I want with many like we do with the slideshow, with an incremental file name, but want to try with 1 first).

    I am using this command but I cant understand the expression :

    ffmpeg -y -i 1.mp4 -i 2.mp4 -filter_complex "[1:v][0:v]blend=all_expr='A*(if(gte(T,3),1,T/3))+B*(1-(if(gte(T,3),1,T/3)))'" ultimo.mp4

    The videos are 5 seconds each and I want that the last 1 or 2 seconds of the first video blend with the first or second second of the other video, like crossfading.

    Anyone help me understand the expression and help me to achieve the result ?

    Thank you very much.

  • avcodec/dv : Don't pretend initializing work chunks can fail

    4 avril 2024, par Andreas Rheinhardt
    avcodec/dv : Don't pretend initializing work chunks can fail
    

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

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv_internal.h
    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/dvenc.c
  • ffmpeg scale2ref works locally but does not work on server

    10 novembre 2020, par nopapi

    I'm trying to execute this command :

    &#xA;

    ffmpeg -i input.mp4 -i watermark.png -filter_complex "[1][0]scale2ref=w=oh*mdar:h=ih/20[wm][vid] ;[vid][wm]overlay=10:10" -c:v libx264 -crf 23 -preset veryfast -c:a aac -ab 128k -movflags faststart output.mp4

    &#xA;

    This command add a watermark on the video and compress it.

    &#xA;

    It worked localy on my computer but once I deployed the app on Centos server it stopped working and this is the error I get :

    &#xA;

    console output

    &#xA;

    Any help please. thank you

    &#xA;