Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8898)

  • nomenclature #2507 : Itérateurs : boucles (LISTE) à l’identique de (ENUM)

    23 janvier 2012, par jluc -

    Tu ne met pas le nom de la boucle. Si tu parles des critères supplémentaires en général, la difficulté se présente aussi pour . Non ? Ce problème n’est pas traité pour ENUM mais tu souhaites qu’il le soit pour les listes ? Sinon, au autre argument pour le choix d’une syntaxe, c’est que toutes les (...)

  • avcodec : Implement Archimedes VIDC encoder/decoder

    13 octobre 2018, par Cameron Cawley
    avcodec : Implement Archimedes VIDC encoder/decoder
    

    Signed-off-by : Cameron Cawley <ccawley2011@gmail.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/pcm.c
    • [DH] libavcodec/pcm_tablegen.c
    • [DH] libavcodec/pcm_tablegen.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/pcmdec.c
    • [DH] libavformat/pcmenc.c
  • convert G.723.1 to normal wav and split channels ?

    10 août 2019, par user9316498

    I have a wav file who’s info is

    ion@aurora:~/Inbound$ mediainfo 48401-3405-48403--18042018170000.wav
    General
    Complete name                            : 48401-3405-48403--18042018170000.wav
    Format                                   : Wave
    File size                                : 327 KiB
    Duration                                 : 4mn 11s
    Overall bit rate                         : 10.7 Kbps

    Audio
    Format                                   : G.723.1
    Codec ID                                 : A100
    Duration                                 : 4mn 11s
    Bit rate                                 : 10.7 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 8 000 Hz
    Stream size                              : 327 KiB (100%)

    and the audacity shows like this
    enter image description here

    To tackle it I tried

    ffmpeg -i 48401-3405-48403--18042018170000.wav  -f wav test.wav

    But it just appends the second channel at the back of first channel , So I get only single channel.
    and its media info is :
    ion@aurora : /Inbound$ mediainfo test.wav

    General
    Complete name                            : test.wav
    Format                                   : Wave
    File size                                : 7.67 MiB
    Duration                                 : 8mn 22s
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 128 Kbps
    Writing application                      : Lavf56.40.101

    Audio
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : 1
    Duration                                 : 8mn 22s
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 1 channel
    Sampling rate                            : 8 000 Hz
    Bit depth                                : 16 bits
    Stream size                              : 7.67 MiB (100%)

    Any idea how to solve this ?

    PS : When I hear the original wav file, It feels like the talking is too fast.

    This is how the media info of processed file should look like.

    ion@aurora:~/Downloads/Call Recordings$ mediainfo 9417648939\ \(G\ Call\)_Done.wav
    General
    Complete name                            : 9417648939 (G Call)_Done.wav
    Format                                   : Wave
    File size                                : 8.01 MiB
    Duration                                 : 8mn 44s
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 128 Kbps

    Audio
    Format                                   : ADPCM
    Format profile                           : U-Law
    Codec ID                                 : 7
    Codec ID/Hint                            : CCITT
    Duration                                 : 8mn 44s
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 8 000 Hz
    Bit depth                                : 8 bits
    Stream size                              : 8.01 MiB (100%)