Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (34)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7090)

  • Does the H.264 standard allow separate luma and chroma qp control in Baseline Profile ?

    28 août 2013, par Bhaskar Dey

    Although the wikipedia article states that separate luma and chroma QP is only supported in High profiles, I didn't find any supporting reference. At least, Rec. ITU-T H.264 (04/2013) section A.2.1 does not mention any such limitation for the Baseline Profile.

    Any comment in this regard would be of great help.

  • how can I get the total number of frames using ffmpegkit on Android (Kotlin) ?

    1er mars 2023, par user44551

    I'm developing an Android app to encode a video using

    


    


    com.arthenica.ffmpegkit.FFmpegKit

    


    


    I would like to show users some information on the progress.
I managed to show how many frames are processed in real time. I would like to get the total number of frames in the original stream, so I can show a percentage.

    


    How can I get the total number of frames in a video before I start encoding it ?

    


  • How to display progress bar while ffmpeg commad executing in android using android studio

    23 juillet 2017, par Hemanth Kumar

    Im having a problem to display progress bar with progress percentage like kb/s or 1-100% ,while ffmpeg command is executing .
    Here im doing video trimming using ffmpeg command
    I want to display a progressbar to the user when the process is going on
    But i can’t able to do this.
    Im developeing code in androidstudio
    Please tell mehow to extract process infortation of ffmpeg command and display using progressbar .
    Any one have solution for this please share .
    Thanks in advance.