
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (91)
-
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 ;
-
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
Sur d’autres sites (16689)
-
Hap decoder and encoder
26 avril 2015, par Vittorio GiovaraHap decoder and encoder
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
- [DBH] Changelog
- [DBH] configure
- [DBH] doc/general.texi
- [DBH] libavcodec/Makefile
- [DBH] libavcodec/allcodecs.c
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/codec_desc.c
- [DBH] libavcodec/hap.h
- [DBH] libavcodec/hapdec.c
- [DBH] libavcodec/hapenc.c
- [DBH] libavcodec/version.h
- [DBH] libavformat/isom.c
- [DBH] tests/fate/video.mak
- [DBH] tests/ref/fate/hap1
- [DBH] tests/ref/fate/hap5
- [DBH] tests/ref/fate/hapy
-
determine video file's (typical ?) keyframe frequency
2 avril 2012, par pdkl95Is there any way to use common tools (ffmpeg ? mplayer/mencoder ? mkvmerge ? etc) to find how often keyframes appear in a given video file ? and thereby finding the minimum seek size ? It seems like such an obvious statistic that there "must" be some common technique...
[if it helps, assume MKV container, H.264 video - I'd love to find a more general solution, but maybe that's not possible/practical ?]
-
Supporting dependency of P frame on I frame only
16 février 2018, par MSD PaulI have a doubt on x264 encoding.
If I have IP_1P_2P_3 IPPP some kind of this GOP from the x264 encoded output. Then in general, P_3 will be dependent on I, P_1 and P_2, P_2 will be dependent on I and P_1 (a cumulative encoding).
Can anyone please give me any ideas how can I support direct encoding so that all P_1, P_2, P_3 will be only dependent on the I frame ?