Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16609)

  • Revision 04d62a989b : Merging in the TX_SELECT experiment Change-Id : I0d306b0062be59bc785b65882691c95

    23 octobre 2012, par Deb Mukherjee

    Changed Paths : Modify /configure Modify /vp8/common/onyxc_int.h Modify /vp8/decoder/decodemv.c Modify /vp8/decoder/decodframe.c Modify /vp8/encoder/bitstream.c Modify /vp8/encoder/block.h Modify /vp8/encoder/encodeframe.c Modify /vp8/encoder/onyx_if.c (...)

  • Revision e18b104462 : Palette experiment : adaptly update probs Also make changes to transmit palette-

    7 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_palette.c


     Modify /vp9/common/vp9_palette.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rdopt.c



    Palette experiment : adaptly update probs

    Also make changes to transmit palette-enabled flag using
    neighbor blocks as context.

    on screen_content
    — enable-palette +7.35%

    on derflr
    with all other experiments +6.05%

    Change-Id : Id6c2f726d21913d54a3f86ecfea474a4044c27f6

  • ffmpeg use amix and adelay to play ad over song

    15 mars 2017, par snowkiterdude

    I have two mp3 files, one long and one short(a song and an ad). I need the ad to play over the song starting 15 seconds into the song. I also need the volume of the song to fade out/in slightly before and after the ad. I have tried using amix with adelay but just can’t get it right.

    here is something close but broken.

    ffmpeg -i song.mp3 -i ad.mp3 -filter_complex "amix=inputs=2:duration=first:dropout_transition=2 ;adelay=0|15000" output.mp3

    How can I get the ad to mix with the song properly ?