Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (60)

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

  • ffmpeg called from python random failure

    9 juillet 2017, par Jim Weisbin

    Python 2.7.1 on Mac OS X 10.12.5, ffmpeg 3.3.2 (installed with Brew).

    ffmpeg is called in a loop though thousands of Apple Lossless files, converting to mp3 and tagging.

    thecall = '/usr/local/bin/ffmpeg -hide_banner -loglevel error -i ' + <path to="to" m4a="m4a" file="file"> + ' -i ' + <path to="to" artwork="artwork"> + ' -map 0:0 -map 1:0 -id3v2_version 3 -map_metadata -1 -metadata album="xxx" -metadata artist="xxx" -metadata comment="Cover (Front)" -f mp3 -b:a 128K ' + <path to="to" mp3file="mp3file">'
    </path></path></path>

    os.system(thecall)

    this works perfectly from the command line, and also works from Python most of the time, but randomly fails with the message

    [alac @ 0x7fc888858800] invalid samples per frame : 0
    Error while decoding stream #0:0 : Invalid data found when processing input

    What’s strange is that on the files it failed on, if I run it from the command line it succeeds. I tried putting in time.sleep(5) but no change. And the failures are not always on the same file, so it seems like it’s a memory or threading issue. I also tried calling with subprocess() instead, no change.

    Any help would be appreciated.

  • avformat/framecrcenc : List types and checksums for for side data

    17 mai, par Michael Niedermayer
    avformat/framecrcenc : List types and checksums for for side data
    

    This allows detecting changes and regressions in side data related code, same as what
    framecrc does for before already for packet data itself.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/framecrcenc.c
    • [DH] tests/ref/fate/autorotate
    • [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
    • [DH] tests/ref/fate/ffmpeg-bsf-input
    • [DH] tests/ref/fate/ffmpeg-spec-disposition
    • [DH] tests/ref/fate/force_key_frames-source
    • [DH] tests/ref/fate/force_key_frames-source-drop
    • [DH] tests/ref/fate/force_key_frames-source-dup
    • [DH] tests/ref/fate/gapless-mp3
    • [DH] tests/ref/fate/h264_redundant_pps-side_data
    • [DH] tests/ref/fate/id3v2-priv-remux
    • [DH] tests/ref/fate/matroska-hdr10-plus-remux
    • [DH] tests/ref/fate/matroska-ogg-opus-remux
    • [DH] tests/ref/fate/matroska-opus-remux
    • [DH] tests/ref/fate/matroska-vp8-alpha-remux
    • [DH] tests/ref/fate/mov-cover-image
    • [DH] tests/ref/fate/segment-mp4-to-ts
    • [DH] tests/ref/fate/shortest
    • [DH] tests/ref/fate/webm-hdr10-plus-remux
    • [DH] tests/ref/fate/webm-webvtt-remux
  • avcodec/pngenc : set default prediction method to PAETH

    6 février, par Michael Niedermayer
    avcodec/pngenc : set default prediction method to PAETH
    

    this is a good compromise between speed and compression

    - rw-r----- 1 michael michael 180987 Feb 6 14:29 lena-def.png
    - rw-r----- 1 michael michael 128430 Feb 6 14:36 lena-pavg.png
    - rw-r----- 1 michael michael 126269 Feb 6 14:36 lena-pmixed.png
    - rw-r----- 1 michael michael 180987 Feb 6 14:35 lena-pnone.png
    - rw-r----- 1 michael michael 127758 Feb 6 14:35 lena-ppaeth.png

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngenc.c
    • [DH] tests/ref/fate/copy-apng
    • [DH] tests/ref/fate/cover-art-aiff-id3v2-remux
    • [DH] tests/ref/fate/cover-art-flac-remux
    • [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
    • [DH] tests/ref/fate/mov-cover-image
    • [DH] tests/ref/fate/png-icc
    • [DH] tests/ref/fate/png-mdcv
    • [DH] tests/ref/lavf/apng
    • [DH] tests/ref/lavf/apng.png
    • [DH] tests/ref/lavf/gray16be.png
    • [DH] tests/ref/lavf/png
    • [DH] tests/ref/lavf/rgb48be.png
    • [DH] tests/ref/vsynth/vsynth1-mpng
    • [DH] tests/ref/vsynth/vsynth2-mpng
    • [DH] tests/ref/vsynth/vsynth3-mpng
    • [DH] tests/ref/vsynth/vsynth_lena-mpng