
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (52)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (2634)
-
Best and latest live video streaming soloution [on hold]
3 avril 2015, par FordI have read a few old posts on StackOverflow about live video streamins, but as they are from around 2008, i assume things have moved on from then... and wonder if a current thread will be useful to me and others.
Also looking on google gives lots of stuff, but again i dont know who is best to listen to and who is trying to sell their stuff (not that i am against paying).Basically what are the main points i need to know in order to add/develope a feature to a website in order to offer "1 on 1" and "1 to many" MULTIPLE live streaming webcam, with voice and text chat.
I am quiet competent with PHP, OK with basic JavaScript (of course fine with HTMLL/css), but do not know what code i would need for client side software, or if any "off the shelf" software is suitable.
I have played with ffmpeg and noticed this offers streaming, but i dont know if it would be suitable or the best available option.?
I have a dedicated server with virtualization so can add a dedicated box for streaming if needed/better.Any info that can point me off in the right direction of how to add a live streaming service to a website would be much appreciated !
-
How to get latest video frame without errors with FFMpeg ?
3 mai 2021, par Kyryl ZotovI'm getting frame from video with FFMPEG and its working great except this when I want to get latest second frame.


Video is
15.000
seconds.
But when I want exact that one or even14.950
its not working.
When I try to get14.800
it works, is there any way to setup ffpmeg to give closes result if it can't get frame ?

My android library :

implementation 'com.arthenica:ffmpeg-kit-min:4.4.LTS'


My Command

ffmpeg -ss 00:15:00.000 -i input -vframes 1 -q:v 2 output.jpg


Error messages are :


logs=Log{sessionId=1, level=AV_LOG_INFO, message=' configuration: --cross-prefix=aarch64-linux-android- --sysroot=/files/android-sdk/ndk/22.0.7026061/toolchains/llvm/prebuilt/linux-x86_64/sysroot --prefix=/storage/dark/projects/ffmpeg-kit/prebuilt/android-arm64-lts/ffmpeg --pkg-config=/usr/bin/pkg-config --enable-version3 --arch=aarch64 --cpu=armv8-a --cc=aarch64-linux-android21-clang --cxx=aarch64-linux-android21-clang++ --ranlib=aarch64-linux-android-ranlib --strip=aarch64-linux-android-strip --nm=aarch64-linux-android-nm --extra-libs='-L/storage/dark/projects/ffmpeg-kit/prebuilt/android-arm64-lts/cpu-features/lib -lndk_compat' --target-os=android --enable-neon --enable-asm --enable-inline-asm --enable-cross-compile --enable-pic --enable-jni --enable-optimizations --enable-swscale --disable-static --enable-shared --enable-v4l2-m2m --disable-outdev=fbdev --disable-indev=fbdev --enable-small --disable-openssl --disable-xmm-clobber-test --disable-debug --enable-lto --disable-neon-clobber-test --disable-programs --disable-postproc --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-sndio --disable-schannel --disable-securetransport --disable-xlib --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-audiotoolbox --disable-appkit --disable-alsa --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-sdl2 --enable-zlib --enable-mediacodec



{sessionId=1, level=AV_LOG_WARNING, message='[swscaler @ 0x75ef56e000] deprecated pixel format used, make sure you did set range correctly


{sessionId=1, videoFrameNumber=0, videoFps=0.0, videoQuality=0.0, size=-22, time=0, bitrate=-1.0, speed=0.0}

{sessionId=1, level=AV_LOG_INFO, message='frame= 0 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x '}

{sessionId=1, videoFrameNumber=0, videoFps=0.0, videoQuality=0.0, size=-22, time=0, bitrate=-1.0, speed=0.0}

video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown'

Output file is empty, nothing was encoded 

(check -ss / -t / -frames parameters if used



-
Anomalie #3501 (Nouveau) : Les forums supprimés restent en base
6 juillet 2015, par Franck DalotBonjour
Spip 3.1 [22301] mais aussi spip 3.0.20Lorsque l’on va dans ecrire/ ?exec=controler_forum&statut=off
Les messages supprimés même très vieux sont toujours présent (suffit de voir contrib (2611 supprimés) le plus vieux semble du 7 décembre 2002)
Logiquement, il faudrait que cela fasse comme les articles, qui après un certain temps (24 ou 48h, je sais plus) sont supprimés de la baseLe problème est également présent concernant les "spams"
Franck