Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (113)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4736)

  • Java sound vs C sound api in sound result

    18 août 2019, par Ahmed

    i finish developing a conference chat app using java, and i used mp3 as encoder and javacv ( ffmpeg ) as a library, but the sound i get not sonorous like Paltalk app

    i used java sound api to capture the sound then store the sound in a buffer , send it to the encoder and get the compressed bytes and send it via socket then decode it and play it in speaker.
    the sound format was like 44100 sample rate when i capture the sound in java and in encoder it generate 11025 sound.
    here how i get sound from java api

    AudioFormat format = new AudioFormat(44100.0f, 16 , 1, true, false);        
    // target dataline  (Mic)
    DataLine.Info info = new DataLine.Info(TargetDataLine.class, format);
    targetDataLine = (TargetDataLine) AudioSystem.getLine(info);
    targetDataLine.open();

    i want to know what the thing making sound sonorous ?

  • avisynth : Bump minimum required version to interface version 6

    2 avril 2015, par Stephen Hutchinson
    avisynth : Bump minimum required version to interface version 6
    

    The AVSC_API changes in the new headers mean that the 2.6 alphas
    are just as incompatible as 2.5 is.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] doc/general.texi
    • [DH] libavformat/avisynth.c
  • Add hyperlinks within videos

    25 avril 2020, par Monkeybus

    Is it possible to add clickable menus to videos ? Like with DVD's ?

    &#xA;&#xA;

    Plus, is it possible to have areas of a video image clickable ? For example a scene where each actor in a movie could be clicked ? I am thinking of something like HTML image maps, but with video ?

    &#xA;&#xA;

    I use Linux and ffmpeg for all of my transcoding.

    &#xA;&#xA;

    Any pointers, much appreciated. Thanks, as always.

    &#xA;&#xA;

    Talk to you all soon.

    &#xA;