Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (53)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (2956)

  • FFmpeg RTSP problem with IP camera

    22 avril 2014, par NoviceAndNovice

    I download FFmpeg windows binary and use ffplay.exe successfully for media files and some Ip Cameras with RTSP support (eg Acti).

    I try ffplay on a Bosch( h264) NDC 265 P camera it does not work. When i start ffplay with debug option i get folllowing

    D:\Test>ffplay -debug 1 rtsp:/XXXXXXXXXX/video
    FFplay version SVN-r26400, Copyright (c) 2003-2011 the FFmpeg developers
     built on Jan 18 2011 04:09:28 with gcc 4.4.2
     configuration: --enable-gpl --enable-version3 --enable-libgsm --enable-libvorb
    is --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg
    --enable-libschroedinger --enable-libopencore_amrwb --enable-libopencore_amrnb
    --enable-libvpx --disable-decoder=libvpx --arch=x86 --enable-runtime-cpudetect -
    -enable-libxvid --enable-libx264 --enable-librtmp --extra-libs='-lrtmp -lpolarss
    l -lws2_32 -lwinmm' --target-os=mingw32 --enable-avisynth --enable-w32threads --
    cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --enable-memalign-hack
    --enable-shared --disable-static
     libavutil     50.36. 0 / 50.36. 0
     libavcore      0.16. 1 /  0.16. 1
     libavcodec    52.108. 0 / 52.108. 0
     libavformat   52.93. 0 / 52.93. 0
     libavdevice   52. 2. 3 / 52. 2. 3
     libavfilter    1.74. 0 /  1.74. 0
     libswscale     0.12. 0 /  0.12. 0
    [rtsp @ 006db540] SDP:
    v=0
    o=- 0 0 IN IP4 XXXXXXXXXX
    s=LIVE VIEW
    t=0 0
    c=IN IP4 0.0.0.0
    m=video 0 RTP/AVP 35
    a=rtpmap:35 H264/90000
    a=control:rtsp://XXXXXXXXXX/video
    a=recvonly
    a=fmtp:35 packetization-mode=1;profile-level-id=4d0028;sprop-parameter-sets=Z00A
    KI2NKAoAt2AgEA==,aO48gA==

    [rtsp @ 006db540] video codec set to: (null)
    [rtsp @ 006db540] hello state=0
    [rtsp @ 006db540] Probe buffer size limit 5000000 reached
    [rtsp @ 006db540] Estimating duration from bitrate, this may be inaccurate
    Input #0, rtsp, from 'rtsp:/XXXXXXXXXX/video':
     Metadata:
       title           : LIVE VIEW
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0.0, 4035, 1/90000: Video: [0][0][0][0] / 0x0000, 90k tbr, 90k tbn,
    90k tbc
    rtsp:/XXXXXXXXXX/video: c1o3u0l1d7 3n2o1t5 2o.p2e1n  Ac-oVd:e c s0
    .000 s:0.0 aq=    0KB vq=    0KB sq=    0B f=0/0

    I can play Bosch IP camera with VLC Player...But can not with FFmpeg...

    So

    • Does ffmpeg not support H264 ?
  • How do you use FFMPEG to transcode h264_qsv from Apple PRORES Quicktime ?

    4 décembre 2022, par RCJetPilot

    I am trying to transcode an Apple Prores 444 to H.264 using qsv without success.

    &#xA;

    If I use this command line :

    &#xA;

    ffmpeg -i 10minute_Pipeline_Test.mov -c:v h264_qsv -c:a aac -pix_fmt qsv  chris.mp4

    &#xA;

    I get :

    &#xA;

    ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)&#xA;  configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-nonfree --enable-libmfx&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Guessed Channel Layout for Input Stream #0.2 : mono&#xA;Guessed Channel Layout for Input Stream #0.3 : mono&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;10minute_Pipeline_Test.mov&#x27;:&#xA;  Metadata:&#xA;    major_brand     : qt  &#xA;    minor_version   : 537134592&#xA;    compatible_brands: qt  &#xA;    creation_time   : 2020-12-19T12:43:38.000000Z&#xA;    com.apple.quicktime.author: &#xA;    com.apple.quicktime.comment: &#xA;    com.apple.quicktime.copyright: &#xA;    com.apple.quicktime.description: &#xA;    com.apple.quicktime.director: &#xA;    com.apple.quicktime.genre: &#xA;    com.apple.quicktime.information: &#xA;    com.apple.quicktime.keywords: &#xA;    com.apple.quicktime.producer: &#xA;    com.apple.quicktime.displayname: &#xA;    timecode        : 12:43:37;28&#xA;  Duration: 00:10:06.72, start: 0.000000, bitrate: 167429 kb/s&#xA;    Stream #0:0(eng): Data: none (tmcd / 0x64636D74)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-04T00:49:14.000000Z&#xA;      timecode        : 12:43:37;28&#xA;    Stream #0:1(eng): Video: prores (Standard) (apcn / 0x6E637061), yuv422p10le(tv, GBR, progressive), 1280x720, 164985 kb/s, SAR 1:1 DAR 16:9, 59.94 fps, 59.94 tbr, 60k tbn, 60k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01T00:00:04.000000Z&#xA;    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2003-10-05T11:26:56.000000Z&#xA;File &#x27;chris.mp4&#x27; already exists. Overwrite ? [y/N] y&#xA;Stream mapping:&#xA;  Stream #0:1 -> #0:0 (prores (native) -> h264 (h264_qsv))&#xA;  Stream #0:2 -> #0:1 (pcm_s24le (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;[h264_qsv @ 0x56265b81a800] Selected ratecontrol mode is unsupported&#xA;[h264_qsv @ 0x56265b81a800] Low power mode is unsupported&#xA;[h264_qsv @ 0x56265b81a800] Current frame rate is unsupported&#xA;[h264_qsv @ 0x56265b81a800] Current picture structure is unsupported&#xA;[h264_qsv @ 0x56265b81a800] Current resolution is unsupported&#xA;[h264_qsv @ 0x56265b81a800] Current pixel format is unsupported&#xA;[h264_qsv @ 0x56265b81a800] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.&#xA;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&#xA;Conversion failed!&#xA;user@NUC:~$ ffmpeg -i 10minute_Pipeline_Test.mov -c:v h264_qsv -c:a aac -pix_fmt qsv  chris.mp4&#xA;ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)&#xA;  configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-nonfree --enable-libmfx&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Guessed Channel Layout for Input Stream #0.2 : mono&#xA;Guessed Channel Layout for Input Stream #0.3 : mono&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;10minute_Pipeline_Test.mov&#x27;:&#xA;  Metadata:&#xA;    major_brand     : qt  &#xA;    minor_version   : 537134592&#xA;    compatible_brands: qt  &#xA;    creation_time   : 2020-12-19T12:43:38.000000Z&#xA;    com.apple.quicktime.author: &#xA;    com.apple.quicktime.comment: &#xA;    com.apple.quicktime.copyright: &#xA;    com.apple.quicktime.description: &#xA;    com.apple.quicktime.director: &#xA;    com.apple.quicktime.genre: &#xA;    com.apple.quicktime.information: &#xA;    com.apple.quicktime.keywords: &#xA;    com.apple.quicktime.producer: &#xA;    com.apple.quicktime.displayname: &#xA;    timecode        : 12:43:37;28&#xA;  Duration: 00:10:06.72, start: 0.000000, bitrate: 167429 kb/s&#xA;    Stream #0:0(eng): Data: none (tmcd / 0x64636D74)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-04T00:49:14.000000Z&#xA;      timecode        : 12:43:37;28&#xA;    Stream #0:1(eng): Video: prores (Standard) (apcn / 0x6E637061), yuv422p10le(tv, GBR, progressive), 1280x720, 164985 kb/s, SAR 1:1 DAR 16:9, 59.94 fps, 59.94 tbr, 60k tbn, 60k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01T00:00:04.000000Z&#xA;    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2003-10-05T11:26:56.000000Z&#xA;File &#x27;chris.mp4&#x27; already exists. Overwrite ? [y/N] y&#xA;Stream mapping:&#xA;  Stream #0:1 -> #0:0 (prores (native) -> h264 (h264_qsv))&#xA;  Stream #0:2 -> #0:1 (pcm_s24le (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;Impossible to convert between the formats supported by the filter &#x27;Parsed_null_0&#x27; and the filter &#x27;auto_scaler_0&#x27;&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Function not implemented&#xA;Error while processing the decoded data for stream #0:1&#xA;Conversion failed!&#xA;

    &#xA;

    If I use :

    &#xA;

    ffmpeg -i 10minute_Pipeline_Test.mov -c:v h264_qsv -c:a aac  chris.mp4

    &#xA;

    I get :

    &#xA;

    ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)&#xA;  configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-nonfree --enable-libmfx&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Guessed Channel Layout for Input Stream #0.2 : mono&#xA;Guessed Channel Layout for Input Stream #0.3 : mono&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;10minute_Pipeline_Test.mov&#x27;:&#xA;  Metadata:&#xA;    major_brand     : qt  &#xA;    minor_version   : 537134592&#xA;    compatible_brands: qt  &#xA;    creation_time   : 2020-12-19T12:43:38.000000Z&#xA;    com.apple.quicktime.author: &#xA;    com.apple.quicktime.comment: &#xA;    com.apple.quicktime.copyright: &#xA;    com.apple.quicktime.description: &#xA;    com.apple.quicktime.director: &#xA;    com.apple.quicktime.genre: &#xA;    com.apple.quicktime.information: &#xA;    com.apple.quicktime.keywords: &#xA;    com.apple.quicktime.producer: &#xA;    com.apple.quicktime.displayname: &#xA;    timecode        : 12:43:37;28&#xA;  Duration: 00:10:06.72, start: 0.000000, bitrate: 167429 kb/s&#xA;    Stream #0:0(eng): Data: none (tmcd / 0x64636D74)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-04T00:49:14.000000Z&#xA;      timecode        : 12:43:37;28&#xA;    Stream #0:1(eng): Video: prores (Standard) (apcn / 0x6E637061), yuv422p10le(tv, GBR, progressive), 1280x720, 164985 kb/s, SAR 1:1 DAR 16:9, 59.94 fps, 59.94 tbr, 60k tbn, 60k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01T00:00:04.000000Z&#xA;    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2003-10-05T11:26:56.000000Z&#xA;File &#x27;chris.mp4&#x27; already exists. Overwrite ? [y/N] y&#xA;Stream mapping:&#xA;  Stream #0:1 -> #0:0 (prores (native) -> h264 (h264_qsv))&#xA;  Stream #0:2 -> #0:1 (pcm_s24le (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;Impossible to convert between the formats supported by the filter &#x27;Parsed_null_0&#x27; and the filter &#x27;auto_scaler_0&#x27;&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Function not implemented&#xA;Error while processing the decoded data for stream #0:1&#xA;Conversion failed!&#xA;user@NUC:~$ ffmpeg -i 10minute_Pipeline_Test.mov -c:v h264_qsv -c:a aac  chris.mp4&#xA;ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)&#xA;  configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-nonfree --enable-libmfx&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Guessed Channel Layout for Input Stream #0.2 : mono&#xA;Guessed Channel Layout for Input Stream #0.3 : mono&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;10minute_Pipeline_Test.mov&#x27;:&#xA;  Metadata:&#xA;    major_brand     : qt  &#xA;    minor_version   : 537134592&#xA;    compatible_brands: qt  &#xA;    creation_time   : 2020-12-19T12:43:38.000000Z&#xA;    com.apple.quicktime.author: &#xA;    com.apple.quicktime.comment: &#xA;    com.apple.quicktime.copyright: &#xA;    com.apple.quicktime.description: &#xA;    com.apple.quicktime.director: &#xA;    com.apple.quicktime.genre: &#xA;    com.apple.quicktime.information: &#xA;    com.apple.quicktime.keywords: &#xA;    com.apple.quicktime.producer: &#xA;    com.apple.quicktime.displayname: &#xA;    timecode        : 12:43:37;28&#xA;  Duration: 00:10:06.72, start: 0.000000, bitrate: 167429 kb/s&#xA;    Stream #0:0(eng): Data: none (tmcd / 0x64636D74)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-04T00:49:14.000000Z&#xA;      timecode        : 12:43:37;28&#xA;    Stream #0:1(eng): Video: prores (Standard) (apcn / 0x6E637061), yuv422p10le(tv, GBR, progressive), 1280x720, 164985 kb/s, SAR 1:1 DAR 16:9, 59.94 fps, 59.94 tbr, 60k tbn, 60k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01T00:00:04.000000Z&#xA;    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2003-10-05T11:26:56.000000Z&#xA;File &#x27;chris.mp4&#x27; already exists. Overwrite ? [y/N] y&#xA;Stream mapping:&#xA;  Stream #0:1 -> #0:0 (prores (native) -> h264 (h264_qsv))&#xA;  Stream #0:2 -> #0:1 (pcm_s24le (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;[h264_qsv @ 0x55b3bb6e8800] Selected ratecontrol mode is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] Low power mode is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] Current frame rate is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] Current picture structure is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] Current resolution is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] Current pixel format is unsupported&#xA;[h264_qsv @ 0x55b3bb6e8800] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.&#xA;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&#xA;Conversion failed!&#xA;

    &#xA;

    I cannot get ANYTHING to work. I can transcode other h264 files without issue. I cannot seem to transcode this prores file.

    &#xA;

    Here is a link to the source file if anyone can help I would REALLY appreciate it...

    &#xA;

    https://www.dropbox.com/s/ejrfzad20yzaifm/10minute_Pipeline_Test.mov?dl=1

    &#xA;

  • Could not find tag for codec h264 in stream #0 codec (ffmpeg flac to alac convert)

    2 avril 2019, par Superkoira

    I’m rying to convert flac audio file into alac audio file. I’m using ffmpeg command in mac os terminal after installing ffmpeg using command brew install ffmpeg.

    After running following command

    for name in *.flac; do ffmpeg -nostdin -i "$name" -acodec alac "${name%.*}.m4a"; done

    I am getting the following error :

    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg (native) -> h264 (libx264))
     Stream #0:0 -> #0:1 (flac (native) -> alac (native))
    [ipod @ 0x7fa5c6800000] Frame rate very high for a muxer not efficiently supporting it.
    Please consider specifying a lower framerate, a different muxer or -vsync 2
    [libx264 @ 0x7fa5c5804a00] using SAR=1/1
    [libx264 @ 0x7fa5c5804a00] MB rate (77760000) > level limit (16711680)
    [libx264 @ 0x7fa5c5804a00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
    [libx264 @ 0x7fa5c5804a00] profile High, level 6.2
    [libx264 @ 0x7fa5c5804a00] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
    [ipod @ 0x7fa5c6800000] Could not find tag for codec h264 in stream #0, codec not currently supported in container
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:1 --
    Conversion failed!

    Is the problem located in stream #0:1 ?

    Should I be using

    -c:a alac

    instead of

    -acodec alac