Recherche avancée

Médias (91)

Autres articles (15)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (2718)

  • What is ffmpeg, avcodec, x264 ? [closed]

    26 février 2016, par onmyway133

    From wiki, I read that

    FFmpeg is a free software project that produces libraries and programs
    for handling multimedia data. The most notable parts of FFmpeg are
    libavcodec, an audio/video codec library used by several other
    projects, libavformat, an audio/video container mux and demux library,
    and the ffmpeg command line program for transcoding multimedia files.

    So ffmpeg is a wrapper of avcodec ? And I often hear that people encode video with x264 using ffmpeg. So ffmpeg is also a wrapper of x264 ?

    How are they related ?

  • dsputil : Split audio operations off into a separate context

    16 janvier 2014, par Diego Biurrun
    dsputil : Split audio operations off into a separate context
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/ac3enc.c
    • [DBH] libavcodec/ac3enc.h
    • [DBH] libavcodec/ac3enc_fixed.c
    • [DBH] libavcodec/ac3enc_float.c
    • [DBH] libavcodec/ac3enc_template.c
    • [DBH] libavcodec/acelp_pitch_delay.c
    • [DBH] libavcodec/acelp_pitch_delay.h
    • [DBH] libavcodec/arm/Makefile
    • [DBH] libavcodec/arm/audiodsp_arm.h
    • [DBH] libavcodec/arm/audiodsp_init_arm.c
    • [DBH] libavcodec/arm/audiodsp_init_neon.c
    • [DBH] libavcodec/arm/audiodsp_neon.S
    • [DBH] libavcodec/arm/dsputil_init_neon.c
    • [DBH] libavcodec/arm/dsputil_neon.S
    • [DBH] libavcodec/audiodsp.c
    • [DBH] libavcodec/audiodsp.h
    • [DBH] libavcodec/cook.c
    • [DBH] libavcodec/dsputil.c
    • [DBH] libavcodec/dsputil.h
    • [DBH] libavcodec/ppc/Makefile
    • [DBH] libavcodec/ppc/audiodsp.c
    • [DBH] libavcodec/ppc/dsputil_altivec.h
    • [DBH] libavcodec/ppc/dsputil_ppc.c
    • [DBH] libavcodec/takdec.c
    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/audiodsp.asm
    • [DBH] libavcodec/x86/audiodsp.h
    • [DBH] libavcodec/x86/audiodsp_init.c
    • [DBH] libavcodec/x86/audiodsp_mmx.c
    • [DBH] libavcodec/x86/dsputil.asm
    • [DBH] libavcodec/x86/dsputil_init.c
    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_x86.h
  • Looping back and forth through frames with ffmpeg

    18 mai 2017, par sebb

    I have a set of ten PNG frames that I’d like to convert to a "boomerang style" mp4 file (i.e go from frame 1 to frame 10, then from 9 to 2). I’d like to find something similar to ImageMagick’s patrol cycle, but can’t figure out how to to it with ffmpeg.

    I thought it would be possible to do this using concat but :

    • I think it’s dirty
    • My command simply does not work :)

    Here’s my command so far :

    -framerate 5 -i "concat:01.png|02.png|03.png|04.png|05.png|06.png|07.png|08.png|09.png|10.png|09.png|08.png|07.png|06.png|05.png|04.png|03.png|02.png" -pix_fmt yuv420p output.mp4

    I get a video file but it just goes from 1 to 10 once.

    Here’s ffmpeg’s saying hello :

    ffmpeg version N-86098-g3fefaea Copyright (c) 2000-2017 the FFmpeg developers

     built with gcc 6.3.0 (GCC)

     configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib

     libavutil      55. 63.100 / 55. 63.100

     libavcodec     57. 96.101 / 57. 96.101

     libavformat    57. 72.101 / 57. 72.101

     libavdevice    57.  7.100 / 57.  7.100

     libavfilter     6. 89.101 /  6. 89.101

     libswscale      4.  7.101 /  4.  7.101

     libswresample   2.  8.100 /  2.  8.100

     libpostproc    54.  6.100 / 54.  6.100

    Anyone has an idea ?

    Thanks !