
Recherche avancée
Autres articles (66)
-
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, (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (15151)
-
iOS record screen inside the contents of an SDL Window
12 avril 2018, par Law GimenezI’m using ffmpeg/SDL stack for streaming RTSP from the server. I was able to save the screen shot image from the SDL_Window. But now I wanted to record the content inside it into an mp4 file.
First, I tried using iOS’ ReplayKit framework but it can’t detect the SDL Window. It will record the ViewController that opened the SDL Window.
Is there any way to record content inside an SDL Window ?
I’m using SDL’s official library.
-
How can i specify range of frames in ffmpeg shuffleframes filter [closed]
26 juillet 2022, par liphoneI need to duplicate a bunch of seconds in video and in official docs you can only input frames into shuffleframes filter like so


ffmpeg -i INPUT -vf "shuffleframes=0 1 2 3 4 5 6 7 ... 592 593 594 595 596 597 598 599 600" OUTPUT



Is there any way to put it like in array ? Or maybe other method of shuffling frames in ffmpeg


-
How can I capture/record screen of a specific Chrome's tab ?
31 juillet 2020, par RedEyesI would like to capture/record the screen of a specific Google Chrome's tab using gdigrab.
I have tried the following cmd but no success.


ffmpeg -f gdigrab -framerate 6 -i title= out.mpg



When I play the returned result with ffplay, the video content captured is all in black or white.
My Chrome version is 84.0.4147.105 (Official Build) (64-bit).


Any help would be appreciated.