Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (11)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

Sur d’autres sites (515)

  • ffmpeg : How to get ffmpeg to ignore or fill in missing frames in the input image sequence [closed]

    6 février, par Greg E

    I have input frames image.0001.png, image.0002.png etc. Converting them to mp4 with

    


    ffmpeg -f image2 -i image.%04d.png -vcodec libx264 -crf 1 -pix_fmt yuv420p out.mp4

    


    However if there are missing frames in the sequence, eg. image.0020.png is missing, ffmpeg stops at frame 19 and makes a truncated movie with 19 frames.

    


    I'd like ffmpeg to just ignore the missing frame 0020, or repeat 0019 as 0020, or anything else sensible (look ahead and pull 0021 back to be 0020 ?).

    


    For context, this is a moving geometric art thing and a skipped frame will be a noticeable jerk in the movie, probably a repeated frame will be smoother.

    


    Thanks for any assistance.

    


    (Environment : Mac M1, Sonoma 14.3, ffmpeg 6.1.1)

    


  • Unable to find a suitable output format for 'ffmpeg' - ffmpeg : Invalid argument

    10 juin 2021, par Alvydas Juodikis

    I am trying to work through a tutorial I found online that converts an RTSP URL to a HSL stream. Upon executing the command on ubuntu 20.04, I get the following error :

    


    "[NULL @ 0x55985b9bab80] Unable to find a suitable output format for 'ffmpeg'
ffmpeg : Invalid argument"

    


    These were my commands :

    


    ffmpeg -v info \&#xA;-i <rtsp url="url"> \&#xA;-c:v copy -c:a copy -bufsize 1835k -pix_fmt yuv420p \&#xA;-flags -global_header \&#xA;ffmpeg -hls_time 10 -hls_list_size 6 -hls_wrap 10 \&#xA;ffmpeg -start_number 1 Home/Documents/ffmpegsolution/video.m3u8&#xA;</rtsp>

    &#xA;

    (The example said that I needed to provide my path to output, so I listed the directories that I wanted the file to go to - ffmpegsolution being the folder)

    &#xA;

    The tutorial I'm using is found on :&#xA;https://www.thewebblinders.in/programming/article/rtsp-streaming-on-a-web-browser-6069

    &#xA;

    It essentially shows that you can convert an rtsp url to a HSL file and stream it using html templates, however I can't get passed the conversion stage.

    &#xA;

    Any help would be appreciated. My thinking is that maybe one of my formats like "m3u8" isn't recognised ; however I'm not sure.

    &#xA;

    Thank you for your time,

    &#xA;

  • ffmpeg direct show obvoius problem. ffmpeg is not letting to reconnect to camera

    11 avril 2021, par josh joyer

    I use ffmpeg with command

    &#xA;

    ffmpeg -f dshow -i video="@device_pnp_\\?\usb#vid_1908&amp;pid_2311&amp;mi_00#6&amp;353461d3&amp;0&amp;0000#{65e8773d-8f56-`11d0-a3b9-00a0c9223196}\global" output.mkv`&#xA;

    &#xA;

    It is fine to record camera but it uses direct show standard&#xA;Microsoft Windows library that is faulty.&#xA;Once connected to camera one is unable to use camera again or disconnect from it.&#xA;One should restart computer to connect to camera again.&#xA;Microsoft tells not to use direct show (dshow) for camera but&#xA;to use AForge or VisioForge libraries.

    &#xA;

    But ffpmeg uses faulty dshow library. Is there any way to&#xA;change direct show to some other so one could connect to camer multiple times ?

    &#xA;