Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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

Sur d’autres sites (11449)

  • Revision 9bc5f3e3af : Change common vp8_ public symbol prefixes to vp9_. Change-Id : Ic5a5f60e1ff9d9cc

    31 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/common/alloccommon.c Modify /vp8/common/alloccommon.h Modify /vp8/common/arm/arm_systemdependent.c Modify /vp8/common/arm/bilinearfilter_arm.c Modify /vp8/common/arm/filter_arm.c Modify /vp8/common/arm/idct_arm.h (...)

  • 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

    


  • Take out old init OBJECT/EMBED message, debug output style edit

    4 juillet 2011

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Take out old init OBJECT/EMBED message, debug output style edit