Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (12407)

  • truehd : break out part of rematrix_channels into platform-specific callback.

    20 mars 2014, par Ben Avison
    truehd : break out part of rematrix_channels into platform-specific callback.
    

    Verified with profiling that this doesn’t have a measurable effect upon
    overall performance.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/mlpdec.c
    • [DH] libavcodec/mlpdsp.c
    • [DH] libavcodec/mlpdsp.h
  • How to merge several audio and video file with defined start time using ffmpeg ? [closed]

    1er décembre 2020, par Sina Rostami

    I want to merge several audio and video files with their defined start time using ffmpeg.

    &#xA;

    for example consider these :

    &#xA;

    a.mp3 (00:00)

    &#xA;

    b.mp3 (00:10)

    &#xA;

    c.mp3 (00:20)

    &#xA;

    a.mp4 (00:10)

    &#xA;

    and in the overlapping times, both file should be played.

    &#xA;

    the output should be a file (out.mp4) like this :

    &#xA;

    time:&#xA;        |---------------a.mp4-----------------|&#xA;|---a.mp3--|&#xA;        |---b.mp3----|      |----c.mp3-------------|&#xA;====================================================&#xA;&#xA;

    &#xA;

    and it's okay to show a black screen when there's no video files at the time.&#xA;and also a soundless video when there's no audio file.&#xA;is it possible using ffmpeg ?

    &#xA;

    plz help

    &#xA;

  • Add text with FFMpeg drawtext at specific time

    17 avril 2017, par nbrogi

    I’m adding text to an animated GIF.

    I would like the text to appear at a specific time, though, and I’m unable to do that.

    This is what I have :

    ffmpeg -i image.gif -vf 'drawtext=textfile=/path/to/text.txt:x=0:y=0:fontfile=/path/to/font.ttf:fontsize=64:fontcolor=white:borderw=3:bordercolor=black:box=0'

    I tried different approaches, but nothing seems to work. I can manipulate timing for the video using things like -itsoffset 00:00:30, but not the text.