Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (112)

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

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

  • Which ffmpeg command cuts a video into pieces and combines all pieces to one video ?

    10 janvier 2014, par Dead Girl

    Using

    ffmpeg -ss 2 -t 33 -i input.mp4 -acodec copy -vcodec copy output.mp4

    I get the part of input from 2 seconds on 33 seconds long. But how do I get

    1. from 2 seconds on 33 seconds AND
    2. from 7 seconds on 5 seconds AND

      ...

    into one output.mp4 without creating multiple single files with each -ss and -t and then combining them again(somehow) ?

    PS :

    ffmpeg -ss 2 -t 33 -ss 7 -t 5 -i input.mp4 -acodec copy -vcodec copy output.mp4

    does not work

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

    18 juillet 2018, 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 ?