Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (14645)

  • libavformat/http.c : Make http-listen work as an input stream.

    11 avril 2015, par Stephan Holljes
    libavformat/http.c : Make http-listen work as an input stream.
    

    With this patch http can be used to listen for POST data to be used as an input stream.

    Signed-off-by : Stephan Holljes <klaxa1337@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/protocols.texi
    • [DH] libavformat/http.c
  • How to fill the AM_MEDIA_TYPE structure using FFMPEG parameters

    27 septembre 2023, par victor kulichkin

    I get the video H.264 stream from a IP camera using FFMPEG. I need to handle its frames by DirectShow. For this I have to fill the AM_MEDIA_TYPE structure from FFMPEG. Is there any manual for this ?

    &#xA;

  • Sometimes ffmpeg crashes and the process still on task manager in windows

    23 février 2018, par parsa

    I’m using ffmpeg for transcoding my videos on my servers.

    Some times ffmpeg carshes in transode during, and that process stalled on task manager and it used ram,but not consumed cpu(it seems ffmpeg crashed).

    1- Is there any solution for knowing that how can I manage this process on my servers ?

    2- Must be handle that from web server side or can I manage it from ffmpeg side ?

    I mean, ffmpeg has there any property for when transcoding take a long time,that stops.

    Or Can I handle this from server side(iis recycling stops the process in run time transcoding, i don’t want to use that, maybe I’m wrong, just help me).

    What is the best solution ?

    I used this code for example :

       ffmpeg -i kata.mp4 -filter_complex
    [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=localhost/Parsa:fontcolor
    =white:r=25:box=1:boxcolor=black@0.3:boxborderw=3:fontsize=15:x=15:y=(h-text_h-
    15)[v];[v]split=4[s0][s1][s2][s3];[s0]scale=hd720[v0];[s1]scale=hd480[v1];
    [s2]scale=nhd[v2];[s3]scale=cga[v3] -map [v0] -map [v1] -map [v2] -map [v3] -map
    a? -c:v libx264 -c:a aac -f tee -g 48 -threads 0 "
    [select='v\:0,a':f=hls:hls_list_size=0]../video/720p/out.m3u8|
    [select='v\:1,a':f=hls:hls_list_size=0]../video/480p/out.m3u8|
    [select='v\:2,a':f=hls:hls_list_size=0]../video/360p/out.m3u8|
    [select='v\:3,a':f=hls:hls_list_size=0]../video/200p/out.m3u8"