Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (46)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

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

  • dsputil : Split motion estimation compare bits off into their own context

    8 février 2014, par Diego Biurrun
    dsputil : Split motion estimation compare bits off into their own context
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/ac3enc.c
    • [DBH] libavcodec/ac3enc.h
    • [DBH] libavcodec/arm/Makefile
    • [DBH] libavcodec/arm/me_cmp_armv6.S
    • [DBH] libavcodec/arm/me_cmp_init_arm.c
    • [DBH] libavcodec/dv.h
    • [DBH] libavcodec/dvenc.c
    • [DBH] libavcodec/error_resilience.c
    • [DBH] libavcodec/error_resilience.h
    • [DBH] libavcodec/h264.c
    • [DBH] libavcodec/h264.h
    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/me_cmp.c
    • [DBH] libavcodec/me_cmp.h
    • [DBH] libavcodec/motion_est.c
    • [DBH] libavcodec/motion_est_template.c
    • [DBH] libavcodec/mpeg4videoenc.c
    • [DBH] libavcodec/mpegvideo.c
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/mpegvideoencdsp.c
    • [DBH] libavcodec/ppc/Makefile
    • [DBH] libavcodec/ppc/me_cmp.c
    • [DBH] libavcodec/svq1enc.c
    • [DBH] libavcodec/svq1enc.h
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/me_cmp.asm
    • [DBH] libavcodec/x86/me_cmp_init.c
  • ffmpeg - need help removing motion trails appearing on moving objects [closed]

    24 octobre 2024, par Patrick

    Need some guidance. I'm not much of a unix guy and I know very little about ffmpeg.
Trying to stream a handful of cameras to YT. It's working but this screenshot shows the results.
It's not constant, it comes and goes. I'll provide the ffprobe for one of the cams as well as the command line I am using.

    


    ffprobe rtsp ://5fca316e7c40f.streamlock.net:1935/live-secure/M070EBIPC-21-LQ.stream
Input #0, rtsp, from 'rtsp ://5fca316e7c40f.streamlock.net:1935/live-secure/M070EBIPC-21-LQ.stream' :
Metadata :
title : M070EBIPC-21-LQ.stream
Duration : N/A, start : 5.266333, bitrate : N/A
Stream #0:0 : Video : h264 (Main), yuvj420p(pc, bt709, progressive), 1024x576 [SAR 1:1 DAR 16:9], 15 fps, 15 tbr, 90k tbn, 30 tbc

    


    ffmpeg -f lavfi -i anullsrc -stream_loop -1 -i rtsp ://5fca316e7c40f.streamlock.net:1935/live-secure/M070EBIPC-21-LQ.stream -s 1024x576 -loop 1 -r 8 -tune zerolatency -vcodec libx264 -c:v copy -c:a mp3 -pix_fmt yuvj420p -g 2 -strict experimental -b:v 705000k -flvflags no_duration_filesize -f flv rtmp ://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx

    


    I've tried searching for help, but I understand each camera and scenario is different.

    


  • FFMpeg overlay moving in steps instead of continous motion

    8 septembre 2017, par techr

    I had to repost this question, since I couldn’t add the console output in comment. The original post can be found here
    and the video can be found here.

    ffmpeg -y -stream_loop -1 -i b.mpg -i bg.jpg -filter_complex "
    [0:v]scale=320:240[vid];[1][vid]overlay=x='(180+(30-180)*(t-
    0)/60)*between(t,0,60)+(30+(290-30)*(t-60)/60)*between(t,60,120)':y='(120+
    (120-120)*(t-0)/60)*between(t,0,60)+(120+(30-120)*(t-
    60)/60)*between(t,60,120)'[out]" -map "[out]" -r 29.97 -aspect 4:3 -b:v
    4000k -minrate 4000k -maxrate 4000k -bufsize 2000k -t 64 t.mpg
    Input #0, mpegvideo, from 'b.mpg':
    Duration: 00:00:32.34, bitrate: 4000 kb/s
    Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, progressive), 720x480
    [SAR 32:27 DAR 16:9], 4000 kb/s, 29.97 fps, 29.97 tbr, 1200k tbn, 59.94 tbc
    Input #1, image2, from 'bg.jpg':
    Duration: 00:00:00.04, start: 0.000000, bitrate: 19637 kb/s
    Stream #1:0: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 640x480,
    25 tbr, 25 tbn, 25 tbc
    Stream mapping:
    Stream #0:0 (mpeg2video) -> scale
    Stream #1:0 (mjpeg) -> overlay:main
    overlay -> Stream #0:0 (mpeg1video)
    Press [q] to stop, [?] for help
    [swscaler @ 0000000002adc740] deprecated pixel format used, make sure you
    did set range correctly
    Output #0, mpeg, to 't.mpg':
    Metadata:
    encoder         : Lavf57.73.100
    Stream #0:0: Video: mpeg1video, yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31,
    4000 kb/s, 29.97 fps, 90k tbn, 29.97 tbc (default)
    Metadata:
     encoder         : Lavc57.99.100 mpeg1video
    Side data:
     cpb: bitrate max/min/avg: 4000000/4000000/4000000 buffer size: 2000000
    vbv_delay: -1
    warning, clipping 1 dct coefficients to -255..255repeated 2 timesnter