Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (43)

  • 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

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

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

Sur d’autres sites (8876)

  • Is FFmpeg a part of recent APIs ?

    15 octobre 2015, par Léon Pelletier

    When using MediaCodec and MediaMuxer, I’ve noticed some mentions of ffmpeg in the logs. Does it means that a part of FFmpeg has been integrated into Android Framework ? Can I call it ?

  • avfilter/x86/vf_maskedmerge : Clear upper part of width

    23 décembre 2015, par Michael Niedermayer
    avfilter/x86/vf_maskedmerge : Clear upper part of width
    

    Fixes crash
    Fixes : Ticket5055

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

    • [DH] libavfilter/x86/vf_maskedmerge.asm
  • FFmpeg flipping part of image using two filter streams and overlay

    1er janvier 2016, par John Deere

    I am trying vertically and horizontally flip the row with data & time and speed of my video from the Car Dashcam installed vice versa. The command

    ffmpeg -i \20160101_123857_3043.mp4 -vf "split [main][tmp] ; [tmp] crop=1080:39:0:1040,vflip,hflip [flip] ; [main] crop=1080:1941:0:0 [flip] overlay" out.mp4

    return Unable to parse graph description substring : "overlay=40:0"

    What’s wrong in the command ? The video is the Full HD 1920x1080.