Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (9)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (4098)

  • How to convert popular video formats into each other using Python without FFmpeg ?

    16 janvier 2021, par Manbir Judge

    I am creating a universal file convert in Python using various image or document processing modules and now the goal was to able to convert video files. The only way I was able to find was using FFmpeg but I wanted my application to be standalone without requiring other applications. Is there any way to convert video formats without using FFmpeg ?

    


    Thanks in advance !

  • python suggests ffmpeg installation when it is installed

    17 janvier 2021, par FNTE

    I have a problem related to the bar_chart_race python package. I have installed ffmpeg but when I execute my code, I get :

    


    You do not have ffmpeg installed on your machine. 
Download from here: https://www.ffmpeg.org/download.html.


    


    I know that I have used this package before and it was all good. I have installed ffmpeg version :

    


    ffmpeg -version
ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 9.3.1 (GCC) 20200523


    


    Do you know what I can do ? I have bin folder in path.

    


  • How can I install ffmpeg in python

    1er février 2017, par ismail yussuf

    I’m having a problem with downloading ffmpeg for python. It seems to me that no matter what I do it just doesn’t work.

    Btw ,sorry for the images but I still don’t know how to post my command prompt on here. So here is the error i’m getting.

    https://i.stack.imgur.com/ynHtM.png

    I’ve already tried "pip install ffmpeg-normalize" and when I do that I get this

    https://i.stack.imgur.com/sFpmn.png

    FYI I already downloaded imageio and that went totally fine. I even have the ffmpeg.py file in imageio. I also saw a suggestion to use "imageio.plugins.ffmpeg.download()", that didn’t help either.

    Does anyone know how I can install it properly ?

    Thanks