Recherche avancée

Médias (91)

Autres articles (65)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6079)

  • tests/fate/cover-art : add file protocol & rawvideo muxer dependency

    26 août 2013, par Michael Niedermayer
    tests/fate/cover-art : add file protocol & rawvideo muxer dependency
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/cover-art.mak
  • ffmpeg transcoding errors with an embedded cover

    31 décembre 2012, par Val Noch

    Im trying to transcode mp3 files into wav format, so that they can be used in another script.
    The script requires the file to be 44.1Khz, so i add that to ffmpeg command.

    The problem comes when a file has an embedded cover image :

     Duration : 00:05:53.85, start : 0.000000, bitrate : 319 kb/s
        Stream #0:0 : Audio : mp3, 44100 Hz, stereo, s16p, 320 kb/s
        Stream #0:1 : Video : mjpeg, gray, 938x936 [SAR 300:300 DAR 469:468], 90k tbr, 90k tbn, 90k tbc
        Metadata :
          title : 
          comment : Cover (front)
        Stream #0:2 : Video : mjpeg, yuvj420p, 88x31 [SAR 96:96 DAR 88:31], 90k tbr, 90k tbn, 90k tbc
        Metadata :
          title : 
          comment : Cover (front)
    

    The ffmpeg command i use is :

    ffmpeg -loglevel warning -y -i :source -vn -ac 2 -ar 44100 -f wav :dest

    So when transcoding a file this throws warnings :

    [mp3 @ 0xa0bba60] Format mp3 detected only with low score of 24, misdetection possible!
    [mp3 @ 0xa0bba60] max_analyze_duration 5000000 reached at 5015510
    [mp3 @ 0xa0bba60] Estimating duration from bitrate, this may be inaccurate

    The resulting wav file has some problems (perhaps wrong header info ?), i think it reports to have more frames than are in the file so the follow-up script overshoots the end of data.

    I believe the problem is with extra streams (cover images) in the mp3 file, but i cant seem to tell ffmpeg to just deal with audio.

    The file i am using for the example is :
    07-Zimmer070-KOSMORAUM-_Junior85-For_reason_forgotten.mp3 (http://archive.org/details/ZIMMER070)

    And the ffmpeg is the latest from their git repo : git ://source.ffmpeg.org/ffmpeg.git

    Many thanks for any info in advance !

  • fate : Add vorbiscomment cover art test

    26 juillet 2013, par James Almer
    fate : Add vorbiscomment cover art test
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/cover-art.mak