Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (94)

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

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

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

Sur d’autres sites (6414)

  • Download Instagram Livestreams [closed]

    19 décembre 2020, par UnixCoon

    I've been looking for what Instagram livestreams can download for a long time. I can only record you via screen recording on my iPhone. But I would much rather just download it with my computer.

    


    I've tried a lot, but I can't get the video address where a live stream is playing. I know that it is possible to download a YouTube livestream, for example, with ffmpeg.

    


    Maybe any of you know how I download Instagram livestreams ? I would be very, very happy.

    


    I am grateful for every answer
Greetings UnixCoon

    


  • Where to download FFMPEG.exe and use it in C#

    1er décembre 2015, par Charlie

    I am trying to watermark a video using FFMPEG.
    I tried following code

    NReco.VideoConverter.FFMpegConverter wrap = new FFMpegConverter();
    wrap.Invoke("-i D:\\input.mp4 -i D:\\inputImage.png -filter_complex \"overlay=10:10\" D:\\Output.mp4");

    but it gives error

    ffmpeg : Invalid argument (exit code : 1)

    I tried searching if i could use such kind of method(invoke) in AForge, splicer or in other library.

    I came across many another questions on stackoverflow like
    which uses ffmpeg exe. I don’t know where i can find it.

    I also found this link from official ffmpeg website for windows but can not find any such thing

    I have just started working on video processing in c# so i am very confused about the concepts kindly help me to get a start.

  • Unknown FFmpeg error when I try to download a video from microsoft teams with destreamer

    26 décembre 2020, par Gennaro Arguzzi

    I need to fix the problem :

    


    "video_name:" Permission denied
Unknown FFmpeg error


    


    which I got when I tried to download a video from microsoft teams by using destreamer.

    


    Some months ago it worked perfectly. I installed also the new release of ffmpeg, but the result is the same.