Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (61)

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

  • buffering period sei in JM reference codec

    14 juillet 2015, par Nani

    Can I know how to encode yuv420 video using JM such that each IDR frame must be associated with Buffering period SEI and picture timing SEI messages. I went through the "encoder.cfg" configure file but i coudn’t find any options to enable buffering period SEI and picture timing SEI messages. Also when I went through the encoder code, I observed that nowhere they are updating the parameter "seiBufferingPeriod.nal_initial_cpb_removal_delay" present in buffering period SEI. I would like to know whether JM supports Buffering period and picture timing SEI’s or not. If supports how to configure encoder and where they are updating the buffering period SEI parameters in the JM encoder.

  • buffering period sei in JM reference codec

    14 juillet 2015, par Nani

    Can I know how to encode yuv420 video using JM such that each IDR frame must be associated with Buffering period SEI and picture timing SEI messages. I went through the "encoder.cfg" configure file but i coudn’t find any options to enable buffering period SEI and picture timing SEI messages. Also when I went through the encoder code, I observed that nowhere they are updating the parameter "seiBufferingPeriod.nal_initial_cpb_removal_delay" present in buffering period SEI. I would like to know whether JM supports Buffering period and picture timing SEI’s or not. If supports how to configure encoder and where they are updating the buffering period SEI parameters in the JM encoder.

  • FFMpeg multiple action in single command

    10 juin 2020, par Hasan Yilmaz

    i want to convert and resize a video and put a logo on it.
i am doing this with 2 different command line like this.

    



    command line1 :
D :\Logo\ffmpeg -i "D :\Logo\video.mxf" -vf scale=1280:720 "D :\Logo\video.mxf_fullHDtoHD.mp4"

    



    command line 2 :
D :\Logo\ffmpeg -i "D :\Logo\video.mxf_fullHDtoHD.mp4" -i D :\Logo\logo_720p.png -filter_complex "[0:v][1:v] overlay=60:50" "D :\Logo\output_720p_with_logo.mp4"

    



    can i do this in just one line command.
thank you very much