Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (71)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7891)

  • ffmpeg binary installed but video play and decode error [closed]

    27 mars 2022, par irbad

    I built a website like YouTube but I have some errors that I can't solve. I upload a video with webm. Format, video uploaded successfully but not play. Ffmpeg binary already installed. Video converted to different formats (240p, 360p, 720p, 1080p, 2k) but not play. Please help me to solve this problem.

    


    Thank you 😊 in advance

    


  • How to decode a video at a certain fps using ffmpeg

    1er juin 2018, par Mohammed_BEY

    I am working on video decoding using FFmpeg.
    When I try to decode a video which is encoded with h265 at a certain fps (ex : fps=25), the result is a decoded video but at a different fps.
    How can I decode a video at exactly fps=25, even if I have a high miss rate or dropped frames ?
    I use this command to decode :
    ffmpeg -benchmark -i -f null /dev/null

    I am running the above command on Odroid-XU3 board that contains 8 cores. The OS is Ubuntu 14.04 LTS.

    Please, any help is welcome.
    Thank you in advance.

  • Grab (all) audio frames with ffmpeg, C/C++

    28 août 2020, par nji9

    For further analysis I need to access/ collect all samples of
audio files with ffmpeg.
There are lot of code examples around, but all of them are either out-of-date
(using deprecated or non-existing ffmpeg API),
or are buggy (multiple frames in packets etc), or are incomplete...

    


    So, could some of the profs please present a simple working code ?

    


    In : Just filename, Out : Just error code, Within : Determine properties and access audio frames.

    


    Would probably be of great help not only for me ;-)

    


    Thankyou in advance.