Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (82)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5419)

  • FFMPEG : Creating a video, which has the maximun value per pixel of n-input videos

    18 décembre 2016, par LighthouseZGZ

    Imagine a collection of short videos, each one showing a shooting star.

    I would like to get a composite video of all shooting stars. Not in sequence, at the same time. The (x,y) pixel of the nth frame in the output video should have the maximum value for that (x,y) pixel of the same frame in all the videos.

    I know how to do that using images and imagemagick :

    magick *.bmp -evaluate-sequence max output.bmp

    I need something similar for video. Frame by frame.

    Any help would be appreciated. Thanks.

  • (FFmpeg) How to merge still image at the end of the video

    15 octobre 2015, par WhatWhereWhen

    I’m very new to ffmpeg, I just started yesterday. I have trouble making a .png image to a video by merging it at the end of another video file. Basically, the video ifle in is .mkv format, no audio, it’s 6 sec long, it’s short, so I want to make it long by merging still image.

    I planned to make the output to be 1 min 12 sec long, 720x576 res, original bit rate, in .mp4 format.

    Can you tell me how can I do that ? I think it’ll be easy, but it’s complicated for beginners like me...
    Thanks.

  • FFmpeg Video and audio don't match [closed]

    31 janvier 2020, par Monso

    Video and audio don’t match, you can change all code become a short code, I want to adjust the "if (lte (mod (on, 360), 180)" into seconds. Please help me, thanks.

    ffmpeg -y -i 3.mp4  -vf "zoompan=z='if(lte(mod(on,360),180),zoom+2,zoom-2)':x='iw/2-(iw/zoom)/2':y='ih/2-(ih/zoom)/2':d=0,setpts=0.835*PTS" a/1.mp4
    ffmpeg -y -i a/1.mp4 -an a/2.mp4
    ffmpeg -y -i 3.mp4 -q:a 0 -map a a/am.mp3
    ffmpeg -y -i a/2.mp4 -i a/am.mp3 -c:v copy -c:a aac -strict experimental output.mp4