
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (42)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5783)
-
hls playlist where the #EXTINF tag doesnt match actual segment duration ? [closed]
8 janvier, par tamirg"The EXTINF tag specifies the duration of a Media Segment."


But what should happen if the actual file duration does not match that tag ?


I tried to edit the m3u8 file of my playlist and change the EXTINF tags so it will be smaller than the actual file duration, and also sometimes changed it so it will be bigger than the duration. In both cases the result stayed the same and simply the actual segment duration was played, regardless of the EXTINF tag.


So what is the actual need of this tag ? seems that simply the file is being played.


-
buffersrc : Have function parameter names match between .c and .h file
11 février 2014, par Diego Biurrun -
How to convert a video to match an existing video (codec, fps, bitrate, height, width, etc.) ? [duplicate]
30 octobre 2020, par Mahdi SahebI have a video file and can see the info using
ffmpeg -i video.mp4
. The question is how to use this data to encode another video file to match with this ?