Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (73)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • rtmpproto : Include the full path as app when "slist=" is found

    11 novembre 2015, par Martin Storsjö
    rtmpproto : Include the full path as app when "slist=" is found
    

    This matches what librtmp does. This fixes automatic url parsing of
    crunchyroll urls.

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

    • [DBH] libavformat/rtmpproto.c
  • aacsbr_fixed : check for envelope scalefactors overflowing

    9 novembre 2015, par Andreas Cadhalpun
    aacsbr_fixed : check for envelope scalefactors overflowing
    

    This prevents various values from getting an insanely huge exponent.
    If someone knows a cleaner solution, thats welcome !

    This is similar to commit 8978c74 for aacsbr.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/aacsbr_fixed.c
  • How to overlay only part of a video using ffmpeg or a similar tool (not the full frame) [closed]

    26 octobre 2024, par velw

    I have two videos (let's say 1.mp4 and 2.mp4). I would like to overlay only the top-right quarter of 2.mp4 onto 1.mp4.

    &#xA;

    The output would be a single video with the content from 1.mp4 in the top left, bottom left and bottom right, and the content from 2.mp4 in the top right.

    &#xA;

    (To be clear, I don't mean shrinking anything. The output would show only three quarters of the frame from 1.mp4 and only one quarter of the frame from 2.mp4)

    &#xA;

    Is it possible to do this with ffmpeg or something similar ?

    &#xA;