
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (80)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (9852)
-
Scalability of nginx-rtmp module [closed]
18 novembre 2020, par nskniranga1127I currently have a functional VOD streaming setup using open source nginx-rtmp module.i'm using ffmpeg to encode mp4 contents to .ts file segments. I was hoping to create a medialibrary with this & stream (preecn)for concurrent users aroud 500. I want to know is there any limitation with open source nginx-rtmp module. if this is possible how do i decide cpu & RAM for nginx server. (I'm using hls streaming & nginx-rtmp module has installed in a CentOS 7)


-
Carrierwave watermark a movie
15 mai 2016, par FelixI’m uploading a movie with carrierwave to amazon S3. While uploading I want to watermark the movie.
How can I do this ? How can I use stermio-ffmpeg while uploading ?
I’m using a Rails application.
-
ffmpeg movie with 'frame reordering'
28 juillet 2014, par CRGreenHow does one, if possible, manipulate ffmpeg x264 settings to allow for what QuickTime calls "frame re-ordering" — that is, the ability to play a movie backwards smoothly (and do what is called "scrubbing") ? An example of my code is this :
/usr/local/bin/ffmpeg -i '/path/to/moviefile.mov' -acodec mp3 -b:a 55k -vcodec libx264 -s 640x400 -pix_fmt yuv420p -b:v 2700k 'path/to/outputmoviefile.mov'
The output movie using this code is good, seems optimized for playing forward, but does not seem so good for playing the movie backwards or scrubbing.