
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (104)
-
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. -
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 (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (12530)
-
Playing Live broadcast that is prodcast by FFMpeg
24 mars 2016, par DeveloperIs there any good step by step guide on how to use FFMpeg on iOS ? I need to use FFMpeg to play live broadcast on iOS.
-
How can I record video and clip into peace at the same time using ffmpeg ?
19 septembre 2023, par Noisy-JohnSmithHere is my question, I need to implement a function that satisfy the following :


- 

- Record your computer monitor(or any other video) into video in any format
- You have a button, every time you click the button, the process will ouput a 20 seconds clip with mp4 format.
.e.g :
I start a ffmpeg recording process at 00:00:00, and I click the button at 00:01:20, that will output a mp4 video from the Video recorded by step 1 from 60th second to 80th second
- The mp4 produce by step 2 is allow some bias for seconds. Maybe from 61st second to 79th second in step 2
- the clipping process is quick, need just few second










Is there any way to implement this function ?


-
Steps of using ffmpeg in visual studio 2019 ? [closed]
15 avril 2020, par taimoor1990I have to use ffmpeg libraries which I am new to. Currently I am trying to build a basic hello world application that uses ffmpeg. I have googled multiple times there are some answers, saying something like static include these libraries and such comments which I am not sure how. I am looking for a step by step guide to link ffmpeg with a basic hello world app.