
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (72)
-
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 (...) -
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. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (10233)
-
Instagram API video publishing [closed]
22 mai 2023, par Bergutov RuslanI'm trying to publish video to instagram and it always gives me error


error code 2207026, message "The video file you selected is in a format that we don't support." and there is also note about aspect_ratio


But the point is that previously i downloaded this video from instagram and it has compatible aspect ratio following specs


video that i'm trying to upload


I've tried couple configs for ffmpeg to prepare video but in my case it didn't get job done


-
Is there something equivalent to FilterKit for android ?
29 octobre 2014, par Varun JainI am looking to put filters on a video after it has been recorded. Explored FFMPEG but it is way too slow (take 10-15 seconds for a 20 second video). The instagram app does it in under 1-2 seconds every time. Sample FFMPEG code I am using :
ffmpeg -y -i vid_0.mp4 -preset ultrafast -vf format=gray,format=yuv422p -vsync 2 webcam.mp4
Is there a library similar to FilterKit for android ? Is there a feasible way in which I can use FilterKit on Android ? Any other approach to apply filters on video would also be welcome.
Note : I am not talking about giving the user a preview, that is easily done by using a surface view. I need to convert the video.
-
Convert audio to slow motion from 59.94 to 25 FPS
14 avril 2017, par Harshith J.V.I was able to convert 59.94 FPS video to 25 FPS AVIDemux software. But audio time remained same and did not strech with video. So trying to stretch audio to fit the video. Multiplier factor is 0.4167.
In FFMPEG,
atempo
fiter range is only 0.5 to 2.0. To Speed up more we can add moreatempo
filters. But how to use slow down below o.5 factor.Note : I can use audacity to achieve this. But how can we do it in FFMPEG. Or even in AVIDemux itself.