Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (77)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (11437)

  • Concatenating different rotated videos with ffmpeg

    14 avril 2017, par acilander

    I am trying to concatenate two videos with ffmpeg having different rotation metadata tags. The first one has rotation=180 the other one has no tag at all.

    There are two methods that can be used in ffmpeg : concat demuxer / concat protocol. Protocol is working as expected but demuxer method is not. When I use concat demuxer option in ffmpeg with copy option to avoid re-encoding the following happens :

    First video with rotation = 180 will be rotated correctly. But the second video without rotation flag will also be rotated and will be presented upside down in output video.

    I know about the options to remove rotation metadata or the possiblility to use filters to rotate the videos. But my question is if someone knows if this is expected behaviour of ffmpeg or not. For me it seems like ffmpeg uses rotation metadata from first video and uses it for all other concatenated videos. Is this assumption correct and intended ?

    Thank you for any feedback and explanations.

  • How do you combine videos at specific X and Y positions with FFMPEG ?

    21 mai 2020, par Adrian Elder

    If I have multiple video files, and I want to combine videos at specific x/y coordinates, how would I go about doing that ?

    



    I know that the xstack filter allows you to position videos using a column/row notation.

    



    Say I have multiple different size rectangle frames, and I knew the x/y coordinate of the top left corner, how could I position these using that value ?

    



    See the image :
enter image description here

    


  • ffmpeg join two mp4 videos one after another

    24 septembre 2015, par Grbe1l

    I’ve got 2 videos I want them to join into one video using ffmpeg. I am running these commands in Java so I need it to use the command line so no other programme solutions apply. I have tried many different ways but non seem to work. So i got a video of 35 seconds and one of 5 seconds I need a output of 40 seconds this never seems to happen. if anyone could help it would be greatly appreciated