Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (38)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5292)

  • Make lower bitrate(lower resolution) video on concate time using ffmpeg

    15 février 2016, par kapil darji

    I have concated multiple video using ffmpeg but i need lower resolution video(compress it’s size) because sometimes videos are too big so it take so much time.

    I have used this command :

    "ffmpeg -f concat -i input.txt -c copy out.mp4"

    Please help for compress video.

    Thanks in advance.

  • FFMpeg set alpha channel transparent for black pixels

    1er avril 2023, par Pete

    I'm using ffmpeg for a bunch of my video workflows. I need to learn how to replace the alpha channel for the black pixels to be transparent. The video I'm working with is ProRes 4444. Here is a link to a
Sample video file. It seems it should be easy but I'm having a hard time figuring out how to do it. Thanks in advance for helping !

    


  • How to use the Source Code instead of a specific OS App with a Python Project [closed]

    28 septembre 2021, par Lara Saka

    If I want for example to install ffmpeg to use AudioSegment Library(which convert Audio to text). When you open their website you will see download for windows, apple, linux and a source code I want to use the ffmpeg in the Project regardless of the operating system by using the source code of the ffmpeg !

    


    How Can I do that ?

    


    ffmpeg download web site

    


    Thanks in advance..