Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (42)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6300)

  • FFMPEG Control Duration Of Video Watermark ? [duplicate]

    20 février 2017, par Briana Wilson

    This question already has an answer here :

    So far I have this code which allows me to batch watermark videos using FFMPEG :

    for %%a in ("C:\filepath\*.mp4") do ffmpeg -i "%%a" -q 40 -s 640x480 -vf "movie=watermark.png [watermark]; [in][watermark] overlay=x=(main_w-overlay_w)/2:y=(main_h-overlay_h)/2 [out]" "C:\filepath\%%~na.mp4"

    What I’m trying to figure out is how I can control the duration of the watermark so that it appears 60 seconds into the video and disappears 15 seconds later.

    Any guidance or help in figuring this out would be greatly appreciated.

    P.S. I need the code to be able to be run in batch.

  • Revision 0ffa3836f3 : Adding a configure flag to control WebM container support Adding a —(enable|di

    14 mars 2014, par Vignesh Venkatasubramanian

    Changed Paths :
     Modify /configure


     Modify /examples.mk


     Modify /vpxdec.c


     Modify /vpxenc.c



    Adding a configure flag to control WebM container support

    Adding a —(enable|disable)-webm-io flag to control WebM container input and
    output support. For now, enabling WebM IO by default only when there is a C++
    compiler. Doing so because eventually we will move WebM IO to libwebm and it
    is built using C++.

    Change-Id : I210ac36c23528e382ed41d3c4322291720481492

  • avfilter/vf_remap : add option to control output format

    14 juillet 2019, par Paul B Mahol
    avfilter/vf_remap : add option to control output format
    
    • [DH] libavfilter/vf_remap.c