Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (33)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6453)

  • avcodec/vc1 : Remove unused topleft,bottomright fields

    30 avril, par Andreas Rheinhardt
    avcodec/vc1 : Remove unused topleft,bottomright fields
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vc1.h
  • avcodec/rv60 : loosen fill_mv_skip_cand top right and bottom left criteria

    16 novembre 2024, par Peter Ross
    avcodec/rv60 : loosen fill_mv_skip_cand top right and bottom left criteria
    

    Fixes ticket #11293.

    • [DH] libavcodec/rv60dec.c
  • ffmpeg Blur top and bottom of video [closed]

    27 juin 2024, par Amarin E

    I have a video in which I want to add blur at top 150 and bottom 150, but I can do only bottom 150 :

    &#xA;

    ffmpeg -i t1.mp4 -filter_complex "[0:v]crop=iw:150:(iw-ow)/2:ih-oh,avgblur=10[b0];[0:v][b0]overlay=(W-w)/2:H-h" -c:a copy -movflags &#x2B;faststart td.mp4&#xA;

    &#xA;

    So, how to add blur to Top 150 and Bottom 150 ?

    &#xA;

    Please help

    &#xA;

    I've tried this but it doesn't work !!!

    &#xA;

    ffmpeg -i t1.mp4 -filter_complex "[0:v]crop=iw:ih-150:(iw-ow)/2:ih-oh,avgblur=10[b0];[0:v][b0]overlay=(W-w)/2:H-h" -c:a copy -movflags &#x2B;faststart td.mp4&#xA;

    &#xA;