Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (3)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4283)

  • Mac El Capitan can't open ffmpeg output with quicktime

    12 novembre 2019, par kilojoules

    Quicktime can’t read the output of ffmpeg when I try making an animation. It uploads to imgur and plays no problem. A previous thread recommended that I add the -pix_fmt yuv420p flag. But, on my system, that does not work. ffmpeg runs without error when I exclude the pix_fmt flag, but I cannot open the output animation in quicktime.

    Why won’t quicktime open the animation ? How can I make the animation open with quicktime ?

    $ ffmpeg -y -i animation/tigers_${ii}_%05d.png  -pix_fmt yuv420p tiger${ii}.mp4
    ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
     built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      56. 14.100 / 56. 14.100
     libavcodec     58. 18.100 / 58. 18.100
     libavformat    58. 12.100 / 58. 12.100
     libavdevice    58.  3.100 / 58.  3.100
     libavfilter     7. 16.100 /  7. 16.100
     libavresample   4.  0.  0 /  4.  0.  0
     libswscale      5.  1.100 /  5.  1.100
     libswresample   3.  1.100 /  3.  1.100
     libpostproc    55.  1.100 / 55.  1.100
    Input #0, image2, from 'animation/tigers_1.10_%05d.png':
     Duration: 00:00:08.32, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: png, rgba(pc), 2023x3036 [SAR 17716:17716 DAR 2023:3036], 25 fps, 25 tbr, 25 tbn, 25 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))
    Press [q] to stop, [?] for help
    [libx264 @ 0x7fdd7b800c00] width not divisible by 2 (2023x3036)
    Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    Conversion failed!
  • x86/vvcdec : sao, add avx2 support

    14 décembre 2024, par Shaun Loo
    x86/vvcdec : sao, add avx2 support
    

    This is a part of Google Summer of Code 2023

    Co-authored-by : Nuo Mi <nuomi2021@gmail.com>

    • [DH] libavcodec/x86/h26x/h2656_sao.asm
    • [DH] libavcodec/x86/vvc/Makefile
    • [DH] libavcodec/x86/vvc/dsp_init.c
    • [DH] libavcodec/x86/vvc/sao.asm
    • [DH] libavcodec/x86/vvc/sao_10bit.asm
  • x86/hevcdec : sao, refact out h26x macros

    19 octobre 2024, par Shaun Loo
    x86/hevcdec : sao, refact out h26x macros
    

    This is a part of Google Summer of Code 2023

    Co-authored-by : Nuo Mi <nuomi2021@gmail.com>

    • [DH] libavcodec/x86/h26x/h2656_sao.asm
    • [DH] libavcodec/x86/h26x/h2656_sao_10bit.asm
    • [DH] libavcodec/x86/hevc/sao.asm
    • [DH] libavcodec/x86/hevc/sao_10bit.asm