Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • 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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

  • What do the ffmpeg loglevels mean ? [closed]

    12 juillet 2014, par naxa

    FFmpeg has several loglevels (see -loglevel). These are, in order : quiet, panic, fatal, error, warning, info, verbose and debug.

    But the documentation is not very verbose with explaining their meanings.

    It’s true that all names are self-documenting enough so they give some intuitive sense for when to use them. But when in doubt, from the user as well as the developer’s perspective, in decision situations, it would help to have a clear definition of each level.

    I would like to know which one is for what purpose, in order to know when to use them. I couldn’t find any more hints on this. Especially on the difference between panic, fatal, error and info, verbose, debug.

    I think I’ve found the code for these but I still don’t know their exact purposeful ’boundaries’. Is there an explanation on this, (perhaps outside the ffmpeg project) ?

  • ffmpeg and iis smooth streaming

    19 février 2015, par Andrey Pietrov

    I have a local iis instance with configured publishing point. The point is good I’ve tested it by Expression Encoder 4 Pro IIS smooth streaming feature.
    But when I’m trying to stream to is using ffmpeg, Silverlight player can`t play my stream - just buffering action in process. Here is my ffmpeg command

    ffmpeg -f dshow -i video="WebCam SC-13HDL11431N":audio="Microphone (Realtek High Definition Audio)" -movflags isml+frag_keyframe -threads 2 -c:a libvo_aacenc -c:v libx264 -preset fast -b:v 64k -bufsize 64k -flags +global_header -f ismv http://localhost/lf.isml/Streams(lf)

    Manifest file (http://localhost/lf.isml/manifest) is correct and available for Silverlight streaming but unfortunately player doesn’t play my stream.
    Any suggestion or help ? Maybe I’ve forgot some parameter in command ?

  • avdevice/decklink_dec : extract NTSC VANC

    12 février 2018, par Ray Tiley
    avdevice/decklink_dec : extract NTSC VANC
    

    This changes how NTSC VANC is extracted from the buffer. In NTSC the vanc data
    is interleaved between luma and chroma, and not just the luma as in high
    definition resolutions.

    In my testing this allows a decklink card encoding valid NTSC closed
    captions to pass the caption data to the x264 encoder.

    Updated with reviews from Devin Heitmueller and Marton Balint.

    Signed-off-by : Ray Tiley <raytiley@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_dec.cpp