
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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, parMediaSPIP 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, parCette 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 PaniconiChanged 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 jpvansTrying 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




Initial start-up messages from ffmpeg



-
Revision 2873d5608b : Merge "Enable accuracy/memory check for 16x16 transforms"
10 septembre 2013, par Jingning HanMerge "Enable accuracy/memory check for 16x16 transforms"