Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (71)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

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

Sur d’autres sites (9195)

  • UnsupportedAudioFileException in LIUM Speaker Diarization after re-sampling

    14 septembre 2016, par RAVI D PARIKH

    I am trying to configure LIUM tool for speaker diarization. This question is a follow up of UnsupportedAudioFileException in LIUM Speaker Diarization

    I have tried re sampling the file using sox and ffmpeg

    I am new to any sorts of programming and i have followed all steps described in LIUM quick start guide and the above link. I still get the same error. I think my input file has issues related to header as mentioned by Nikolay Shmyrev in the above link however i have no clue on how to solve it.

    My code is as below :

    java –jar  C:\Users\Ravi\Desktop\LIUM_SpkDiarization-8.4.1.jar \ --fInputMask= C:\Users\Ravi\Desktop\converted_f2.wav--sOutputMask= C:\Users\Ravi\Desktop\converted_converted_2.seg -–help --doCEClustering

    Error :

    10:52.037 SEVERE AudioFeatureSetFa  FileNotFoundException
    java.io.FileNotFoundException:
           at java.io.FileInputStream.open0(Native Method)
           at java.io.FileInputStream.open(Unknown Source)
           at java.io.FileInputStream.<init>(Unknown Source)
           at com.sun.media.codec.audio.mp3.JS_MP3FileReader.getAudioFileFormat(JS_MP3FileReader.java:82)
           at javax.sound.sampled.AudioSystem.getAudioFileFormat(Unknown Source)
           at fr.lium.spkDiarization.libFeature.AudioFeatureSetFactory.getAudio(AudioFeatureSetFactory.java:162)
           at fr.lium.spkDiarization.libFeature.AudioFeatureSetFactory.MakeFeature(AudioFeatureSetFactory.java:207)
    </init>

    The input file is at https://drive.google.com/file/d/0B7Fqe9EX5JbgT09BcXpSREd4em8/view?usp=sharing

    Input File Name:converted_f2.wav

    I have put the command and the full output of the prompt in a word document at

    https://drive.google.com/file/d/0B7Fqe9EX5JbgUUl6THNCZFgxRnM/view?usp=sharing

    The inpiut file has correct sampling rate and other parameters and thus i am not able to understand the cause of the error.
    Thanks a lot for the help

    Regards,
    Ravi

  • avformat/oggdec : Fix metadata memleak on multiple headers

    6 mars 2018, par Michael Niedermayer
    avformat/oggdec : Fix metadata memleak on multiple headers
    

    Fixes : Chromium bug 800123
    Reported-by : Matt Wolenetz <wolenetz@google.com>
    Reviewed-by : Matt Wolenetz <wolenetz@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/oggdec.c
  • Android App Bundle build error : File 'root/lib/x86/ffmpeg' uses directory name 'lib'

    7 septembre 2020, par Patel Pinkal

    I have used FFmpeg Android in the project from this repo FFmpeg-Android-Java and implement only the FFmpegAndroid module in the project.

    &#xA;

    FFmpeg library is working fine when we run directly from Android Studio or we make APK file (debug or Signed).

    &#xA;

    But When I try to generate the app bundle from Android studio I get the below error.

    &#xA;

    Execution failed for task &#x27;:app:packageReleaseBundle&#x27;.&#xA;> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade&#xA;  > File &#x27;root/lib/x86/ffmpeg&#x27; uses reserved file or directory name &#x27;lib&#x27;.&#xA;

    &#xA;

    &#xA;

    Project Level build.gradle

    &#xA;

    &#xA;

     // Top-level build file where you can add configuration options common to all sub-projects/modules.&#xA;&#xA;buildscript {&#xA;&#xA;// Different version declaration&#xA;ext {&#xA;    kotlin_version = &#x27;1.4.0&#x27;&#xA;    supportVersion = "28.0.0"&#xA;    retrofitVersion = "2.0.2"&#xA;    okhttp3Version = "3.2.0"&#xA;    smackVersion = "4.3.0"&#xA;    nav_version = "2.1.0-alpha02"&#xA;}&#xA;&#xA;repositories {&#xA;    google()&#xA;    jcenter()&#xA;    maven { url "https://jitpack.io" }&#xA;    maven { url &#x27;https://maven.fabric.io/public&#x27; }&#xA;    mavenCentral()&#xA;}&#xA;dependencies {&#xA;    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"&#xA;    classpath &#x27;com.google.gms:google-services:4.3.3&#x27;&#xA;    classpath &#x27;com.android.tools.build:gradle:4.0.1&#x27;&#xA;    classpath &#x27;io.fabric.tools:gradle:1.28.1&#x27;&#xA;    classpath &#x27;me.tatarka:gradle-retrolambda:3.3.1&#x27;&#xA;    classpath &#x27;com.jakewharton:butterknife-gradle-plugin:9.0.0-rc2&#x27;&#xA;    classpath &#x27;com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3&#x27;&#xA;    classpath "com.github.dcendents:android-maven-gradle-plugin:2.0"&#xA;    classpath &#x27;com.google.firebase:perf-plugin:1.3.1&#x27;&#xA;}&#xA;}&#xA;&#xA; allprojects {&#xA;     repositories {&#xA;         google()&#xA;         jcenter()&#xA;         maven { url "https://jitpack.io" }&#xA;         maven { url &#x27;https://maven.fabric.io/public&#x27; }&#xA;         mavenCentral()&#xA;     }&#xA; }&#xA;&#xA; task clean(type: Delete) {&#xA;     delete rootProject.buildDir&#xA; }&#xA;

    &#xA;

    enter image description here&#xA;enter image description here

    &#xA;