
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (71)
-
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. -
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 v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10957)
-
How to sync between recording and input live video stream ?
6 octobre 2012, par Abhishek BansalI am working on a project in which I am receiving raw frames from some input video devices. I am trying to write those frames in a video files using FFMPEG library.
I have no control over the frame rate i am getting from my input sources. This frame rate varies in run-time also.
Now my problem is how do i sync between recorded video and coming video. Depending upon frame-rate i set in FFMPEG and actual frame rate that i am receiving playback of recorded video is either fast or slow than input video.
I tried to add timestamps (as numOfFrames) in encoded video as per following link
but that didn't help.Please tell me a way to synchronize both. This is my first time with FFMPEG or any multimedia libraries so any examples will be highly appreciated.
I am using directshow ISampleGrabber interface to capture those frames.
Thank You -
PHP imagick equivalent of -define png:color-type=6
5 avril 2016, par user1661677I’m needing to save my PNG files with a different color type so ffmpeg can process them correctly. I’m using the PHP library for imagemagick, and I’m trying to figure out how to implement the following (command line) in imagick PHP :
-define png:color-type=6
-
SEI type 63 truncated ? Best way to convert non-mp4 to web optimized mp4 ?
28 mars 2017, par Chris Palmer BreuerI am trying to convert any video file to a web optimized mp4 format and I tried this sample mkv file to make some tests.
The following is a message I keep getting for multiple minutes over and over again :
[NULL @ 0x7f979c00a600] SEI type 63 size 4208 truncated at 88
[h264 @ 0x7f979b06a000] SEI type 63 size 4208 truncated at 80
[NULL @ 0x7f979c00a600] SEI type 63 size 4208 truncated at 88
[h264 @ 0x7f979b002c00] SEI type 63 size 4208 truncated at 80
[NULL @ 0x7f979c00a600] SEI type 63 size 4208 truncated at 528
[h264 @ 0x7f979b027400] SEI type 63 size 4208 truncated at 520The code that I use the convert the mkv file is :
ffmpeg -i test.mkv -movflags faststart -vcodec h264 -acodec aac -strict -2 test-ffmpeg.mp4
Now, my question is, am I doing anything wrong ? Should I just ignore those messages as the file gets created ? Is there a more efficient way to create a web optimized mp4 file from a non mp4 file ?
Thanks so much for the help.