Recherche avancée

Médias (91)

Autres articles (21)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (3748)

  • ffmpeg.c - drain all decoded frames during stream_loop flush

    15 mars 2018, par Gyan Doshi
    ffmpeg.c - drain all decoded frames during stream_loop flush
    

    When a decoded stream is being looped, after each post-EOF rewind,
    decoders are flushed in seek_to_start(). This only drains 1 frame, and
    thus the output has a few frames missing at the tail of each iteration
    except the last.

    With this patch, process_input is looped till process_input_packet
    reaches EOF.

    Fixes #7081

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] fftools/ffmpeg.c
  • doc/developer : update style guidelines to include for loops with declarations

    18 mai 2018, par Rostislav Pehlivanov
    doc/developer : update style guidelines to include for loops with declarations
    

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] doc/developer.texi
  • How to attach new vocal in any video without removing old vocals using ffmpeg libraby

    16 septembre 2015, par Prashant Singh

    I want to create a video that have new vocals but old background music. Is it possible using ffmpeg library ?

    I do not have very much idea about how to do it but I assume that any video contains two layers of audio.

    • Background music and
    • Vocals or dialogues

    I want to remove original vocals of video and add new vocals but I do not want to disturb the original background music of video.

    Is there anyone who can help me for it. I am using ffmpeg library for it.