
Recherche avancée
Autres articles (85)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (8979)
-
How can I read the video MediaInfo in Android?
16 décembre 2015, par 肖剑锋I want to read a video file’s media info in android.
How can I write code ? please,help.And the media info like this :
-
Is extract_mvs in ffmpeg able to extract mvs of sub-macroblocks(8x4/4x8, 4x4) ?
15 mai 2023, par 黄舒心I want to get information of motion vectors(mvs) of h264 video, and I have tried to use ffmpeg's extract_mvs.c to slove this problem.


However, I found that the extracted mvs's block size are 16x16, 16x8, 8x16 or 8x8, but none of them is 8x4, 4x8 or 4x4.


I wonder if there is any way to get the sub-macroblock's mvs ?


I think there do exist mvs of sub-macroblocks(8x4, 4x8 or 4x4), as I can get information(use x264.exe) like this :


x264 [info]: mb I I16..4: 39.9% 24.5% 35.6%
x264 [info]: mb P I16..4: 1.9% 0.4% 0.2% P16..4: 20.1% 17.9% 28.4% 11.2% 7.2% skip:12.7%
x264 [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 42.3% 6.6% 1.8% direct: 2.3% skip:47.0% L0:31.8% L1:44.3% BI:24.0%



'P16..4 : 20.1% 17.9% 28.4% 11.2% 7.2%' is the rate of 16x16, 16x8/8x16, 8x8, 8x4/4x8, and 4x4.

But I don't know how to get mvs of sub-macroblocks(8x4, 4x8 or 4x4).

-
Suggestion query : Someone should add 'percent-complete' to ffmpeg's status line
19 février 2018, par DaveI use the PC-platform’s ffmpeg (on Windows and Linux). I’ve always
wondered why, down on that bottom dynamic status line, it does NOT
show a ’percent-complete’ value.e.g. There’s already a line showing what time-line value is being worked
on, so I’d expect it would be straight-forward to grab total duration, compute percent-complete, and show it, right after the running time value. Or,
if based on frames, then show it in parentheses after the frame value.The reason I think it would be straight-forward is because I see it
discussed in detail, for ffmpeg on Android, here :
How to add progress bar to FFMPEG android
and it talks about time-values and frame-count based calculations.Any volunteers to tackle this ? ^ ;)