Recherche avancée

Médias (91)

Autres articles (61)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • avcodec/vp6 : use rounded shift for chroma motion vector calculation

    10 janvier 2019, par Peter Ross
    avcodec/vp6 : use rounded shift for chroma motion vector calculation
    

    Partially fixes : https://trac.ffmpeg.org/ticket/1282

    Signed-off-by : Peter Ross <pross@xvid.org>

    • [DH] libavcodec/vp56.c
    • [DH] tests/ref/fate/vp60
    • [DH] tests/ref/fate/vp61
    • [DH] tests/ref/fate/vp6f
  • Revision 8b2f57d0b8 : a new way of determining reference motion vector Using surrounding reconstructe

    6 août 2012, par Yaowu Xu

    Changed Paths : Modify /configure Modify /vp8/common/blockd.h Modify /vp8/common/findnearmv.c Modify /vp8/common/findnearmv.h Modify /vp8/decoder/decodemv.c Modify /vp8/decoder/decodframe.c Modify /vp8/decoder/onyxd_if.c Modify /vp8/encoder/bitstream.c (...)

  • ffmpeg motion sensing to invoke link

    29 juin 2020, par anthos

    ffmpeg -rtsp_transport tcp -i rtsp://<ip>/h264/m.amp -vf select=&#x27;gte(scene\,0.05)&#x27;,metadata=print -an -f null -</ip>

    &#xA;

    The command above produce output below when a mition is detected.

    &#xA;

    [Parsed_metadata_1 @ 000002896a401700] frame:0    pts:595321  pts_time:6.61468&#xA;[Parsed_metadata_1 @ 000002896a401700] lavfi.scene_score=0.052305&#xA;[Parsed_metadata_1 @ 000002896a401700] frame:1    pts:1022151 pts_time:11.3572&#xA;[Parsed_metadata_1 @ 000002896a401700] lavfi.scene_score=0.131147&#xA;

    &#xA;

    Is there anyway I can have a curl / wget triggered, at same time, to open a link ?

    &#xA;