Recherche avancée

Médias (91)

Autres articles (101)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (6675)

  • libavformat/utils : Fix indentation

    19 mars 2021, par Andreas Rheinhardt
    libavformat/utils : Fix indentation
    

    Originally added in 12f996edfab67b65af0ff1ee829f9eeabb025b0f
    behind #if 0 ; aebb56e1844d61965c97e95534c3ae0da69df028 then
    removed the #if and replaced it by using av_dlog. Then commit
    1a3eb042c704dea190c644def5b32c9cee8832b8 replaced this with av_log
    at trace level. Yet the code block always stayed within
    at an increased level of indentation.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/utils.c
  • avcodec/dca_core : rename get_vlc function

    1er février 2016, par James Almer
    avcodec/dca_core : rename get_vlc function
    

    Fixes compilation with TRACE enabled

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dca_core.c
  • FFmpeg Some Questions about dshow command

    5 avril 2022, par Zih

    Recently, I've built ffmpeg(ver 4.1.1) 32bit on my Windows, trying to put SRT stream to Internet.When I use -dshow command, I can use both -list_device and -list_options to find my camera correctly.But once I use ffplay to play my Camera,it doesn't respond.&#xA;On the other hand, I can use vfwcap command to play my Camera successfully through "ffplay -f vfwcap -i 0",but this is not what I want. Because I also want to put my Microphone device at the same time.&#xA;enter image description here&#xA;This problem has bothered me for a week that I can't find the right solution over Internet.I've tried to add the parameters which my camera may need.But it appear the same problem.&#xA;If you have time, can you try to help me?Or can you guide me where the problem may arise.I will be very grateful for your help.I look forward to your reply.

    &#xA;

    Actually,my final target is to use dshow cammand to display my camera and push the stream using SRT at the same time.So that I can pull the SRT stream at another computer to compare two screen and then get the delay Intuitively and visually.I've built SRT(32bit) and ffmpeg(32bit v4.1.1) successfully,but my dshow command seems like that it doesn't work well.

    &#xA;