Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8360)

  • lavfi/overlay_vaapi : set input region for overlay video to NULL

    12 avril 2023, par Haihao Xiang
    lavfi/overlay_vaapi : set input region for overlay video to NULL
    

    Otherwise main and overlay videos share the same input region. Note NULL
    pointer imples the whole overlay video will be processed.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/vf_overlay_vaapi.c
  • vf_scale_vaapi : Crop input surface to active region

    13 septembre 2016, par Mark Thompson
    vf_scale_vaapi : Crop input surface to active region
    

    If the input has been decoded from a stream which uses edge cropping
    then the whole surface need not be valid. This defines an input
    region for the scaler so we only use the active area of the frame.

    • [DBH] libavfilter/vf_scale_vaapi.c
  • FFMPEG scroll text between 300 - 700px [on hold]

    21 novembre 2018, par Karel B

    i have this scroll text values below, but it is scrolling just from left to right along whole width of video. I need to scroll text only between 300 - 700px .
    Can you help me to adjust this code correctly ?

    ffmpeg -v 0 -loglevel 0 -f lavfi -i amovie=/root/stream/bgsound.mp3:loop=0,asetpts=N/SR/TB -rtsp_transport tcp -i rtsp://xxxxx:554/Streaming/Channels/1 -i /root/stream/logo.png -i /root/stream/Board.png -i /root/stream/timesheep.png -i /root/stream/grass.png -i /root/stream/text.png -filter_complex "overlay=1000:0,overlay=905:70,overlay=5:5,overlay=0:665,overlay=290:1,drawtext=fontfile=/root/stream/OpenSans-Bold.ttf:fontsize=20:textfile=/root/stream/feeding.txt:reload=1:x=(mod(5*n\,w+tw)-tw):y=h-th-690:fontcolor=black:boxcolor=white@0.01:box=1"