
Recherche avancée
Médias (29)
-
#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
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (48)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (8200)
-
How to choose position when zoom in ffmpeg
5 octobre 2017, par xuan hoangi use stream
ffmpeg -i smed.ts -filter_complex "scale=640:360, crop=1/3*in_w:1/3*in_h" smed3.ts
but it only in mid video ,but i want it in right corner video .please help me
-
Evolution #4063 : Position de la prévisualisation
20 décembre 2017b b a écrit :
Ça se tient, à tester pour voir ce que ça donne à l’usage :)
Je viens de le commiter sur la version SPIP dev via r108131 et r108132
si c’est convaincant, je propose que l’on reporte sur la branche SPIP 3.2 -
How to accurately extract I-frame and P-frame information from H.264 files, including starting position and frame size ? [closed]
7 juin 2023, par xiangI'm working with some H.264 encoded video files, and I want to extract I-frame and P-frame information, including their starting positions and frame sizes.


I tried using FFmpeg and h264bitstream tools, but I didn't get the results I wanted. FFmpeg can only output the type and timestamp of each frame, but not the position and size. The h264bitstream can output the type, position, and size of each NALU, but cannot distinguish between I-frames and P-frames.
I wonder if there is an easier or more accurate way to extract I-frame and P-frame information from H.264 files, including starting position and frame size ? I don't want to decode the entire video, just analyze the bitstream.