Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (32)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (6116)

  • using ffmpeg to live stream to Youtube

    6 septembre 2018, par Bruno Picardi

    I created an app in Windows to live stream the content of all the screen or only a portion of it (a Windows) to Youtube.
    I used this app but I still have a problem I’m not able to understand.
    I use different internet connections : ADSL at home 30Mbit, or ADSL router outside ad 2.5Mbit.
    In any case, after starting ffmpeg to live stream the fps strats growing from 300 to 2000 the transmission is perfect for some minutes, then the fps slowdown until a very low value for the bitrate of the Youtube streaming. The image is no more clear and disappears, the audio is still working. The CPU is still under the 35-40% of usage.
    ffmpeg must be restarted to get another 5-7 minutes of good transmission.
    I tryed changing the ffmpeg command line but nothing seams to influence this behaviour.
    This is because I still don’t undestand Where the problem is. Any suggestions ?
    A log of a single session (aprox. 20 minutes) is available here http://www.mbinet.it/public/ffmpeg-20180106-094446.txt
    Another (aprox. 5 min.) is available here http://www.mbinet.it/public/ffmpeg-20180106-105529.txt
    Thanks

  • avformat/avidec : skip len=0 entries from the index

    25 avril 2014, par Don Moir
    avformat/avidec : skip len=0 entries from the index
    

    Reduces cpu & memory requirements for the index
    See Ticket 3531

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avidec.c
  • Show the filename being processed when using an input list and an error occurs ?

    17 février 2024, par GeoNomad

    I am concatenating a large number of short files using a list.

    &#xA;

    One in a hundred seems to have an error of one sort or another which stops the processing.

    &#xA;

      &#xA;
    1. Is there a way to tell ffmpeg to just drop the bad frame or even bad file and continue ?

      &#xA;

    2. &#xA;

    3. If not, is there a way to know what file has the error so I can just remove that file from the list ?

      &#xA;

    4. &#xA;

    &#xA;

    ffmpeg -safe 0  -f concat -i list.txt -c copy FEEDER.mp4

    &#xA;

    I have tried -loglevel verbose, but that did not help.

    &#xA;

    [concat @ 0000022d22b23480] h264_mp4toannexb filter failed to receive output packet&#xA;Error demuxing input file 0: Invalid data found when processing input&#xA;Terminating demuxer thread 0&#xA;list.txt: Invalid data found when processing input&#xA;

    &#xA;

    How do I find out which file of the several hundred files in list.txt is the culprit ?

    &#xA;

    As it happens, these files have time stamps and I can find it by looking at the last output frame and then deleting the appropriate file. But it seems there should be a better way.

    &#xA;

    FWIW I am working in Windows cmd.exe or Powershell Terminal

    &#xA;