
Recherche avancée
Autres articles (44)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (10004)
-
FFMPEG HLS video speed is too fast
22 mars 2016, par MM PPI am trying to make a
.m3u8
hls playlist locally on my computer. I am using Windows 7, 32 bit.I am a begginner of
FFMPEG
, and finally I combined some commands into this :ffmpeg -re -rtbufsize 999999k -y -f dshow -video_size 640x360 -r 15 -i video="ManyCam Virtual Webcam" -c:v libx264 -crf 18 -profile:v main -maxrate 999999k -bufsize 99999k -pix_fmt yuv420p -flags -global_header -hls_time 10 -g 3 -hls_list_size 2 -hls_wrap 0 -start_number 1 D:\\stream\stream.m3u8 -tune zerolatency
The problem is that while playing the m3u8 playlist with VLC or a HLS player, the video speed is faster than normal.
If you need more info, please comment.
EDIT
If I play one of the
.ts
files, the problem is the same.Thank you so much !
-
avfilter/af_sofalizer : speed and clean up fast convolution a little
9 janvier 2017, par Paul B Mahol -
ffmpeg output speed writing to udp vs fifo on ec2 linux
20 janvier 2017, par art vanderlayI would like to find an approach to measure the speed of ffmpeg writing output to udp vs fifo.
For this case it would be video + audio.
Is there a internal timing method available to do such a measurement ?
Is there a prevailing agreement that one approach is known to be faster than the other.
Thx
Art