Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (13916)

  • Revision 282c963923 : Fix for multi-res-encoding : Use local variable for setting the improved predict

    12 avril 2013, par Marco Paniconi

    Changed Paths : Modify /vp8/encoder/pickinter.c Fix for multi-res-encoding : Use local variable for setting the improved prediction mode. cpi->sf.improved_mv_pred is set/fixed at the frame level and should not be changed inside pick_inter_mode. Change-Id : (...)

  • Improving ffmpeg pixelation and delay when using four video sources with PiP and using NVIDIA GPU

    7 septembre 2023, par jpvans

    Trying to get the best quality/performance when putting four sources together with ffmpeg.

    


    My current ffmpeg command is :

    


    ffmpeg -input_format h264 -s 1920x1080 -i /dev/video0  -input_format h264 -s 1920x1080 -i /dev/video1 -input_format h264 -s 1920x1080 -i /dev/video2  -input_format h264 -s 1920x1080 -i /dev/video3 -filter_complex \
"[1:v]scale=iw/4:-1:flags=lanczos[pip1]; \
 [2:v]scale=iw/4:-1:flags=lanczos[pip2]; \
 [3:v]scale=iw/4:-1:flags=lanczos[pip3]; \
 [0:v][pip1]overlay=main_w-overlay_w-10:main_h-overlay_h-10[bg1]; \
 [bg1][pip2]overlay=(main_w-overlay_w)/2:main_h-overlay_h-10[bg2]; \
 [bg2][pip3]overlay=10:main_h-overlay_h-10,format=yuv420p[v]" \
-map "[v]" -tune zerolatency -vcodec h264_nvenc -gpu 0 -preset llhq -tune ull -rc:v cbr -b:v 2500K -rc cbr_ld_hq -profile:v baseline  -delay:v 0  -an \
        -f flv rtmp://ant-media-server.cloud.vtti.vt.edu/WebRTCAppEE/gst_test


    


    ffmpeg reports only 15 fps when the sources provide 30fps wondering what can be done to improve that

    


    enter image description here

    


    Initial start-up messages from ffmpeg
enter image description here

    


  • Revision 2873d5608b : Merge "Enable accuracy/memory check for 16x16 transforms"

    10 septembre 2013, par Jingning Han

    Merge "Enable accuracy/memory check for 16x16 transforms"