
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (18)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)
31 mai 2013, parLorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
Description des scripts
Trois scripts Munin ont été développés :
1. mediaspip_medias
Un script de (...)
Sur d’autres sites (3422)
-
FFMPEG inconsistent HLS segments duration [closed]
3 juin 2021, par GugisI have running nginx-rtmp server with enabled HLS conversion. Segment duration is set to 5 seconds and m3u8 playlist length 6 segments. And it works well when I stream directly using software like OBS Studio, all segments are 5 seconds with 200ms deviation. But when I restream it using FFMPEG segment duration becomes very inconsistent 4 to 12 seconds. Why is that ? On what segment's duration depends ? My first guess would be there's something wrong with my FFMPEG options.
Media is being streamed from browser to backend server, which runs FFMPEG process and rebroadcasts it to RTMP server.
Here's FFMPEG command I use.


ffmpeg -f webm -i - -c:v libx264 -preset veryfast -crf 20 -strict -2 -c:a aac -f flv rtmp://127.0.0.1/live/test


Is there anything I should add to make segment duration more consistent ?


-
Revision d66a63f02b : Enable reduced set of intra modes in rtc coding This commit enables the use of
20 février 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Enable reduced set of intra modes in rtc codingThis commit enables the use of DC, vertical, and horizontal intra
prediction mode in rtc non-RD mode decision. When the best cost value
of inter modes is above a given threshold, the encoder runs the
above three intra modes and selects the one that has minimum
prediction residual in terms of SAD.This together with recent changes on non-RD mode decision and coding
control improves compression performance of speed -6 by
derf 91%
yt 61%
hd 46%
stdhd 52%In terms of encoding speed, it is about 3 times faster than speed -5.
Change-Id : I6b483bfd0307e6482bb22a6676ae4e25a52b1310
-
Shortcut to open command prompt with preloaded command
13 janvier 2019, par LemonsI use
FFMPEG
to convert MP4s to WEBMs. This involves me constantly copying over my preferred script into the command prompt every single time. Is there a way to open a commant prompt with a certain command already set up and ready to go without executing the commmand immediately so that it is still editable ? Many times I need to change parameters of the script to match the specific file I will be converting...so simply having a pre-loaded script that runs by itself doesn’t make sense.Tried making a CMD shortcut but couldn’t find a way to do this without automatically running the command. Tried making a batch file, got the script to copy in, but it wasn’t editable.
Here is the FFMPEG script I use :
ffmpeg -i "in.mp4" -b:v 3000k -b:a 128k -threads 6 out.webm