
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 (98)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (13057)
-
Video - ffmpeg wrong frame number when merging mkv files
9 juin 2014, par communicationsim trying to join several mkv files together with ffmpeg.
they all have the same encoding settings.
i think ffmpeg joins the files, because the filesize of the resulting file has the size of all others combined
BUT when i open the file, only the number of frames of the last part are shown, so i guess its a problem in the header, where is says how long the video is...
How can i fix that ?
Heres the command i use :
ffmpeg -i "concat:100frames_part0.mkv|100frames_part1.mkv|100frames_part3.mkv" -c copy 100frames.mkv
-
Revision 2901bf2d00 : Reducing the number of recursive calls. Both decode_modes_sb and decode_modes_b
30 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Reducing the number of recursive calls.Both decode_modes_sb and decode_modes_b had conditions to immediately
return at the beginning. Eliminating these conditions here and calling
these functions only to do a real work. Also unrolling loop for
PARTITION_SPLIT.Change-Id : I2fc41cb74ac491f045a2f04fe68d30ff4aaa555d
-
generate extract number of thumbnails with ffmpeg from a video
30 mai 2020, par UmairI want to get extract number of thumbnails for a video with ffmpeg for example 5-6 how can I do that ?



the following command will generate 1 i would like 5-6

shell_exec("ffmpeg -ss 01:23:45 -i input.mkv -vframes 1 -q:v 2 output.jpg");