
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14998)
-
I-Frames replacement in MPEG DASH
7 mars 2019, par Hangil KangWe are conducting a research which requires to change only I-Frames in the middle of MPEG DASH service.
Based on my knowledge, each segment of a full video contains one I frame and related B and P frames. For our research, we want to do something with only I frames and re-encode the frames into the corresponding segment and during the decoding process, we want to do something with the I frames again.
Any ideas how to do this ?
I appreciate all comments.
-
src/ : Remove un-needed MSVC6 workaround.
4 juillet 2014, par Erik de Castro Loposrc/ : Remove un-needed MSVC6 workaround.
MSVC6 was not able to cast from a uint64_t to a double and this
commit removes some #ifdef hackery designed to work around this
problem.Patch-from : lvqcl <lvqcl.mail@gmail.com>
-
Finding the right codec for AVI (ffmpeg C api implementation)
17 juin 2014, par Elliot BlackburnI’m trying to implement AVI encoding into some software that we’ve been creating. We’ve been using ffmpeg for WMV (we’ve done it pretty badly and hacked together as we’re not experts in C or ffmpeg but got it to work).
I’m trying to find the right Codec ID for AVI and I’ve come up with H.263 which I believe to be correct but there doesn’t seem to be much information on it around, or I’m asking the wrong questions.
I’m not a much of a audio/video expert but I know enough to (hopefully) get this working for AVI, I was wondering if anyone had any idea as to what the (or a) codec is for encoding an AVI media file.
Been fumbling our way through it for a while but now we want to support a new file type for various reasons and this has now been handed over to me. Hopefully it can be done !