Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (58)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • overlay multi scaled image and video into video with ffmepg

    18 mars 2017, par Long

    I have a trouble that I want to merge 3 scaled image and 1 mp4 video into a video.
    Just like camtasia. 3 images that I scaled and overlay somewhere on the video. The output is a video that has 3 images on.

    Thank you for helping.

    Image below
    enter image description here

    I need to render 1 video with texts and images scaled. All in the border.

  • Easiest method of compiling a finished MP4 video out of image bursts and video segments on Ubuntu ?

    14 juin 2017, par aschmelyun

    I need to programmatically stitch together a video out of bursts of images, and pre-recorded .mp4 video, on an Ubuntu system from the command line. So for example, here’s the ’recipe’ that I’m working with :

    1. 12 images
    2. 5 second video
    3. 12 more images
    4. 5 second video
    5. 5 second video
    6. 12 more images

    Right now what I’m doing is compiling the images into .mp4 videos using ffmpeg, and then using mp4box to concat all of these partial videos together into one final video. The unfortunate thing is that I’m having to keep track of and run multiple commands to do this (the example above using 4 separate commands). Is there any way to simplify this, or is this the most efficient method I can expect ?

  • How can I extract the characteristics of multimedia video stream while the video is streaming ?

    10 mai 2021, par Kai

    I have built adaptive video streaming ,DASH, over SDN network and was wondering if I can get some video characteristics while the video is streaming. I have used youtube_dl and was able to get the received video after the completion of the stream however, I want to get the video characteristics such as (stream size, bitrate, frame rate, resolution and etc.) while streaming. I hope that you can provide me with a script to extract and generate a file that contains such information.