Recherche avancée

Médias (91)

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

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

Sur d’autres sites (5895)

  • lavf/concatdec : fix crash in case a file in script cannot be opened

    18 décembre 2013, par Stefano Sabatini
    lavf/concatdec : fix crash in case a file in script cannot be opened
    
    • [DH] libavformat/concatdec.c
  • Révision 21118 : Corrections suites aux propositions de phpdoc r21117 : le script n’a pas toujou...

    13 janvier 2014, par marcimat -
  • How to get rec script of SOX to work on Android ?

    1er mai 2013, par Arif Nadeem

    I built sox for Android and I am using the generated binary files i.e. sox, rec, play and soxi generated directly in my app by installing them as binaries within my app.

    I am able to invoke commands using sox directly however I have a problem in invoking rec command.

    I used the following command, rec -r 8000 -c 2 output.wav
    But it fails saying that sox is not found or sox is expected but is not found.

    The above rec command works perfectly in Ubuntu when I use it in command line

    Please note that I am able to use operation related to sox binary successfully, but I am unable to use commands related to rec binary.

    Initially I thought the problem may be because of permissions imposed by Android so I included these permissions in manifest.xml but to no avail.

    I did some research and got this link, it says in section Using Sox to Play and Record that there might be some Linux systems which do not accept rec command directly.

    I followed his suggestion and appended my commands with padsp etc, but it still doesn't work.

    So my question is how do I invoke rec command successfully on Android system, has anyone tried this before ?