Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (61)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8379)

  • how to reduce cpu usage of ffmpeg ?

    17 février 2017, par Arya Same

    hi i am restreaming an hls stream as a hls stream

    SETLOCAL
    :loop

    ffmpeg -thread_queue_size 32768 -i "http://xx/636.m3u8" -f hls -hls_time 5 -hls_list_size 5 -hls_allow_cache 0 -hls_flags delete_segments -segment_list_flags +live -hls_base_url "../ts/" -hls_segment_filename "C:\nginx\html\ts\lig-%random%%random%-%%3d.svgz" -y "C:\nginx\html\hls\lig1.m3u8" > log.txt

    goto loop

    but it uses %15-20 of cpu i have to make 16 streams like that in same server but i can’t.

    cant i make a configuration like just downloading .ts files cloning the m3u8 ?

  • Taking time in Process.waitForExit() after exit ffmpeg console process

    28 février 2017, par IPS

    I am working on video recording using ffmpeg. In that I am facing issue like after completion of video recording process ffmpeg console exit immediate but in application it is taking some time to get control in executing next statement. I am getting difference in ffmpeg execution time and process execution time.

    Can anyone having idea why process execution taking time and how I can get the both value same. I start ffmpeg process as follow :

    ProcessStartInfo processStartInfo = new ProcessStartInfo("ffmpeg exe path", profile_new_parameters);
    processStartInfo.WorkingDirectory = Path.GetDirectoryName("ffmpeg exe path");
  • I want to reduce video size using ffmpeg

    4 mars 2017, par Trupen Meruliya

    I don’t know how implement ffmpeg with android can any one help me step by step procedure to implement ffmpeg with android studio