
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (46)
-
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 (8624)
-
Embedding Metadata to H.264 encoded file
7 septembre 2012, par kerim yucelI am currently developing an application which produces certain metadata with respect to preview frames coming from the camera. I can see this metadata being produced properly and I have no problems here.
However, I have to embed this metadata to these frames of interest (frames are processed by a native algorithm to produce this metadata). I am using ffmpeg with x264 to encode the frames into H.264. I have checked x264.h and some documentations but failed to find what I seek.
My question is ; is there any unused portion of H.264 syntax that I can embed my metadata to encoded frames ?
I hope I was clear enough. Thanks in advance.
-
Is there a need to apply Deblocking filter, when I have all Intra frames Encoding
31 août 2015, par Codec GuyI am working on H.264 Deblocking Filter and need some clarity.
- While designing an all Intra Encoder and Decoder, is it mandatory to
add Deblocking Filter block in the Codec. - If deblocking filter is not enabled for all Intra Encoding does that
cause any PSNR degradation(I checked few streams the PSNR almost
remained the same). - If I am encoding all my frames using Intra prediction, does that also
have any blocking artifacts.
Thanks in advance
- While designing an all Intra Encoder and Decoder, is it mandatory to
-
ffmpeg : create video from images [duplicate]
22 juillet 2021, par zulukI am trying to create a video from my images on my Windows 10. The images are named lu_1.jpg, lu_2.jpg and so on up to 1000. Now I tried this code in a .bat file to get the video :


ffmpeg -framerate 1 -i lu-%d.jpg -c:v libx264 -r 30 ../lu_output.mp4



Unfortunately I get the following error from cmd :


lu-v: No such file or directory



The .bat file is placed in the same folder as the images.


Could someoene please tell me how to solve this issue ? Thanks in advance.