Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (65)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (7325)

  • ffmpeg, download video stream from url

    5 juillet 2021, par samiullah

    I am developing application to save any online webinar(video or audio) given the url using ffmpeg library. Url usually contain other contents like text, images as well. So i have problem, how to separately get video stream from url using ffmpeg(or some other better free library). Url may be for any site, not only for youtube, but as an example, link may be like

    


    http://www.youtube.com/watch?v=wnrJJYm7qIw

    


  • How can I batch/sequentially download m3u8 files using ffmpeg ?

    20 février 2020, par Yesterdec

    I’m currently downloading m38u playlists individually using the following on Mac :

    ffmpeg -i <"URL with m3u8"> -codec copy output.ts

    If I want to do multiple files, I currently do it from separate Terminal windows.

    What I would like to do is, in a single instance, tell ffmpeg to e.g. take URLs from a .txt file and download them in sequence, with a sequential output name for each (fine for them to all go in same output folder).

    Sample code from m3u8 file :

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-TARGETDURATION:9
    #EXTINF:8.333333,
    segment00000.ts
    #EXTINF:8.333333,
    segment00001.ts
    #EXTINF:8.333333,
    segment00002.ts
    #EXTINF:5.000000,
    segment00003.ts
    #EXTINF:8.333333,
    segment00004.ts
    #EXTINF:8.333333,
    segment00005.ts

    I certainly have homebrew installed - I’m a novice, so unsure whether that means I’m actively ’using’ it to manage packages

    The file with the list of of m3u8 addresses is currently located at /Users/username/Downloads/m38u hold list.txt and looks like this :

    https://streaming.imvbox.com/media/2825/1280x800/1280x800.m3u8
    https://streaming.imvbox.com/media/2298/1280x800/1280x800.m3u8
    https://streaming.imvbox.com/media/2822/1280x800/1280x800.m3u8
    https://streaming.imvbox.com/media/2821/1280x800/1280x800.m3u8
    https://streaming.imvbox.com/media/2820/1280x800/1280x800.m3u8
    https://streaming.imvbox.com/media/2088/1280x800/1280x800.m3u8

    But so far this file is simply a place to store the links - I haven’t used it anything other than to copy the links from.

  • ffmpeg facebook live video download issues [closed]

    20 mai 2020, par HakanK

    What is the best working code line for ffmpeg to record Facebook live video stream ?

    



    Kind regards

    



    Hakan