Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (69)

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • matroskaenc : write correct Display{Width, Height} in stereo encoding

    22 octobre 2014, par Vittorio Giovara
    matroskaenc : write correct DisplayWidth, Height in stereo encoding
    

    should be the raw amount of pixels (for example 3840x1080 for full HD side by
    side) and the DisplayWidth/Height in pixels should be the amount of pixels for
    one plane (1920x1080 for that full HD stream)."

    So, move the aspect ratio check in the mkv_write_stereo_mode() function
    and always write the embl when stereo format and/or aspect ration is set.
    Also add a few comments to that function.

    CC : libav-stable@libav.org
    Found-by : Asan Usipov <asan.usipov@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • Cycle video display ffmpeg

    10 avril 2023, par Lucas McKamey

    I'm new to ffmpeg so I've been struggling to get this code to work so I thought I'd reach out to the community.&#xA;Essentially, I was wondering how I could write an ffmpeg command that switches between displaying a video from the inputs I provide every 10 seconds. Ideally, there would be a crossfade transition when switching between videos.&#xA;As an example, let's say I have 3 inputs (v1, v2, v3). Say each video is of a duration of 1 minute. The output video would look something like this :

    &#xA;

    v1(0-10s) -> v2(10-20s) -> v3(20-30s) -> v1(30-40s) -> v2(40-50s) -> v3(50-60s) where the arrows would be crossfade transitions.&#xA;Any advice or input you could provide on how I could start on something like this would be a huge help.

    &#xA;

    Best,&#xA;Lucas

    &#xA;

  • Revision da6b224e3c : Merge "Trap request to display non-existant frame"

    25 février 2014, par Adrian Grange

    Merge "Trap request to display non-existant frame"