Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (81)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 ) (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10698)

  • Revision 897192be43 : Added one more reference frame LAST2_FRAME Under the experiment CONFIG_MULTI_RE

    21 août 2015, par Zoe Liu

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_denoiser.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vpxenc.c



    Added one more reference frame LAST2_FRAME

    Under the experiment CONFIG_MULTI_REF. Current version shows
    LAST2 vs base in nextgen on the testset of derflr :

    (1) 8-bit : Average PSNR +0.53%
    (worst : students_cif : -0.247% ; best : mobile_cif : 1.902%)
    (2) 12-bit HBD : Average PSNR +0.63%
    (worst : pamphlet_cif : -0.213%, best : mobile_cif : 2.101%)

    More tuning on the reference frame context design and default
    probs are being conducted. This version does not guarantee to
    work with other experiments in nextgen. A separate CL will address
    the working with all other experiments.

    Change-Id : I7f40d2522517afc26ca389c995bad56989587f65

  • Audio streams mixed from 2 videos with ffmpeg C or C++

    11 septembre 2015, par 0nand0n

    I’ve searched for this problem but results are always kind of ffmpeg commands. Reason I need to develop using C is that I have to process image frames in a pretty complicated ways but program must run fast.
    I have several questions on these stuffs :

    1, Can we just copy streams from input video to the streams of AVFormatContext struct for output file. As I read from remuxing.c example, they have to read packets from streams and then copy packets one by one to output streams of output AVFormatContext struct.

    2, when mixing audio streams from 2 source videos, could we just add another stream with codec->codec_type = AVMEDIA_TYPE_AUDIO or we have to mix two audio streams into one ?
    From 1 and 2, we can just copy 2 audio streams from 2 input videos to the output AVFormatContext struct, can’t we ?

    3, Can we use the same AVCodecContext for both decoding and encoding of one stream ? It means result of AVCodecContext from avcodec_find_decoder could be used for encoding without calling to avcodec_find_encoder ?

    4, Last, how to read loudness (volume) of each audio frame (average) ? This might be easy with the provided tools of ffmpeg but I cannot find any result developed by C.

  • avcodec/jpeg2000dwt : Fix value of F_LFTG_X and I_LFTG_X

    21 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dwt : Fix value of F_LFTG_X and I_LFTG_X
    

    Even if the jpeg2000 spec uses a wrong value this does not
    make mathematics work this way, also this has been corrected in the 2004
    version AFAIK

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dwt.c
    • [DH] tests/ref/fate/j2k-dwt
    • [DH] tests/ref/fate/jpeg2000-dcinema
    • [DH] tests/ref/vsynth/vsynth1-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth2-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth3-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth_lena-jpeg2000-97