
Recherche avancée
Autres articles (33)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)
Sur d’autres sites (6248)
-
ffmpeg : smooth, stable timelapse videos from normal speed videos
18 mars 2015, par estFor a one hour dash cam video in normal speed, is it possible to create a smooth timelapse video from it ?
Most tutorials online I found about "timelapse + ffmpeg" are with static jpeg files combined into a timelapse video. These often result jiggle between frames, are the any specific parameters which would make the video looking very smooth & stable ?
Should I just
setpts=0.5*PTS
for the trick ? Any must-have or little-known tricks ? -
Revision 220e9a932e : Merge "Use more meaningful names for speed features"
11 février 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_ratectrl.c
Merge "Use more meaningful names for speed features" -
how to improve ffmpeg encode speed for png to webm ?
24 septembre 2021, par Xiang ChenI used the following computer command to get the webm format video, but the processing efficiency is too low. Is there a better way to deal with this problem.

ffmpeg -loop 1 -framerate 1 -i ${filename2}.png -i ${filename2}.mp3 -shortest -fflags +shortest -max_interleave_delta 100M ${dest_video_dir_1}${filename2}.webm