Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (19)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • cbs_h264 : Improve adding SEI messages

    29 juillet 2019, par Andreas Rheinhardt
    cbs_h264 : Improve adding SEI messages
    

    Up until now, if an SEI messages was to be added to a fragment, it was
    tried to add said SEI message to the first SEI NAL unit of the fragment
    and if this SEI NAL unit already contained H264_NAL_SEI SEI messages (an
    arbitrary limit imposed by cbs_h264), adding failed ; if there was no SEI
    NAL unit, a new one has been added.
    With this commit, the fragment is searched for further NAL units to add
    the SEI messages to. If all of them are full, a new SEI NAL unit is added.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/cbs_h2645.c
  • Run ffmpeg command line error in android

    27 février 2014, par user3361063

    When i run this code :

    String cmd = mFfmpegInstallPath+" -f image2 -i "+Environment.getExternalStorageDirectory()+"/ffmpeg/img%03d.png "+Environment.getExternalStorageDirectory()+"/tmp/out.mp4";
    Process p = Runtime.getRuntime().exec(cmd);

    I got a error :

    Working Directory : null Environment : null

    So how to run ffmpeg command line in android ?

  • HLS service using FFMPEG

    15 juillet 2020, par mitsuki

    I am thinking of creating an environment for HLS using FFMPEG. I would like to encode iso files to m3u8 files automatically.&#xA;Then, I am looking for some companies which can configure the environment.&#xA;Anyone knows good service provider regarding HLS ?

    &#xA;

    Thank you. :)

    &#xA;