Recherche avancée

Médias (1)

Mot : - Tags -/belgique

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 (8349)

  • Meaning of ffmpeg output (tbc, tbn, tbr) [closed]

    25 mars 2016, par user7289

    I am using ffmpeg to tell me video info. Specifically :

    ffmpeg -i video.ext

    I get the output :

    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc

    Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?

    Thanks in advance.

  • How to Tile Videos with FFmpeg [duplicate]

    1er juin 2021, par G-Power

    I'm quite surprised that this question was never asked on Stack Exchange before... Unless I missed on something.
I would like to tile a square number of videos (e.g. 4, 9, 16, etc.) into a single video.
All same format, same size, same everything.
I'm not that experienced with FFmpeg. So it would be cool if any answer given here were explained in detail, rather than just proposing a piece of code that I don't necessarily understand.
My videos will start at the same time and end at the same time... They're already prepared and all have the same length.

    


    Thank you in advance !

    


  • How to cut milliseconds of a video ffmpeg

    20 septembre 2021, par user3

    I have read several threads about this topic, but the solutions are not working for me, that's why I open a new thread.

    


    I have a video of 00:00:01.22 (according to ffmpeg) of duration. I want to cut it from 00h 00m 00.555s to 00h 00m 00.730s

    


    For doing that, I have tried :

    


    ffmpeg -ss 00:00:0.555 -i ABOUT_00003.mp4 -t 00:00:0.770 -c copy output.mp4


    


    But that is not working. The output video takes more time.

    


    Any idea ?
Thanks in advance