
Recherche avancée
Autres articles (53)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 -
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 (9999)
-
How to run all images and presentations from top to bottom with ffmpeg ,Example below
8 janvier 2019, par Loi LoigâkHow to run all images and presentations from top to bottom with ffmpeg ,Example below
https://drive.google.com/file/d/1Z8KDh-LcBubBL7OHEj7mIVy58PpIzg6D/view?fbclid=IwAR1FNsNwoCPg7oKViGpVn10Hr-5n8M-7F-jSAObNI2VbhoCN8jNT7Fe01aw -
Ghosts after converting video from .mp4 mpeg4 codec to webm
15 avril 2014, par KotkotI've got problem converting from mp4 to webm.
I use this ffmpeg command to convert from mp4 to webmffmpeg -i output.mp4 -acodec libvorbis -vcodec libvpx -b:v 3M -qmax 63 -crf 0 -ac 2 -ar 44100 -r 30 -s 640x640 output.webm
Result as you can see it on output.webm in some frames contains ghost images of previous frames. How to fix it ?
I do generate the original movie manually using xuggler and perhaps I can change something
in the original movie to make conversion work properly.https://drive.google.com/file/d/0BwC6Z2bpT5deZ0xTaTNyQnlGU0U/edit?usp=sharing
-
FFmpeg with libx264 skipped many frames during re-encoding
18 mai 2019, par IgorI found a strange problem with FFmpeg 4.1.3 when I re-encode this video file with libx264 and I use bitrate 8000k mode.



ffmpeg -y -i src.mp4 -c:v libx264 -preset slow -b:v 8000k dst.mp4




Source video (28 seconds) shows 3 images.



After re-encoding I see only 2 images and 3rd image is missing. I tested in latest VLC player 3.0.6, MPC-HC, Media player in Windows 10.



If I use crf video encoding instead of bitrate everything is fine.



Source video : https://drive.google.com/open?id=1gK06QtN8IqQNwAZeJdg7lbQgX0tkjaOn