Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (35)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7206)

  • Make mp4 from continuous jpg in Node.js

    15 mai 2020, par Dinozavr

    Client is sending continuous jpg to my server.
The issue is : how to make one mp4 file from all these jpg files ?

    



    I can save them all and use ffmpeg with “filename%3d.jpg”, when client finish sending files.

    



    But is there any way to make it real-time ?

    


  • Most efficient way for ffmpeg to make thumbnails ? [Windows 10]

    26 janvier 2017, par gregm

    I normally use ThumbnailMe to make contact sheets of thumbnails. My default setting is 15 rows x 5 columns, so 75 images, in videos that are anywhere from 45 minutes to around 90 minutes. ThumbnailMe makes a contact sheet of this size virtually instantaneously. A recent requirement to make a LOT of contact sheets for a LOT of videos has me looking at a command line option so I can do these in batches. I’ve tried a couple different ways to make the thumbnails from the command line :

    ffmpeg -ss 300 -i myvideo.avi -vf fps=1/300 %d.jpg

    or

    ffmpeg -i myvideo.avi -vf fps=1/60 %d.jpg

    No matter which of these methods I use it takes roughly a minute to make just 16 screenshots (from there I would use ImageMagick to make the contact sheet). As I said above, ThumbnailMe can make a 15x5 grid of images at the mere press of a button. ThumbnailMe is built on an older command line program, Movie Thumbnailer, which I think used an old version of ffmpeg, or at least the codec libavcodec.

    If these other programs can create thumbnails so quickly why does it take ffmpeg so long to make them for me ? Even if I output the screenshots in a very small size, say 50x50, it still takes 2 secs for each image to be created.

  • ffmpeg make film look wet

    29 juillet 2018, par theonlygusti

    How can I make something look like it’s really wet ?

    I have a video of some food and I want to make it look shiny/moist/glistening.

    Can ffmpeg do this ?

    I don’t think iMovie can, I looked through all the video filters.

    I looked at this ffmpeg documentation because it showed up for a google search with "wet" and "ffmpeg", but I don’t know what "wet gain" is.