Recherche avancée

Médias (91)

Autres articles (53)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • 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

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

  • Revision 109074 : Revision de la moderation par email des messages de forum pour se ...

    21 février 2018, par cedric@… — Log

    Revision de la moderation par email des messages de forum pour se proteger des bots qui cliquent dans les mails
    Principe : les bots etant betes ils cliquent sur les 3 boutons de moderation en tres peu de temps, on attends donc quelques secondes avant d’executer la modif en base
    * si 10s apres la demande on en a pas eu d’autre contradictoire, on l’execute
    * sinon on ne fait rien et on purge les demandes pour peu qu’elles soient suffisament anciennes (il faut gerer le cas ou une deuxieme salve d’un bot a commence : si on purge betement on risque de rendre valide une demande qui arrivera juste derriere)

  • FFMpeg How to extract individual audio channels from wav/.w64 and insert in .mxf with track tags

    11 septembre 2018, par Vince

    Hi my problem is I have 2 .w64 files (extended wav format) each file has 16 mono channels of audio. I want to be able to extract specific channels of audio from each of those .w64 files and insert those channels into an .mxf file as separate single channel mono audio streams and to be additionally able to set the Tag information on those audio streams. I have tried using -map and so on but it seems to take all the channels from the .w64 files and insert a single audio stream of 16 channels. I apologise in advance as I’m very new to ffmpeg and thanks in advance for any advice any of you can offer. This is all specific to command line usage on windows.
    All the best

    ffmpeg -i "D :\Media\AUDIO_0.W64" -i "D :\media\NO_AUDIO.mxf" -c copy -map 0:0:0 -map 0:0:1 -map 0:0:2 -acodec pcm_s24le -map 1:0 "D :\media\out.mxf"

    ffmpeg version N-67838-g4388e78 Copyright (c) 2000-2014 the FFmpeg developers
     built on Nov 19 2014 22:02:08 with gcc 4.9.2 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
    --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-zlib
     libavutil      54. 14.100 / 54. 14.100
     libavcodec     56. 12.101 / 56. 12.101
     libavformat    56. 14.100 / 56. 14.100
     libavdevice    56.  3.100 / 56.  3.100
     libavfilter     5.  2.103 /  5.  2.103
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
     libpostproc    53.  3.100 / 53.  3.100
    [w64 @ 0481c580] Estimating duration from bitrate, this may be inaccurate
    Input #0, w64, from 'D:\Media\AUDIO_0.W64':
     Duration: 00:01:02.56, bitrate: 18432 kb/s
       Stream #0:0: Audio: pcm_s24le ([1][0][0][0] / 0x0001), 48000 Hz, 16 channels
    , s32 (24 bit), 18432 kb/s
    [mxf @ 048890e0] index entry 1564 + TemporalOffset 1 = 1565, which is out of bou
    nds
    Input #1, mxf, from 'D:\media\NO_AUDIO.mxf':
     Metadata:
       uid             : adab4424-2f25-4dc7-92ff-29bd000c0000
       generation_uid  : adab4424-2f25-4dc7-92ff-29bd000c0001
       company_name    : FFmpeg
       product_name    : OP1a Muxer
       product_version : 57.56.100
       product_uid     : adab4424-2f25-4dc7-92ff-29bd000c0002
       modification_date: 0000-01-01 00:00:00
       timecode        : 00:00:00:00
     Duration: 00:01:02.60, start: 0.000000, bitrate: 2404 kb/s
       Stream #1:0: Video: mpeg2video (4:2:2), yuv422p(tv), 1920x1080 [SAR 1:1 DAR16:9], max. 50000 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
    File 'D:\media\out.mxf' already exists. Overwrite ? [y/N] y

    [mxf @ 04891c60] there must be exactly one video stream and it must be the first
    one
    Output #0, mxf, to 'D:\media\out.mxf':
     Metadata:
       encoder         : Lavf56.14.100
       Stream #0:0: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:1: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:2: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:3: Video: mpeg2video, yuv422p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, max. 50000 kb/s, 25 fps, 25 tbn, 25 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #0:0 -> #0:1 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #0:0 -> #0:2 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #1:0 -> #0:3 (copy)

    Could not write header for output file #0 (incorrect codec parameters ?): Error
    number -1 occurred
  • FFMpeg How to extract individual audio channels from wav/.w64 and insert in .mxf with track tags

    20 décembre 2016, par Vince

    Hi my problem is I have 2 .w64 files (extended wav format) each file has 16 mono channels of audio. I want to be able to extract specific channels of audio from each of those .w64 files and insert those channels into an .mxf file as separate single channel mono audio streams and to be additionally able to set the Tag information on those audio streams. I have tried using -map and so on but it seems to take all the channels from the .w64 files and insert a single audio stream of 16 channels. I apologise in advance as I’m very new to ffmpeg and thanks in advance for any advice any of you can offer. This is all specific to command line usage on windows.
    All the best

    ffmpeg -i "D :\Media\AUDIO_0.W64" -i "D :\media\NO_AUDIO.mxf" -c copy -map 0:0:0 -map 0:0:1 -map 0:0:2 -acodec pcm_s24le -map 1:0 "D :\media\out.mxf"

    ffmpeg version N-67838-g4388e78 Copyright (c) 2000-2014 the FFmpeg developers
     built on Nov 19 2014 22:02:08 with gcc 4.9.2 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
    --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-zlib
     libavutil      54. 14.100 / 54. 14.100
     libavcodec     56. 12.101 / 56. 12.101
     libavformat    56. 14.100 / 56. 14.100
     libavdevice    56.  3.100 / 56.  3.100
     libavfilter     5.  2.103 /  5.  2.103
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
     libpostproc    53.  3.100 / 53.  3.100
    [w64 @ 0481c580] Estimating duration from bitrate, this may be inaccurate
    Input #0, w64, from 'D:\Media\AUDIO_0.W64':
     Duration: 00:01:02.56, bitrate: 18432 kb/s
       Stream #0:0: Audio: pcm_s24le ([1][0][0][0] / 0x0001), 48000 Hz, 16 channels
    , s32 (24 bit), 18432 kb/s
    [mxf @ 048890e0] index entry 1564 + TemporalOffset 1 = 1565, which is out of bou
    nds
    Input #1, mxf, from 'D:\media\NO_AUDIO.mxf':
     Metadata:
       uid             : adab4424-2f25-4dc7-92ff-29bd000c0000
       generation_uid  : adab4424-2f25-4dc7-92ff-29bd000c0001
       company_name    : FFmpeg
       product_name    : OP1a Muxer
       product_version : 57.56.100
       product_uid     : adab4424-2f25-4dc7-92ff-29bd000c0002
       modification_date: 0000-01-01 00:00:00
       timecode        : 00:00:00:00
     Duration: 00:01:02.60, start: 0.000000, bitrate: 2404 kb/s
       Stream #1:0: Video: mpeg2video (4:2:2), yuv422p(tv), 1920x1080 [SAR 1:1 DAR16:9], max. 50000 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
    File 'D:\media\out.mxf' already exists. Overwrite ? [y/N] y

    [mxf @ 04891c60] there must be exactly one video stream and it must be the first
    one
    Output #0, mxf, to 'D:\media\out.mxf':
     Metadata:
       encoder         : Lavf56.14.100
       Stream #0:0: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:1: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:2: Audio: pcm_s24le, 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s
       Metadata:
         encoder         : Lavc56.12.101 pcm_s24le
       Stream #0:3: Video: mpeg2video, yuv422p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, max. 50000 kb/s, 25 fps, 25 tbn, 25 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #0:0 -> #0:1 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #0:0 -> #0:2 (pcm_s24le (native) -> pcm_s24le (native))
     Stream #1:0 -> #0:3 (copy)

    Could not write header for output file #0 (incorrect codec parameters ?): Error
    number -1 occurred