Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (34)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (3941)

  • show subtitles list, get id and name of each subtitles track

    21 septembre 2020, par user25

    I would like to get some list of all available subtitles tracks like :

    



    #1 - id, name
#2 - id, name
#3 - id, name
...


    



    So list would tell how much subtitles tracks I have, show id and name of each track

    



    Is there any FFmpeg option to show such list ?

    


  • fftools/ffmpeg : track a list of non-lavfi outputs in InputStream

    31 mars 2023, par Anton Khirnov
    fftools/ffmpeg : track a list of non-lavfi outputs in InputStream
    

    Currently, output streams where an input stream is sent directly (i.e.
    not through lavfi) are determined by iterating over ALL the output
    streams and skipping the irrelevant ones. This is awkward and
    inefficient.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_mux_init.c
  • FFMPEG RTSP Replace Video Stream with Holding Slide - Optimization - CPU Related

    29 septembre 2020, par Majickal
    c:\bin\ffmpeg\bin\ffmpeg.exe -rtsp_transport tcp -i rtsp://10.0.0.xx:8554/live -framerate 30 -loop 1 -i "C:\bin\slides\HoldingSlide.png" -tune zerolatency  -x264opts bitrate=2500:vbv-maxrate=2500:vbv-bufsize=250 -c:v libx264 -g 30 -keyint_min 30 -crf 35 -preset superfast -pix_fmt yuv420p -s 1280x720 -c:a aac -b:v 2500k -b:a 192k -ar 24k -map 0:1 -map 1:0 -f flv $INGEST_URL


    


    The above ffmpeg code replaces the rtsp video component of the rtsp stream with a holding slide.
I am seeing high CPU utilization (from the re-streaming server) when running this code and am looking for pointers to optimize it.
Specifically, when ingesting the AV (rtsp) stream to Azure Media Platform

    


    Whilst I am interested in ensuring the holding slide is of an acceptable quality, the core aspect is ensuring the audio quality is not compromised.

    


    Any pointers/suggestions with regards to reducing CPU load would be most welcome.

    


    example video replacement with holding slide