Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (8)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

Sur d’autres sites (4046)

  • hwcontext_qsv : do not fail when download/upload VPP session creation fails

    10 août 2016, par Anton Khirnov
    hwcontext_qsv : do not fail when download/upload VPP session creation fails
    

    Certain pixel formats (e.g. P8) might not be supported for
    download/upload through VPP operations, but can still be used otherwise.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavutil/hwcontext_qsv.c
  • How to download a specific part of the video ?

    26 décembre 2023, par Mohammad Kazemian

    Do you know a library that allows us to download a video instead of the whole video, only a specific part of that video ?&#xA;I checked and it seems that this can be done with ffmpeg, but using ffmpeg increases the size of the apk file very much.&#xA;I could not find a small version of ffmpeg

    &#xA;

  • download livestream real-time data

    15 juillet 2024, par Chenguang He

    I'm working on a project to design a RTMP server in Java to get livestream data and download to flv file. One requirement is that to capture the real-time data, I need to download the recording for every second instead of downloading entire recording when livestream stop. Is there any way to achieve it ? Thanks

    &#xA;

    tried to download stream into byte array for every second and decode to flv using H.264 but didn't work.

    &#xA;