Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (103)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (4089)

  • FFMPEG SilenceDetect

    16 février 2015, par Sreenivas Shenoy

    I am trying to understand the output obtained from FFMPEG. A part of the output, I obtained is as shown below.

    [null @ 000000000449e740] Encoder did not produce proper pts, making some up
    [silencedetect @ 00000000048263a0] silence_start: -0.00356009
    [silencedetect @ 00000000048263a0] silence_end: 11.4242 | silence_duration:11.4278
    [silencedetect @ 00000000048263a0] silence_start: 11.7457
    [silencedetect @ 00000000048263a0] silence_end: 11.8422 | silence_duration: 0.0964399
    [silencedetect @ 00000000048263a0] silence_start: 12.1173
    .....
    [silencedetect @ 00000000048263a0] silence_end: 113.708 | silence_duration: 0.14288
    [silencedetect @ 00000000048263a0] silence_start: 113.751
    frame= 3254 fps=297 q=0.0 Lsize=N/A time=00:02:10.17 bitrate=N/A    
    video:305kB audio:22424kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

    I understand that, silence_start gives the timestamp at which silence in the audio file is detected and silence_end gives the ending timestamp. I have two questions here

    1) How come the timestamp for the first silence_start has a negative value ?(-0.00356009)

    2)In the last line of the output I could see the silence_start is at 113.751, but unable to see the silence_end. Why is it so ?

  • FFMPEG issues for android lollipop

    18 février 2015, par Arslan Ahmad

    I was using the FFmpeg library in my application from the last 2 years and it still working fine on old version. It wont even work on android lollipop.

    I was using these library before.

    String[] libraryAssets = { "ffmpeg", "libavcodec-55.so", "libavcodec.so",
               "libavfilter-4.so", "libavfilter.so", "libavformat-55.so",
               "libavformat.so", "libavutil-52.so", "libavutil.so",
               "libswresample-0.so", "libswresample.so", "libswscale-2.so",
               "libswscale.so"

       };

    And I have got the answer from other link that if we use these 3 libraries it will work on lollipop aswell

    "liblicense-jni.so,","libloader-jni.so","libvideokit.so"

    But still It didnot resolve yet.
    Please check this log.

    ***Starting FFMPEG***
    ***error: only position independent executables (PIE) are supported.***
    ***Ending FFMPEG***

    Any help or any update in library ??

  • FFMPEG issues for android lollipop. error : only position independent executables (PIE) are supported

    18 mars 2015, par Arslan Ahmad

    I was using the FFmpeg library in my application from the last 2 years and it still working fine on old version. It wont even work on android lollipop.

    I was using these library before.

    String[] libraryAssets = { "ffmpeg", "libavcodec-55.so", "libavcodec.so",
               "libavfilter-4.so", "libavfilter.so", "libavformat-55.so",
               "libavformat.so", "libavutil-52.so", "libavutil.so",
               "libswresample-0.so", "libswresample.so", "libswscale-2.so",
               "libswscale.so"

       };

    And I have got the answer from other link that if we use these 3 libraries it will work on lollipop aswell

    "liblicense-jni.so,","libloader-jni.so","libvideokit.so"

    But still It didnot resolve yet.
    Please check this log.

    ***Starting FFMPEG***
    ***error: only position independent executables (PIE) are supported.***
    ***Ending FFMPEG***

    Any help or any update in library ??