Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (68)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9490)

  • How can start a process and stop the process if "error" string appear in the console output strings in one line commands set

    25 janvier 2018, par Thm Lee

    Now I want one line cmd commands set which start a process and monitor the consol output strings stream. And so if error message appear in the process’s console output, then could stop the process immediately.

    For example, I tried below commends sets, but failed. It seems find command didn’t get any strings streams in which search key word "error"

    ffmpeg "endcoding process options set" | find "error" && exit

    or,

    ffmpeg "endcoding process options set" 2>&1 find "error" && exit

    Is there any solutions about this ?

    Thanks in advance

  • avfilter/video : pick sar from link

    7 décembre 2017, par Paul B Mahol
    avfilter/video : pick sar from link
    

    It should not be needed for each filter that sets sample aspect ratio
    to set it explicitly also for each and every frame, instead that is
    automatically done in get_buffer call.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/video.c
  • avformat/avienc : fix fields-per-frame value for interlaced video streams

    27 novembre 2017, par Tobias Rapp
    avformat/avienc : fix fields-per-frame value for interlaced video streams
    

    Writes one set of field framing information for progressive streams and
    two sets for interlaced streams. Fixes ticket #6383.

    Unfortunately the OpenDML v1.02 document is not very specific on what
    value to use for start_line when frame data is not coming from a
    capturing device, so this is just using 0/1 depending on the field order
    as a best-effort guess.

    Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com>

    • [DH] libavformat/avienc.c
    • [DH] libavformat/version.h
    • [DH] tests/ref/fate/copy-trac2211-avi