Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (36)

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

  • How can I determine the CODECS value for a m3u8 playlist ?

    28 août 2023, par arrr_matey

    I am creating a master m3u8 file to allow adaptive streaming of two streaming videos. Both have the readable codec name MPEG-4 AVC (part 10) (avc1)

    


    How can I translate this into the CODECS value that should appear in my master m3u8 playlist file, as in this example :

    


    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1755600,CODECS="avc1.42001f,mp4a.40.2",RESOLUTION=354x240

    


    How do I get the value to replace avc1.42001f,mp4a.40.2

    


    Apple's specs say "Valid format identifiers are those in the ISO file format name space defined by RFC 6381 [RFC6381]" but I have no idea how to read the RFC 6381 documentation.

    


  • Can I determine the reference frame while I encoding images into a video in ffmpeg ?

    25 février 2014, par user3346886

    everyone.
    I recently needed to encode some images into a video. Can I determine which image is a I-frame during the process of encoding images into a video or determine which image is its reference frame while encoding P-frame ?
    The first method come to my mind is to use ffmpeg to implement.The reason is that it seems be easy for beginners. In ffmpeg I use libx264 as encoding library. I have used google to search some introductions about using libx264 in ffmpeg.
    Until now I just found the parameter related about this is "ref" which can determine the number of reference frame.
    But I can't find any parameter about what I wanted. Can anyone help me about this ? Thank you very much !
    BTW.If I violate rules in stackoverflow Forum.Please tell me.Thamks.

  • How to determine video codec of a file with FFmpeg

    24 août 2024, par GerryMulligan

    I often have problems reading AVI files with my TV's DVD player if they are not DivX or Xvid (e.g., DX50 is not readable). I'd like to make a fast script to determine the video codec of these files before burning them to CD-ROM or DVD.

    


    The following prints the "container" of the video stream (mpeg4, mpeg2, etc), but not the codec :

    


    ffmpeg -i file.avi