Recherche avancée

Médias (91)

Autres articles (74)

  • 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 ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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 (7653)

  • avformat/utils : never decrease has_b_frames in compute_pkt_fields()

    3 novembre 2013, par Michael Niedermayer
    avformat/utils : never decrease has_b_frames in compute_pkt_fields()
    

    The intent of the original check was to increase has_b_frames when
    it was incorrectly set to 0. Later codecs allowed larger values

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

    • [DH] libavformat/utils.c
  • Converting m3u8 link to frame through FFMpeg

    30 octobre 2019, par LionKing

    I am trying to convert the .m3u8 live streaming link into frames instantly. I can convert the link to the frames by overwriting. But as much as I understood, FFMpeg reads the m3u8 links package by package, so this creates a standstill on the frames, frames doesn’t flow unceasingly.

    I have tried to overcome this issue by setting input and output framerates manually. The code I used is below.

    URL=https://trtcanlitv-lh.akamaihd.net/i/TRT1HD_1@181842/index_720p_av-b.m3u8

    ffmpeg -y -r 4 -i $URL -r 25 -update 1 image.jpg

    This allowed me to overcome standstill problem a bit but not really, but is there any way you can suggest that the frames can be written to image.jpg instantly and without any discontinuation.

    Thanks a lot.

  • Merge commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’

    18 janvier 2014, par Michael Niedermayer
    Merge commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’
    

    * commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’ :
    h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3

    Conflicts :
    libavcodec/h264.c

    See : d6a33f5d20b6ef2eae2cbb959b001cb125a564b7
    See : 2005fddcbb4e18e8f7c34326e40609e4a2d83c31
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c