Recherche avancée

Médias (91)

Autres articles (68)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10805)

  • Merge commit ’9a3202a98b2e095b54dd784c3e01a09a676fc3fa’

    3 octobre 2015, par Hendrik Leppkes
    Merge commit ’9a3202a98b2e095b54dd784c3e01a09a676fc3fa’
    

    * commit ’9a3202a98b2e095b54dd784c3e01a09a676fc3fa’ :
    Screenpresso SPV1 decoder

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/screenpresso.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/screenpresso
  • Shazaam-esque music comparison [closed]

    17 janvier 2021, par Matthew Trip

    I have two files, a Full.mp4 and a Cut.mp4 I do not care about the video. I want to check if Cut appears in Full at any point. I have tried comparing the streams and their byte arrays but Rider keeps showing memory issues without an explanation. What is the general approach I should take ?

    &#xA;

  • 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%)