
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (62)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (8230)
-
Revision 18e9caad47 : VP8 for ARMv8 by using NEON intrinsics 13 Add shortidct4x4llm_neon.c - vp8_shor
17 décembre 2013, par James YuChanged Paths :
Delete /vp8/common/arm/neon/shortidct4x4llm_neon.asm
Add /vp8/common/arm/neon/shortidct4x4llm_neon.c
Modify /vp8/vp8_common.mk
VP8 for ARMv8 by using NEON intrinsics 13Add shortidct4x4llm_neon.c
vp8_short_idct4x4llm_neon
Change-Id : I5a734bbffca8dacf8633c2b0ff07b98aa2f438ba
Signed-off-by : James Yu <james.yu@linaro.org> -
Why ffmpeg-split AVI movie freezes when played
29 septembre 2015, par bl4ck5unI used ffmpeg to split AVI movies like
ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:22:33 -to 1:2:3 out.avi
But the output file
out.avi
is sometimes weird when played (in MPlayerX, for example) — it will stop at the first frame, freezing like a picture, but if I drag the process bar forward, then continue playing at a different place, everything would be fine and the video just goes on smoothly.I have limited knowledge on AVI format and ffmpeg, can you guys point out what’s the problem here ? If it’s a matter of kerFrame or what ?
-
How to grab a thumbnail from a video using ffmpeg in Mac Automator [closed]
8 octobre 2020, par BergfrühlingI'm an absolute beginner but I managed to grab the very first Frame of a .mov as an still image using ffmpeg.


% cd /Users/name/Desktop
% ffmpeg -ss 00:00:01 -i input.mov -vframes 1 -q:v 2 output.jpg



But now I would like to do that with several movies at the same time and by using the Mac Automator.
Input should be by an Automator Quick Action.
Output Filename should be the same like the video filename.
Can anyone help a noob like me ? THX !