Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (105)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • lavc/vaapi_encode : Change the slice/parameter buffers to dynamic alloc.

    24 août 2017, par Jun Zhao
    lavc/vaapi_encode : Change the slice/parameter buffers to dynamic alloc.
    

    Change the slice/parameter buffers to be allocated dynamically.

    Signed-off-by : Wang, Yi A <yi.a.wang@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
  • Create dynamic playlist in ffmpeg

    12 octobre 2016, par Ahmad Ali Mukashaty

    I want to stream videos countinuously so I create this playlist (test.txt)

    file ’test1.mp4’

    file ’test2.mp4’

    file ’test3.mp4’

    and I use this command in ffmpeg to run playlist

    ffmpeg -re -f concat -i test.txt -b:v 2.5M -c:v libx264 -acodec aac -f mpegts udp://127.0.0.1:1234?pkt_size=188&amp;buffer_size=3M

    But is there a way to add files to run after this playlist without interrupt streaming or Make the process moves to another playlist When the first one ends

    I am looking for any way to stream other movies after playlist finish during the process running (without interrupt streaming)

    please help me

  • Create dynamic playlist in ffmpeg

    12 juillet 2017, par Ahmad Ali Mukashaty

    I want to stream videos countinuously so I create this playlist (test.txt)

    file ’test1.mp4’

    file ’test2.mp4’

    file ’test3.mp4’

    and I use this command in ffmpeg to run playlist

    ffmpeg -re -f concat -i test.txt -b:v 2.5M -c:v libx264 -acodec aac -f mpegts udp://127.0.0.1:1234?pkt_size=188&amp;buffer_size=3M

    But is there a way to add files to run after this playlist without interrupt streaming or Make the process moves to another playlist When the first one ends

    I am looking for any way to stream other movies after playlist finish during the process running (without interrupt streaming)

    please help me