Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (35)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

Sur d’autres sites (9566)

  • doc/filters : restore entry for libvmaf option pool

    26 novembre 2023, par Gyan Doshi
    doc/filters : restore entry for libvmaf option pool
    

    3d29724c00 removed the doc entry for the option pool while adding
    a parser function for it at the same time !

    The option remains available and undeprecated.

    Fixes trac #10693

    • [DH] doc/filters.texi
  • FFMPEG Segment Threads Equivalent Option

    24 août 2018, par Bruno Andrade

    I was downloading video from a hls m3u8 stream using the ffmpeg command in php :

    exec('ffmpeg -hide_banner -loglevel verbose -n -i https://example.com/playlist.m3u8 -acodec copy -bsf:a aac_adtstoasc -vcodec copy file.mp4 1> log.txt  2>&1', $output, $var);

    But I was having problems downloading speed and the problem was not the internet.

    So I installed and used the livestreamer.io OR streamlink.github.io/ and also slowed down the download.

    So I made use of the hls-segment-threads=5 option according to the API document :

    The size of the thread pool used to download segments.

    This solved the problem, is there any equivalent option in the FFMPEG ?
    Or have something I can do with PHP + FFMPEG to get this result that this hls-segment-threads option provides ?

    Most shared servers come with FFMPEG installed but the same does not fit with livestreamer or streamlink so I need a solution that works for everyone.

    *I do not understand python do not know what this option exactly does

  • doc/ffserver : fix documentation for -n option

    28 novembre 2013, par Stefano Sabatini
    doc/ffserver : fix documentation for -n option
    

    Launch option is defined in the Feed section.

    • [DH] doc/ffserver.texi