Recherche avancée

Médias (91)

Autres articles (14)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (2289)

  • Android.mk : how to include ffmpeg and Opencv

    28 janvier 2013, par Mark

    this is my project situation : I compiled ffmpeg in windows using this tutorial and I imported the ffmpeg folder (with inside libffmpeg.so file) generated inside my android project (under jni folder).
    In my project I have a jni_part.cpp where I inserted my jni function to operate with opencv.
    In my Android.mk I'm using the code below to import opencv and compile the jni_part.cpp

    include $(CLEAR_VARS)
    include ../../sdk/native/jni/OpenCV.mk
    LOCAL_MODULE    := mixed_sample
    LOCAL_SRC_FILES := jni_part.cpp
    LOCAL_LDLIBS +=  -llog -ldl
    LOCAL_SHARED_LIBRARY := ffmpeg-prebuilt
    include $(BUILD_SHARED_LIBRARY)

    But what code I should use to import also ffmpeg ? I tried to use this code :

    include $(CLEAR_VARS)
    LOCAL_MODULE := ffmpeg-prebuilt
    LOCAL_SRC_FILES := ffmpeg-0.8/android/armv7-a/libffmpeg.so
    LOCAL_EXPORT_C_INCLUDES := ffmpeg-0.8/android/armv7-a/include/
    LOCAL_EXPORT_LDLIBS := ffmpeg-0.8/android/armv7-a/libffmpeg.so
    LOCAL_PRELINK_MODULE := true
    include $(PREBUILT_SHARED_LIBRARY)

    but if from my jni_part.cpp code I try to include some ffmpeg files/libraries "#include <libavutil></libavutil>avstring.h>" I get this error :

    **** Build of configuration Default for project OpenCV Tutorial 4 - Mix Java+Native OpenCV ****

    C:\android-ndk-r8c\ndk-build.cmd
    Prebuilt       : libffmpeg.so &lt;= jni/ffmpeg-0.8/android/armv7-a/
    Install        : libffmpeg.so => libs/armeabi-v7a/libffmpeg.so
    "Compile++ thumb : mixed_sample &lt;= jni_part.cpp
    jni/jni_part.cpp:24:32: fatal error: libavutil/avstring.h: No such file or directory
    compilation terminated.
    make: *** [obj/local/armeabi-v7a/objs/mixed_sample/jni_part.o] Error 1

    **** Build Finished ****

    Someone could help me please ? I need to do this to include ffmpeg codec with the hope to use the function cvCaptureFromAVi...
    Thanks in advance

  • FFmpeg on aws lambda - Invalid NAL unit size

    28 juin 2020, par Lina Sharifi Moghaddam

    I am trying to run below :

    &#xA;&#xA;

    1- generate mp4 from one png image and a mp3 file

    &#xA;&#xA;

    2- overlay another png image on top of the previous video

    &#xA;&#xA;

    A-On my local environment (mac) things work perfect :

    &#xA;&#xA;

    1A-

    &#xA;&#xA;

    ffmpeg -loop 1 -i images/01.png -i audio_123e4567-e89b-12d3-a456-426655440000.mp3 -c:v libx264 -pix_fmt yuv420p -shortest 01.mp4 -y&#xA;ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers&#xA;  built with Apple LLVM version 9.0.0 (clang-900.0.39.2)&#xA;  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&#xA;  libavutil      56. 14.100 / 56. 14.100&#xA;  libavcodec     58. 18.100 / 58. 18.100&#xA;  libavformat    58. 12.100 / 58. 12.100&#xA;  libavdevice    58.  3.100 / 58.  3.100&#xA;  libavfilter     7. 16.100 /  7. 16.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  1.100 /  5.  1.100&#xA;  libswresample   3.  1.100 /  3.  1.100&#xA;  libpostproc    55.  1.100 / 55.  1.100&#xA;[png_pipe @ 0x7ff1ba000000] Stream #0: not enough frames to estimate rate; consider increasing probesize&#xA;Input #0, png_pipe, from &#x27;images/01.png&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #0:0: Video: png, rgba(pc), 3360x2100 [SAR 5669:5669 DAR 8:5], 25 tbr, 25 tbn, 25 tbc&#xA;[mp3 @ 0x7ff1ba00fa00] Estimating duration from bitrate, this may be inaccurate&#xA;Input #1, mp3, from &#x27;audio_123e4567-e89b-12d3-a456-426655440000.mp3&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf57.71.100&#xA;  Duration: 00:00:05.38, start: 0.000000, bitrate: 48 kb/s&#xA;    Stream #1:0: Audio: mp3, 22050 Hz, mono, fltp, 48 kb/s&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))&#xA;  Stream #1:0 -> #0:1 (mp3 (mp3float) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;[libx264 @ 0x7ff1ba021400] using SAR=1/1&#xA;[libx264 @ 0x7ff1ba021400] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2&#xA;[libx264 @ 0x7ff1ba021400] profile High, level 5.1&#xA;[libx264 @ 0x7ff1ba021400] 264 - core 152 r2854 e9a5903 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - 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=12 lookahead_threads=2 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&#xA;Output #0, mp4, to &#x27;01.mp4&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf58.12.100&#xA;    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p(progressive), 3360x2100 [SAR 1:1 DAR 8:5], q=-1--1, 25 fps, 12800 tbn, 25 tbc&#xA;    Metadata:&#xA;      encoder         : Lavc58.18.100 libx264&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1&#xA;    Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 69 kb/s&#xA;    Metadata:&#xA;      encoder         : Lavc58.18.100 aac&#xA;frame=  191 fps= 19 q=-1.0 Lsize=     798kB time=00:00:07.52 bitrate= 868.8kbits/s speed=0.75x     &#xA;video:744kB audio:49kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.685866%&#xA;[libx264 @ 0x7ff1ba021400] frame I:1     Avg QP:13.38  size:706076&#xA;[libx264 @ 0x7ff1ba021400] frame P:48    Avg QP:13.63  size:   516&#xA;[libx264 @ 0x7ff1ba021400] frame B:142   Avg QP:23.33  size:   210&#xA;[libx264 @ 0x7ff1ba021400] consecutive B-frames:  0.5%  1.0%  0.0% 98.4%&#xA;[libx264 @ 0x7ff1ba021400] mb I  I16..4:  5.4% 81.4% 13.2%&#xA;[libx264 @ 0x7ff1ba021400] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:  0.8%  0.0%  0.0%  0.0%  0.0%    skip:99.2%&#xA;[libx264 @ 0x7ff1ba021400] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  0.0%  0.0%  0.0%  direct: 0.0%  skip:100.0%  L0:10.7% L1:89.3% BI: 0.0%&#xA;[libx264 @ 0x7ff1ba021400] 8x8 transform intra:81.3% inter:99.4%&#xA;[libx264 @ 0x7ff1ba021400] coded y,uvDC,uvAC intra: 97.1% 1.7% 1.4% inter: 0.1% 0.0% 0.0%&#xA;[libx264 @ 0x7ff1ba021400] i16 v,h,dc,p:  1% 21% 66% 11%&#xA;[libx264 @ 0x7ff1ba021400] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  9%  9% 45%  5%  7%  5%  5%  6%  8%&#xA;[libx264 @ 0x7ff1ba021400] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 14% 18% 10% 11%  8%  7%  6%  8%&#xA;[libx264 @ 0x7ff1ba021400] i8c dc,h,v,p: 97%  3%  1%  0%&#xA;[libx264 @ 0x7ff1ba021400] Weighted P-Frames: Y:0.0% UV:0.0%&#xA;[libx264 @ 0x7ff1ba021400] ref P L0: 98.3%  0.1%  1.3%  0.3%&#xA;[libx264 @ 0x7ff1ba021400] ref B L0: 35.0% 65.0%&#xA;[libx264 @ 0x7ff1ba021400] ref B L1: 94.6%  5.4%&#xA;[libx264 @ 0x7ff1ba021400] kb/s:796.51&#xA;[aac @ 0x7ff1ba022c00] Qavg: 2267.321&#xA;

    &#xA;&#xA;

    2A-

    &#xA;&#xA;

    ffmpeg -i 01.mp4 -i square.png  -filter_complex "[0:v][1:v] overlay=12:12:enable=&#x27;between(t,1,3)&#x27; "  -c:a copy -y temp.mp4&#xA;ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers&#xA;  built with Apple LLVM version 9.0.0 (clang-900.0.39.2)&#xA;  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&#xA;  libavutil      56. 14.100 / 56. 14.100&#xA;  libavcodec     58. 18.100 / 58. 18.100&#xA;  libavformat    58. 12.100 / 58. 12.100&#xA;  libavdevice    58.  3.100 / 58.  3.100&#xA;  libavfilter     7. 16.100 /  7. 16.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  1.100 /  5.  1.100&#xA;  libswresample   3.  1.100 /  3.  1.100&#xA;  libpostproc    55.  1.100 / 55.  1.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;01.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.12.100&#xA;  Duration: 00:00:07.64, start: 0.000000, bitrate: 855 kb/s&#xA;    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3360x2100 [SAR 1:1 DAR 8:5], 797 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 73 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #1, png_pipe, from &#x27;square.png&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #1:0: Video: png, rgba(pc), 90x90 [SAR 1:1 DAR 1:1], 25 tbr, 25 tbn, 25 tbc&#xA;Stream mapping:&#xA;  Stream #0:0 (h264) -> overlay:main&#xA;  Stream #1:0 (png) -> overlay:overlay&#xA;  overlay -> Stream #0:0 (libx264)&#xA;  Stream #0:1 -> #0:1 (copy)&#xA;Press [q] to stop, [?] for help&#xA;[libx264 @ 0x7f8e22006e00] using SAR=1/1&#xA;[libx264 @ 0x7f8e22006e00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2&#xA;[libx264 @ 0x7f8e22006e00] profile High, level 5.1&#xA;[libx264 @ 0x7f8e22006e00] 264 - core 152 r2854 e9a5903 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - 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=12 lookahead_threads=2 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&#xA;Output #0, mp4, to &#x27;temp.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.12.100&#xA;    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 3360x2100 [SAR 1:1 DAR 8:5], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)&#xA;    Metadata:&#xA;      encoder         : Lavc58.18.100 libx264&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1&#xA;    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 73 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;frame=  191 fps= 40 q=-1.0 Lsize=     780kB time=00:00:07.52 bitrate= 849.4kbits/s speed=1.56x    &#xA;video:726kB audio:49kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.701603%&#xA;[libx264 @ 0x7f8e22006e00] frame I:1     Avg QP:13.38  size:697836&#xA;[libx264 @ 0x7f8e22006e00] frame P:48    Avg QP:15.44  size:   284&#xA;[libx264 @ 0x7f8e22006e00] frame B:142   Avg QP:23.34  size:   218&#xA;[libx264 @ 0x7f8e22006e00] consecutive B-frames:  0.5%  1.0%  0.0% 98.4%&#xA;[libx264 @ 0x7f8e22006e00] mb I  I16..4:  6.1% 81.0% 13.0%&#xA;[libx264 @ 0x7f8e22006e00] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:  0.1%  0.0%  0.0%  0.0%  0.0%    skip:99.9%&#xA;[libx264 @ 0x7f8e22006e00] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  0.1%  0.0%  0.0%  direct: 0.0%  skip:99.9%  L0:49.9% L1:49.8% BI: 0.3%&#xA;[libx264 @ 0x7f8e22006e00] 8x8 transform intra:80.9% inter:78.2%&#xA;[libx264 @ 0x7f8e22006e00] coded y,uvDC,uvAC intra: 96.5% 1.7% 1.4% inter: 0.0% 0.0% 0.0%&#xA;[libx264 @ 0x7f8e22006e00] i16 v,h,dc,p:  2% 28% 63%  8%&#xA;[libx264 @ 0x7f8e22006e00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  9%  9% 43%  6%  7%  6%  6%  6%  8%&#xA;[libx264 @ 0x7f8e22006e00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 13% 19% 10% 10%  8%  7%  6%  8%&#xA;[libx264 @ 0x7f8e22006e00] i8c dc,h,v,p: 96%  3%  1%  0%&#xA;[libx264 @ 0x7f8e22006e00] Weighted P-Frames: Y:0.0% UV:0.0%&#xA;[libx264 @ 0x7f8e22006e00] ref P L0: 64.8%  0.3% 13.8% 21.1%&#xA;[libx264 @ 0x7f8e22006e00] ref B L0: 34.0% 64.9%  1.0%&#xA;[libx264 @ 0x7f8e22006e00] ref B L1: 99.0%  1.0%&#xA;[libx264 @ 0x7f8e22006e00] kb/s:777.46&#xA;

    &#xA;&#xA;

    B- When I try the same on aws lambda , I get encoding erros and the overlay command fails. (Tried two different ffmpeg build on lambda, local build and official static 64bit build )

    &#xA;&#xA;

    1B-

    &#xA;&#xA;

    ffmpeg version N-92107-g4901fa1 Copyright (c) 2000-2018 the FFmpeg developers&#xA;built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-23)&#xA;configuration: --prefix=/home/centos/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/centos/ffmpeg_build/include --extra-ldflags=-L/home/centos/ffmpeg_build/lib --extra-libs=-lpthread --extra-libs=-lm --bindir=/home/centos/bin --enable-gpl --enable-libfdk_aac --enable-libfreetype --enable-libmp3lame --enable-libvpx --enable-libx264 --enable-nonfree&#xA;libavutil 56. 19.101 / 56. 19.101&#xA;libavcodec 58. 32.100 / 58. 32.100&#xA;libavformat 58. 18.104 / 58. 18.104&#xA;libavdevice 58. 4.105 / 58. 4.105&#xA;libavfilter 7. 33.100 / 7. 33.100&#xA;libswscale 5. 2.100 / 5. 2.100&#xA;libswresample 3. 2.100 / 3. 2.100&#xA;libpostproc 55. 2.100 / 55. 2.100&#xA;[png_pipe @ 0x7f85a5b6c740] Stream #0: not enough frames to estimate rate; consider increasing probesize&#xA;Input #0, png_pipe, from &#x27;/tmp/01.png&#x27;:&#xA;Duration: N/A, bitrate: N/A&#xA;Stream #0:0: Video: png, rgba(pc), 3360x2100 [SAR 5669:5669 DAR 8:5], 25 tbr, 25 tbn, 25 tbc&#xA;[mp3 @ 0x7f85a5b6f300] Estimating duration from bitrate, this may be inaccurate&#xA;Input #1, mp3, from &#x27;/tmp/audio_123e4567-e89b-12d3-a456-426655440000.mp3&#x27;:&#xA;Metadata:&#xA;encoder : Lavf57.71.100&#xA;Duration: 00:00:05.38, start: 0.000000, bitrate: 48 kb/s&#xA;Stream #1:0: Audio: mp3, 22050 Hz, mono, fltp, 48 kb/s&#xA;Stream mapping:&#xA;Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))&#xA;Stream #1:0 -> #0:1 (mp3 (mp3float) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;[libx264 @ 0x7f85a5b84880] using SAR=1/1&#xA;[libx264 @ 0x7f85a5b84880] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX&#xA;[libx264 @ 0x7f85a5b84880] profile High, level 5.1, 4:2:0, 8-bit&#xA;[libx264 @ 0x7f85a5b84880] 264 - core 157 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:-3:-3 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=2.00:0.70 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-4 threads=3 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=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.20&#xA;Output #0, mp4, to &#x27;/tmp/01.mp4&#x27;:&#xA;Metadata:&#xA;encoder : Lavf58.18.104&#xA;Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p(progressive), 3360x2100 [SAR 1:1 DAR 8:5], q=-1--1, 25 fps, 12800 tbn, 25 tbc&#xA;Metadata:&#xA;encoder : Lavc58.32.100 libx264&#xA;Side data:&#xA;cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1&#xA;Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 69 kb/s&#xA;Metadata:&#xA;encoder : Lavc58.32.100 aac&#xA;frame= 6 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 12 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 18 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 24 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 30 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 36 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 42 fps= 11 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 47 fps=9.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 48 fps=7.9 q=23.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x &#xA;frame= 51 fps=7.7 q=23.0 size= 1536kB time=00:00:00.04 bitrate=270958.1kbits/s speed=0.00697x &#xA;frame= 51 fps=7.1 q=23.0 size= 1536kB time=00:00:00.04 bitrate=270958.1kbits/s speed=0.00645x &#xA;frame= 53 fps=6.7 q=23.0 size= 1536kB time=00:00:00.13 bitrate=90319.4kbits/s speed=0.0176x &#xA;frame= 55 fps=6.5 q=23.0 size= 1536kB time=00:00:00.23 bitrate=54191.6kbits/s speed=0.0273x &#xA;frame= 57 fps=6.0 q=23.0 size= 1536kB time=00:00:00.32 bitrate=38708.4kbits/s speed=0.0344x &#xA;frame= 60 fps=5.7 q=23.0 size= 1792kB time=00:00:00.41 bitrate=35124.1kbits/s speed=0.0397x &#xA;frame= 62 fps=5.6 q=23.0 size= 1792kB time=00:00:00.55 bitrate=26343.1kbits/s speed=0.0505x &#xA;frame= 64 fps=5.5 q=23.0 size= 1792kB time=00:00:00.60 bitrate=24316.7kbits/s speed=0.0522x &#xA;frame= 66 fps=5.4 q=23.0 size= 1792kB time=00:00:00.65 bitrate=22579.8kbits/s speed=0.0532x &#xA;frame= 67 fps=5.2 q=23.0 size= 1792kB time=00:00:00.74 bitrate=19757.3kbits/s speed=0.0582x &#xA;frame= 69 fps=5.1 q=23.0 size= 1792kB time=00:00:00.78 bitrate=18595.1kbits/s speed=0.0579x &#xA;frame= 71 fps=5.0 q=23.0 size= 1792kB time=00:00:00.88 bitrate=16637.7kbits/s speed=0.0616x &#xA;frame= 73 fps=4.9 q=23.0 size= 1792kB time=00:00:00.92 bitrate=15805.9kbits/s speed=0.0627x &#xA;frame= 75 fps=4.8 q=23.0 size= 2048kB time=00:00:01.02 bitrate=16421.6kbits/s speed=0.0654x &#xA;frame= 77 fps=4.7 q=23.0 size= 2048kB time=00:00:01.16 bitrate=14451.0kbits/s speed=0.0709x &#xA;frame= 80 fps=4.7 q=23.0 size= 2048kB time=00:00:01.20 bitrate=13895.2kbits/s speed=0.0713x &#xA;frame= 81 fps=4.6 q=23.0 size= 2048kB time=00:00:01.25 bitrate=13380.6kbits/s speed=0.0707x &#xA;frame= 83 fps=4.5 q=23.0 size= 2048kB time=00:00:01.39 bitrate=12042.5kbits/s speed=0.0757x &#xA;frame= 85 fps=4.4 q=23.0 size= 2048kB time=00:00:01.43 bitrate=11654.0kbits/s speed=0.0748x &#xA;frame= 88 fps=4.4 q=23.0 size= 2048kB time=00:00:01.53 bitrate=10947.7kbits/s speed=0.0771x &#xA;frame= 89 fps=4.3 q=23.0 size= 2048kB time=00:00:01.57 bitrate=10625.7kbits/s speed=0.0764x &#xA;frame= 92 fps=4.2 q=23.0 size= 2048kB time=00:00:01.71 bitrate=9764.2kbits/s speed=0.0789x &#xA;frame= 95 fps=4.3 q=23.0 size= 2048kB time=00:00:01.81 bitrate=9263.5kbits/s speed=0.0811x &#xA;frame= 96 fps=4.2 q=23.0 size= 2048kB time=00:00:01.85 bitrate=9031.9kbits/s speed=0.0809x &#xA;frame= 97 fps=4.1 q=23.0 size= 2048kB time=00:00:01.90 bitrate=8811.6kbits/s speed=0.0811x &#xA;frame= 99 fps=4.1 q=23.0 size= 2304kB time=00:00:01.99 bitrate=9452.0kbits/s speed=0.0831x &#xA;frame= 102 fps=4.1 q=23.0 size= 2304kB time=00:00:02.08 bitrate=9031.9kbits/s speed=0.0849x &#xA;frame= 102 fps=4.1 q=23.0 size= 2304kB time=00:00:02.08 bitrate=9031.9kbits/s speed=0.0831x &#xA;frame= 104 fps=4.1 q=23.0 size= 2304kB time=00:00:02.22 bitrate=8467.4kbits/s speed=0.0868x &#xA;frame= 106 fps=4.0 q=23.0 size= 2304kB time=00:00:02.27 bitrate=8294.6kbits/s speed=0.0859x &#xA;frame= 109 fps=4.0 q=23.0 size= 2304kB time=00:00:02.36 bitrate=7969.3kbits/s speed=0.0873x &#xA;frame= 109 fps=3.9 q=23.0 size= 2304kB time=00:00:02.41 bitrate=7816.0kbits/s speed=0.0872x &#xA;frame= 112 fps=3.9 q=23.0 size= 2304kB time=00:00:02.50 bitrate=7526.6kbits/s speed=0.0877x &#xA;frame= 114 fps=3.9 q=23.0 size= 2304kB time=00:00:02.64 bitrate=7130.4kbits/s speed=0.0904x &#xA;frame= 117 fps=3.8 q=23.0 size= 2304kB time=00:00:02.69 bitrate=7007.5kbits/s speed=0.0884x &#xA;frame= 119 fps=3.8 q=23.0 size= 2560kB time=00:00:02.83 bitrate=7403.2kbits/s speed=0.0913x &#xA;frame= 120 fps=3.8 q=23.0 size= 2560kB time=00:00:02.83 bitrate=7403.2kbits/s speed=0.0898x &#xA;frame= 122 fps=3.8 q=23.0 size= 2560kB time=00:00:02.92 bitrate=7168.1kbits/s speed=0.0913x &#xA;frame= 124 fps=3.8 q=23.0 size= 2560kB time=00:00:02.97 bitrate=7056.1kbits/s speed=0.0911x &#xA;frame= 125 fps=3.8 q=23.0 size= 2560kB time=00:00:03.06 bitrate=6842.3kbits/s speed=0.0924x &#xA;frame= 127 fps=3.8 q=23.0 size= 2560kB time=00:00:03.11 bitrate=6740.2kbits/s speed=0.0923x &#xA;frame= 128 fps=3.7 q=23.0 size= 2560kB time=00:00:03.15 bitrate=6641.1kbits/s speed=0.0919x &#xA;frame= 131 fps=3.7 q=23.0 size= 2560kB time=00:00:03.25 bitrate=6451.3kbits/s speed=0.0923x &#xA;frame= 133 fps=3.7 q=23.0 size= 2560kB time=00:00:03.34 bitrate=6272.1kbits/s speed=0.0929x &#xA;frame= 135 fps=3.7 q=23.0 size= 2560kB time=00:00:03.48 bitrate=6021.2kbits/s speed=0.0954x &#xA;frame= 138 fps=3.7 q=23.0 size= 2560kB time=00:00:03.52 bitrate=5942.0kbits/s speed=0.0945x &#xA;frame= 139 fps=3.6 q=23.0 size= 2816kB time=00:00:03.57 bitrate=6451.3kbits/s speed=0.0937x &#xA;frame= 142 fps=3.6 q=23.0 size= 2816kB time=00:00:03.71 bitrate=6209.4kbits/s speed=0.0951x &#xA;frame= 145 fps=3.7 q=23.0 size= 2816kB time=00:00:03.80 bitrate=6057.9kbits/s speed=0.096x &#xA;frame= 145 fps=3.6 q=23.0 size= 2816kB time=00:00:03.80 bitrate=6057.9kbits/s speed=0.0948x &#xA;frame= 148 fps=3.6 q=23.0 size= 2816kB time=00:00:03.94 bitrate=5844.1kbits/s speed=0.0957x &#xA;frame= 152 fps=3.6 q=23.0 size= 2816kB time=00:00:04.08 bitrate=5644.9kbits/s speed=0.0967x &#xA;frame= 153 fps=3.6 q=23.0 size= 2816kB time=00:00:04.13 bitrate=5581.5kbits/s speed=0.0961x &#xA;frame= 156 fps=3.5 q=23.0 size= 2816kB time=00:00:04.31 bitrate=5341.4kbits/s speed=0.0979x &#xA;frame= 160 fps=3.6 q=23.0 size= 2816kB time=00:00:04.41 bitrate=5229.0kbits/s speed=0.0983x &#xA;frame= 161 fps=3.5 q=23.0 size= 3072kB time=00:00:04.50 bitrate=5586.7kbits/s speed=0.0987x &#xA;frame= 163 fps=3.5 q=23.0 size= 3072kB time=00:00:04.55 bitrate=5529.7kbits/s speed=0.0983x &#xA;frame= 165 fps=3.5 q=23.0 size= 3072kB time=00:00:04.64 bitrate=5419.1kbits/s speed=0.0984x &#xA;frame= 168 fps=3.5 q=23.0 size= 3072kB time=00:00:04.73 bitrate=5312.8kbits/s speed=0.0982x &#xA;frame= 170 fps=3.5 q=23.0 size= 3072kB time=00:00:04.82 bitrate=5210.7kbits/s speed=0.0989x &#xA;frame= 172 fps=3.5 q=23.0 size= 3072kB time=00:00:04.92 bitrate=5112.4kbits/s speed=0.0995x &#xA;frame= 174 fps=3.5 q=23.0 size= 3072kB time=00:00:04.96 bitrate=5064.6kbits/s speed=0.0991x &#xA;frame= 176 fps=3.5 q=23.0 size= 3072kB time=00:00:05.06 bitrate=4971.6kbits/s speed=0.0993x &#xA;frame= 178 fps=3.4 q=23.0 size= 3072kB time=00:00:05.15 bitrate=4882.1kbits/s speed=0.0998x &#xA;frame= 181 fps=3.4 q=23.0 size= 3072kB time=00:00:05.24 bitrate=4795.7kbits/s speed=0.0995x &#xA;frame= 182 fps=2.9 q=-1.0 Lsize= 3597kB time=00:00:07.16 bitrate=4115.3kbits/s speed=0.113x &#xA;video:3543kB audio:49kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.148349%&#xA;[libx264 @ 0x7f85a5b84880] frame I:1 Avg QP: 7.45 size:1298948&#xA;[libx264 @ 0x7f85a5b84880] frame P:46 Avg QP: 8.09 size: 44457&#xA;[libx264 @ 0x7f85a5b84880] frame B:135 Avg QP:17.27 size: 2100&#xA;[libx264 @ 0x7f85a5b84880] consecutive B-frames: 1.1% 0.0% 0.0% 98.9%&#xA;[libx264 @ 0x7f85a5b84880] mb I I16..4: 24.5% 22.8% 52.6%&#xA;[libx264 @ 0x7f85a5b84880] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 15.2% 0.1% 0.7% 0.0% 0.0% skip:84.0%&#xA;[libx264 @ 0x7f85a5b84880] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 11.9% 0.0% 0.0% direct: 0.0% skip:88.1% L0:69.1% L1:30.8% BI: 0.0%&#xA;[libx264 @ 0x7f85a5b84880] 8x8 transform intra:23.0% inter:72.2%&#xA;[libx264 @ 0x7f85a5b84880] coded y,uvDC,uvAC intra: 97.3% 2.2% 1.9% inter: 2.9% 0.0% 0.0%&#xA;[libx264 @ 0x7f85a5b84880] i16 v,h,dc,p: 1% 5% 83% 11%&#xA;[libx264 @ 0x7f85a5b84880] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 12% 39% 7% 6% 6% 4% 6% 9%&#xA;[libx264 @ 0x7f85a5b84880] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 12% 21% 10% 10% 8% 7% 7% 9%&#xA;[libx264 @ 0x7f85a5b84880] i8c dc,h,v,p: 96% 3% 0% 0%&#xA;[libx264 @ 0x7f85a5b84880] Weighted P-Frames: Y:0.0% UV:0.0%&#xA;[libx264 @ 0x7f85a5b84880] ref P L0: 47.1% 0.0% 52.2% 0.7%&#xA;[libx264 @ 0x7f85a5b84880] ref B L0: 55.4% 44.4% 0.2%&#xA;[libx264 @ 0x7f85a5b84880] ref B L1: 98.6% 1.4%&#xA;[libx264 @ 0x7f85a5b84880] kb/s:3986.16&#xA;[aac @ 0x7f85a5b95f40] Qavg: 2267.321&#xA;

    &#xA;&#xA;

    2B-

    &#xA;&#xA;

        ffmpeg version N-92107-g4901fa1 Copyright (c) 2000-2018 the FFmpeg developers&#xA;built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-23)&#xA;configuration: --prefix=/home/centos/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/centos/ffmpeg_build/include --extra-ldflags=-L/home/centos/ffmpeg_build/lib --extra-libs=-lpthread --extra-libs=-lm --bindir=/home/centos/bin --enable-gpl --enable-libfdk_aac --enable-libfreetype --enable-libmp3lame --enable-libvpx --enable-libx264 --enable-nonfree&#xA;libavutil 56. 19.101 / 56. 19.101&#xA;libavcodec 58. 32.100 / 58. 32.100&#xA;libavformat 58. 18.104 / 58. 18.104&#xA;libavdevice 58. 4.105 / 58. 4.105&#xA;libavfilter 7. 33.100 / 7. 33.100&#xA;libswscale 5. 2.100 / 5. 2.100&#xA;libswresample 3. 2.100 / 3. 2.100&#xA;libpostproc 55. 2.100 / 55. 2.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/tmp/01.mp4&#x27;:&#xA;Metadata:&#xA;major_brand : isom&#xA;minor_version : 512&#xA;compatible_brands: isomiso2avc1mp41&#xA;encoder : Lavf58.18.104&#xA;Duration: 00:00:07.28, start: 0.000000, bitrate: 4047 kb/s&#xA;Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3360x2100 [SAR 1:1 DAR 8:5], 3986 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;Metadata:&#xA;handler_name : VideoHandler&#xA;Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 73 kb/s (default)&#xA;Metadata:&#xA;handler_name : SoundHandler&#xA;Input #1, png_pipe, from &#x27;/tmp/square.png&#x27;:&#xA;Duration: N/A, bitrate: N/A&#xA;Stream #1:0: Video: png, rgba(pc), 90x90 [SAR 1:1 DAR 1:1], 25 tbr, 25 tbn, 25 tbc&#xA;Stream mapping:&#xA;Stream #0:0 (h264) -> overlay:main&#xA;Stream #1:0 (png) -> overlay:overlay&#xA;overlay -> Stream #0:0 (libx264)&#xA;Stream #0:1 -> #0:1 (copy)&#xA;Press [q] to stop, [?] for help&#xA;[h264 @ 0x7f39d841d7c0] Invalid NAL unit size (2944577 > 11502).&#xA;[h264 @ 0x7f39d841d7c0] Error splitting the input into NAL units.&#xA;[h264 @ 0x7f39d8379a00] concealing 24601 DC, 24601 AC, 24601 MV errors in P frame&#xA;[h264 @ 0x7f39d839eec0] Invalid NAL unit size (1049345 > 4099).&#xA;[h264 @ 0x7f39d839eec0] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[h264 @ 0x7f39d8379a00] Invalid NAL unit size (127861151 > 1951).&#xA;[h264 @ 0x7f39d8379a00] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[h264 @ 0x7f39d841d7c0] Invalid NAL unit size (-1415429733 > 43938).&#xA;[h264 @ 0x7f39d841d7c0] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[h264 @ 0x7f39d8379a00] Invalid NAL unit size (-1582612070 > 41387).&#xA;[h264 @ 0x7f39d8379a00] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;**** lots of the same NAL issue ****&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[h264 @ 0x7f39d839eec0] Invalid NAL unit size (128188831 > 1956).&#xA;[h264 @ 0x7f39d839eec0] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[h264 @ 0x7f39d8379a00] Invalid NAL unit size (13779355 > 210).&#xA;[h264 @ 0x7f39d8379a00] Error splitting the input into NAL units.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;Last message repeated 1 times&#xA;[libx264 @ 0x7f39d838df00] using SAR=1/1&#xA;[libx264 @ 0x7f39d838df00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX&#xA;[libx264 @ 0x7f39d838df00] profile High, level 5.1, 4:2:0, 8-bit&#xA;[libx264 @ 0x7f39d838df00] 264 - core 157 - 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=3 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&#xA;Output #0, mp4, to &#x27;/tmp/temp.mp4&#x27;:&#xA;Metadata:&#xA;major_brand : isom&#xA;minor_version : 512&#xA;compatible_brands: isomiso2avc1mp41&#xA;encoder : Lavf58.18.104&#xA;Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 3360x2100 [SAR 1:1 DAR 8:5], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)&#xA;Metadata:&#xA;encoder : Lavc58.32.100 libx264&#xA;Side data:&#xA;cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1&#xA;Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 73 kb/s (default)&#xA;Metadata:&#xA;handler_name : SoundHandler&#xA;frame= 5 fps=3.2 q=-1.0 Lsize= 360kB time=00:00:05.34 bitrate= 552.0kbits/s dup=3 drop=0 speed=3.44x &#xA;video:309kB audio:49kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.543219%&#xA;[libx264 @ 0x7f39d838df00] frame I:1 Avg QP:19.79 size:301308&#xA;[libx264 @ 0x7f39d838df00] frame P:1 Avg QP:27.65 size: 4760&#xA;[libx264 @ 0x7f39d838df00] frame B:3 Avg QP:23.24 size: 3347&#xA;[libx264 @ 0x7f39d838df00] consecutive B-frames: 20.0% 0.0% 0.0% 80.0%&#xA;[libx264 @ 0x7f39d838df00] mb I I16..4: 2.3% 82.9% 14.8%&#xA;[libx264 @ 0x7f39d838df00] mb P I16..4: 0.1% 0.0% 0.0% P16..4: 5.6% 0.2% 4.5% 0.0% 0.0% skip:89.4%&#xA;[libx264 @ 0x7f39d838df00] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 16.0% 0.0% 0.0% direct: 0.0% skip:84.0% L0:13.4% L1:86.6% BI: 0.0%&#xA;[libx264 @ 0x7f39d838df00] 8x8 transform intra:82.8% inter:92.8%&#xA;[libx264 @ 0x7f39d838df00] coded y,uvDC,uvAC intra: 92.0% 1.6% 1.2% inter: 0.6% 0.0% 0.0%&#xA;[libx264 @ 0x7f39d838df00] i16 v,h,dc,p: 18% 72% 4% 6%&#xA;[libx264 @ 0x7f39d838df00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 9% 49% 6% 6% 5% 4% 5% 6%&#xA;[libx264 @ 0x7f39d838df00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 14% 26% 9% 10% 7% 6% 5% 5%&#xA;[libx264 @ 0x7f39d838df00] i8c dc,h,v,p: 96% 3% 1% 0%&#xA;[libx264 @ 0x7f39d838df00] Weighted P-Frames: Y:0.0% UV:0.0%&#xA;[libx264 @ 0x7f39d838df00] ref B L0: 99.8% 0.2%&#xA;[libx264 @ 0x7f39d838df00] ref B L1: 91.7% 8.3%&#xA;[libx264 @ 0x7f39d838df00] kb/s:12644.32&#xA;Conversion failed!&#xA;

    &#xA;

  • ffmpeg Error while filtering : Cannot allocate memory

    7 juillet 2017, par Andres MERE

    My workstation seems to have plenty of memory (and everything). When I am trying to run ffmpeg as follows :

    /usr/local/bin/ffmpeg \
       -loglevel debug \
       -i "A066C002_170619NU_CANON.mov" \
       -filter_complex "[0:0] [0:2] amerge, aformat=sample_fmts=s16:channel_layouts=stereo [a]" \
       -map "[a]" \
       -map 0:5 \
       -c:a libfdk_aac \
       -vbr 3 \
       -vcodec libx264 \
       -profile:v baseline \
       -level 3.0 \
       -vf scale=1280:720 \
       -pix_fmt yuv420p \
       -crf 20 \
       -metadata title="Test movie" \
       -movflags +faststart \
       -y \
       "A066C002_170619NU_CANON.mp4"

    It fails with "Error while filtering : Cannot allocate memory".

    ffmpeg version N-86721-gf605b56-am Copyright (c) 2000-2017 the FFmpeg developers
         built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
         configuration: --extra-version=am --enable-gpl --enable-libfdk-aac --enable-libsoxr --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-shared
         libavutil      55. 67.100 / 55. 67.100
         libavcodec     57.100.103 / 57.100.103
         libavformat    57. 75.100 / 57. 75.100
         libavdevice    57.  7.100 / 57.  7.100
         libavfilter     6. 94.100 /  6. 94.100
         libswscale      4.  7.101 /  4.  7.101
         libswresample   2.  8.100 /  2.  8.100
         libpostproc    54.  6.100 / 54.  6.100
       Splitting the commandline.
       Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
       Reading option '-i' ... matched as input url with argument 'A066C002_170619NU_CANON.mov'.
       Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:0] [0:2] amerge, aformat=sample_fmts=s16:channel_layouts=stereo [a]'.
       Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[a]'.
       Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:5'.
       Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'libfdk_aac'.
       Reading option '-vbr' ... matched as AVOption 'vbr' with argument '3'.
       Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
       Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'baseline'.
       Reading option '-level' ... matched as AVOption 'level' with argument '3.0'.
       Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'scale=1280:720'.
       Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
       Reading option '-crf' ... matched as AVOption 'crf' with argument '20'.
       Reading option '-metadata' ... matched as option 'metadata' (add metadata) with argument 'title=Test movie'.
       Reading option '-movflags' ... matched as AVOption 'movflags' with argument '+faststart'.
       Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
       Reading option 'A066C002_170619NU_CANON.mp4' ... matched as output url.
       Finished splitting the commandline.
       Parsing a group of options: global .
       Applying option loglevel (set logging level) with argument debug.
       Applying option filter_complex (create a complex filtergraph) with argument [0:0] [0:2] amerge, aformat=sample_fmts=s16:channel_layouts=stereo [a].
       Applying option y (overwrite output files) with argument 1.
       Successfully parsed a group of options.
       Parsing a group of options: input url A066C002_170619NU_CANON.mov.
       Successfully parsed a group of options.
       Opening an input file: A066C002_170619NU_CANON.mov.
       [NULL @ 0x1c4f920] Opening 'A066C002_170619NU_CANON.mov' for reading
       [file @ 0x1c4ffc0] Setting default whitelist 'file,crypto'
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 0, edit list 0 - media time: 0, duration: 129254400
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 1, edit list 0 - media time: 0, duration: 129254400
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 2, edit list 0 - media time: 0, duration: 129254400
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 3, edit list 0 - media time: 0, duration: 129254400
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 4, edit list 0 - media time: 0, duration: 1
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Unknown dref type 0x73696c61 size 12
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Processing st: 5, edit list 0 - media time: 0, duration: 67320
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] Before avformat_find_stream_info() pos: 59339926200 bytes read:760258 seeks:3 nb_streams:6
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] All info found
       [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c4f920] After avformat_find_stream_info() pos: 1180516 bytes read:1945622 seeks:4 frames:144
       Guessed Channel Layout for Input Stream #0.0 : mono
       Guessed Channel Layout for Input Stream #0.1 : mono
       Guessed Channel Layout for Input Stream #0.2 : mono
       Guessed Channel Layout for Input Stream #0.3 : mono
       Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'A066C002_170619NU_CANON.mov':
         Metadata:
           creation_time   : 2017-06-19T10:12:13.000000Z
           com.apple.quicktime.creationdate: 2017-06-19T13:12:13+0300
           com.apple.proapps.manufacturer: CANON
           com.apple.quicktime.make: CANON
           com.apple.proapps.mio.cameraName: EOS C300 Mark II
           com.apple.proapps.cameraname: EOS C300 Mark II
           com.apple.quicktime.model: EOS C300 Mark II
           com.apple.quicktime.camera.identifier: 060e2b34-0401-010d-0e15-0056454f0200
           com.divergentmedia.editready.timecodeStart: 05:45:28:08
           com.divergentmedia.editready.sonyXDCamTC: 05:45:28:08
           com.divergentmedia.editReady.version: EditReady 1.4.9, 798
           com.apple.proapps.studio.metadataFieldDominanceOverride: 1
           date            : 2017-06-19T13:12:13+0300
           date-eng        : 2017-06-19T13:12:13+0300
           make            : CANON
           make-eng        : CANON
           model           : EOS C300 Mark II
           model-eng       : EOS C300 Mark II
           timecode        : 05:45:28:08
         Duration: 00:44:52.80, start: 0.000000, bitrate: 176292 kb/s
           Stream #0:0(eng), 47, 1/48000: Audio: pcm_s16le (lpcm / 0x6D63706C), 48000 Hz, mono, s16, 768 kb/s (default)
           Metadata:
             creation_time   : 2017-06-19T10:12:13.000000Z
             handler_name    : Apple Alias Data Handler
           Stream #0:1(eng), 47, 1/48000: Audio: pcm_s16le (lpcm / 0x6D63706C), 48000 Hz, mono, s16, 768 kb/s (default)
           Metadata:
             creation_time   : 2017-06-19T10:12:13.000000Z
             handler_name    : Apple Alias Data Handler
           Stream #0:2(eng), 47, 1/48000: Audio: pcm_s16le (lpcm / 0x6D63706C), 48000 Hz, mono, s16, 768 kb/s (default)
           Metadata:
             creation_time   : 2017-06-19T10:12:13.000000Z
             handler_name    : Apple Alias Data Handler
           Stream #0:3(eng), 1, 1/48000: Audio: pcm_s16le (lpcm / 0x6D63706C), 48000 Hz, mono, s16, 768 kb/s (default)
           Metadata:
             creation_time   : 2017-06-19T10:12:13.000000Z
             handler_name    : Apple Alias Data Handler
           Stream #0:4(eng), 1, 1/25: Data: none (tmcd / 0x64636D74), 0/1, 0 kb/s (default)
           Metadata:
             creation_time   : 2017-06-19T10:12:13.000000Z
             handler_name    : Apple Alias Data Handler
             timecode        : 05:45:28:08
           Stream #0:5(eng), 1, 1/25: Video: prores, 1 reference frame (apch / 0x68637061), yuv422p10le(bt709, progressive), 1920x1080, 0/1, 173217 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 25 tbn, 25 tbc (default)
           Metadata:
             creation_time   : 2017-06-21T11:52:58.000000Z
             handler_name    : Apple Alias Data Handler
             encoder         : Apple ProRes 422 (HQ)
       Successfully opened the file.
       detected 16 logical cores
       [Parsed_aformat_1 @ 0x1c71a60] Setting 'sample_fmts' to value 's16'
       [Parsed_aformat_1 @ 0x1c71a60] Setting 'channel_layouts' to value 'stereo'
       Parsing a group of options: output url A066C002_170619NU_CANON.mp4.
       Applying option map (set input stream mapping) with argument [a].
       Applying option map (set input stream mapping) with argument 0:5.
       Applying option c:a (codec name) with argument libfdk_aac.
       Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
       Applying option profile:v (set profile) with argument baseline.
       Applying option vf (set video filters) with argument scale=1280:720.
       Applying option pix_fmt (set pixel format) with argument yuv420p.
       Applying option metadata (add metadata) with argument title=Test movie.
       Successfully parsed a group of options.
       Opening an output file: A066C002_170619NU_CANON.mp4.
       [file @ 0x1d4fe40] Setting default whitelist 'file,crypto'
       Successfully opened the file.
       Stream mapping:
         Stream #0:0 (pcm_s16le) -> amerge:in0 (graph 0)
         Stream #0:2 (pcm_s16le) -> amerge:in1 (graph 0)
         aformat (graph 0) -> Stream #0:0 (libfdk_aac)
         Stream #0:5 -> #0:1 (prores (native) -> h264 (libx264))
       Press [q] to stop, [?] for help
       cur_dts is invalid (this is harmless if it occurs once at the start per stream)
           Last message repeated 1 times
       [Parsed_scale_0 @ 0x2397e60] Setting 'w' to value '1280'
       [Parsed_scale_0 @ 0x2397e60] Setting 'h' to value '720'
       [Parsed_scale_0 @ 0x2397e60] Setting 'flags' to value 'bicubic'
       [Parsed_scale_0 @ 0x2397e60] w:1280 h:720 flags:'bicubic' interl:0
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'video_size' to value '1920x1080'
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'pix_fmt' to value '74'
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'time_base' to value '1/25'
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'pixel_aspect' to value '1/1'
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'sws_param' to value 'flags=2'
       [graph 1 input from stream 0:5 @ 0x23984c0] Setting 'frame_rate' to value '25/1'
       [graph 1 input from stream 0:5 @ 0x23984c0] w:1920 h:1080 pixfmt:yuv422p10le tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
       [format @ 0x2399240] compat: called with args=[yuv420p]
       [format @ 0x2399240] Setting 'pix_fmts' to value 'yuv420p'
       [AVFilterGraph @ 0x1d517e0] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
       [Parsed_scale_0 @ 0x2397e60] w:1920 h:1080 fmt:yuv422p10le sar:1/1 -> w:1280 h:720 fmt:yuv420p sar:1/1 flags:0x4
       [libx264 @ 0x1d4f1a0] using mv_range_thread = 24
       [libx264 @ 0x1d4f1a0] using SAR=1/1
       [libx264 @ 0x1d4f1a0] frame MB size (80x45) > level limit (1620)
       [libx264 @ 0x1d4f1a0] MB rate (90000) > level limit (40500)
       [libx264 @ 0x1d4f1a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
       [libx264 @ 0x1d4f1a0] profile Constrained Baseline, level 3.0
       [libx264 @ 0x1d4f1a0] 264 - core 152 r2851 ba24899 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=0 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=22 lookahead_threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
       cur_dts is invalid (this is harmless if it occurs once at the start per stream)
           Last message repeated 94 times
       [Parsed_aformat_1 @ 0x2559500] Setting 'sample_fmts' to value 's16'
       [Parsed_aformat_1 @ 0x2559500] Setting 'channel_layouts' to value 'stereo'
       [graph_0_in_0_0 @ 0x257c7c0] Setting 'time_base' to value '1/48000'
       [graph_0_in_0_0 @ 0x257c7c0] Setting 'sample_rate' to value '48000'
       [graph_0_in_0_0 @ 0x257c7c0] Setting 'sample_fmt' to value 's16'
       [graph_0_in_0_0 @ 0x257c7c0] Setting 'channel_layout' to value '0x4'
       [graph_0_in_0_0 @ 0x257c7c0] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x4
       [graph_0_in_0_2 @ 0x25820a0] Setting 'time_base' to value '1/48000'
       [graph_0_in_0_2 @ 0x25820a0] Setting 'sample_rate' to value '48000'
       [graph_0_in_0_2 @ 0x25820a0] Setting 'sample_fmt' to value 's16'
       [graph_0_in_0_2 @ 0x25820a0] Setting 'channel_layout' to value '0x4'
       [graph_0_in_0_2 @ 0x25820a0] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x4
       [format_out_0_0 @ 0x2580ce0] Setting 'sample_fmts' to value 's16'
       [format_out_0_0 @ 0x2580ce0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000'
       [format_out_0_0 @ 0x2580ce0] Setting 'channel_layouts' to value '0x4|0x3|0x7|0x107|0x37|0x3f|0xff|0x63f'
       [Parsed_amerge_0 @ 0x1c6edc0] No channel layout for input 1
       [AVFilterGraph @ 0x1c8abc0] query_formats: 5 queried, 6 merged, 0 already done, 9 delayed
       [AVFilterGraph @ 0x1c8abc0] query_formats not finished
       [Parsed_amerge_0 @ 0x1c6edc0] Input channel layouts overlap: output layout will be determined by the number of distinct input channels
       [AVFilterGraph @ 0x1c8abc0] query_formats: 1 queried, 9 merged, 6 already done, 0 delayed
       [Parsed_amerge_0 @ 0x1c6edc0] in0:mono + in1:mono -> out:stereo
       [libfdk_aac @ 0x1d4e300] Note, the VBR setting is unsupported and only works with some parameter combinations
       Output #0, mp4, to 'A066C002_170619NU_CANON.mp4':
         Metadata:
           timecode        : 05:45:28:08
           com.apple.quicktime.creationdate: 2017-06-19T13:12:13+0300
           com.apple.proapps.manufacturer: CANON
           com.apple.quicktime.make: CANON
           com.apple.proapps.mio.cameraName: EOS C300 Mark II
           com.apple.proapps.cameraname: EOS C300 Mark II
           com.apple.quicktime.model: EOS C300 Mark II
           com.apple.quicktime.camera.identifier: 060e2b34-0401-010d-0e15-0056454f0200
           com.divergentmedia.editready.timecodeStart: 05:45:28:08
           com.divergentmedia.editready.sonyXDCamTC: 05:45:28:08
           com.divergentmedia.editReady.version: EditReady 1.4.9, 798
           com.apple.proapps.studio.metadataFieldDominanceOverride: 1
           date            : 2017-06-19T13:12:13+0300
           date-eng        : 2017-06-19T13:12:13+0300
           make            : CANON
           make-eng        : CANON
           model           : EOS C300 Mark II
           model-eng       : EOS C300 Mark II
           title           : Test movie
           encoder         : Lavf57.75.100
           Stream #0:0, 0, 1/48000: Audio: aac (libfdk_aac) (mp4a / 0x6134706D), 48000 Hz, stereo, s16, delay 2048 (default)
           Metadata:
             encoder         : Lavc57.100.103 libfdk_aac
           Stream #0:1(eng), 0, 1/12800: Video: h264 (libx264), 1 reference frame (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 0/1, q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
           Metadata:
             creation_time   : 2017-06-21T11:52:58.000000Z
             handler_name    : Apple Alias Data Handler
             encoder         : Lavc57.100.103 libx264
           Side data:
             cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
       cur_dts is invalid (this is harmless if it occurs once at the start per stream)
           Last message repeated 2 times
       Clipping frame in rate conversion by 0.000008
       cur_dts is invalid (this is harmless if it occurs once at the start per stream)
           Last message repeated 201 times
       cur_dts is invalid (this is harmless if it occurs once at the start per stream) 0x    
           Last message repeated 157 times
       cur_dts is invalid (this is harmless if it occurs once at the start per stream) 0x    
       [libx264 @ 0x1d4f1a0] frame=   0 QP=19.02 NAL=3 Slice:I Poc:0   I:3600 P:0    SKIP:0    size=49899 bytes
       Error while filtering: Cannot allocate memory
       [libx264 @ 0x1d4f1a0] frame=   1 QP=19.20 NAL=2 Slice:P Poc:2   I:14   P:2118 SKIP:1468 size=6808 bytes
       [libx264 @ 0x1d4f1a0] frame=   2 QP=18.86 NAL=2 Slice:P Poc:4   I:15   P:2339 SKIP:1246 size=7088 bytes
       [libx264 @ 0x1d4f1a0] frame=   3 QP=19.08 NAL=2 Slice:P Poc:6   I:9    P:2449 SKIP:1142 size=7341 bytes
       [libx264 @ 0x1d4f1a0] frame=   4 QP=18.92 NAL=2 Slice:P Poc:8   I:5    P:2482 SKIP:1113 size=7725 bytes
       [libx264 @ 0x1d4f1a0] frame=   5 QP=18.73 NAL=2 Slice:P Poc:10  I:6    P:2100 SKIP:1494 size=6831 bytes
       [libx264 @ 0x1d4f1a0] frame=   6 QP=18.73 NAL=2 Slice:P Poc:12  I:4    P:2492 SKIP:1104 size=8298 bytes
       [libx264 @ 0x1d4f1a0] frame=   7 QP=18.52 NAL=2 Slice:P Poc:14  I:1    P:2397 SKIP:1202 size=7250 bytes
       [libx264 @ 0x1d4f1a0] frame=   8 QP=18.51 NAL=2 Slice:P Poc:16  I:7    P:1523 SKIP:2070 size=5344 bytes
       [libx264 @ 0x1d4f1a0] frame=   9 QP=18.51 NAL=2 Slice:P Poc:18  I:6    P:2398 SKIP:1196 size=7865 bytes
       [libx264 @ 0x1d4f1a0] frame=  10 QP=18.58 NAL=2 Slice:P Poc:20  I:1    P:1840 SKIP:1759 size=6451 bytes
       [libx264 @ 0x1d4f1a0] frame=  11 QP=18.58 NAL=2 Slice:P Poc:22  I:5    P:1764 SKIP:1831 size=6159 bytes
       [libx264 @ 0x1d4f1a0] frame=  12 QP=18.52 NAL=2 Slice:P Poc:24  I:3    P:2421 SKIP:1176 size=8151 bytes
       [libx264 @ 0x1d4f1a0] frame=  13 QP=18.51 NAL=2 Slice:P Poc:26  I:1    P:1892 SKIP:1707 size=6476 bytes
       [libx264 @ 0x1d4f1a0] frame=  14 QP=18.41 NAL=2 Slice:P Poc:28  I:3    P:1919 SKIP:1678 size=6431 bytes
       [libx264 @ 0x1d4f1a0] frame=  15 QP=18.48 NAL=2 Slice:P Poc:30  I:1    P:1255 SKIP:2344 size=4060 bytes
       [libx264 @ 0x1d4f1a0] frame=  16 QP=18.79 NAL=2 Slice:P Poc:32  I:2    P:1373 SKIP:2225 size=4398 bytes
       [libx264 @ 0x1d4f1a0] frame=  17 QP=18.77 NAL=2 Slice:P Poc:34  I:2    P:1459 SKIP:2139 size=4480 bytes
       [libx264 @ 0x1d4f1a0] frame=  18 QP=19.01 NAL=2 Slice:P Poc:36  I:7    P:1658 SKIP:1935 size=5003 bytes
       [libx264 @ 0x1d4f1a0] scene cut at 48 Icost:227110 Pcost:199261 ratio:0.1226 bias:0.1307 gop:48 (imb:3134 pmb:220)
       [libx264 @ 0x1d4f1a0] frame=  19 QP=18.95 NAL=2 Slice:P Poc:38  I:0    P:2461 SKIP:1139 size=7169 bytes
       [libx264 @ 0x1d4f1a0] frame=  20 QP=19.01 NAL=2 Slice:P Poc:40  I:1    P:2118 SKIP:1481 size=6048 bytes
       [libx264 @ 0x1d4f1a0] frame=  21 QP=19.04 NAL=2 Slice:P Poc:42  I:0    P:2114 SKIP:1486 size=5838 bytes
       [libx264 @ 0x1d4f1a0] frame=  22 QP=18.97 NAL=2 Slice:P Poc:44  I:3    P:2277 SKIP:1320 size=5952 bytes
       [libx264 @ 0x1d4f1a0] frame=  23 QP=19.12 NAL=2 Slice:P Poc:46  I:0    P:1658 SKIP:1942 size=4813 bytes
       [libx264 @ 0x1d4f1a0] frame=  24 QP=19.33 NAL=2 Slice:P Poc:48  I:0    P:1926 SKIP:1674 size=5503 bytes
       [libx264 @ 0x1d4f1a0] frame=  25 QP=19.25 NAL=2 Slice:P Poc:50  I:0    P:2470 SKIP:1130 size=6478 bytes
       [libx264 @ 0x1d4f1a0] frame=  26 QP=19.21 NAL=2 Slice:P Poc:52  I:0    P:2589 SKIP:1011 size=6985 bytes
       [libx264 @ 0x1d4f1a0] frame=  27 QP=19.12 NAL=2 Slice:P Poc:54  I:0    P:2312 SKIP:1288 size=6381 bytes
       [libx264 @ 0x1d4f1a0] frame=  28 QP=19.20 NAL=2 Slice:P Poc:56  I:2    P:2532 SKIP:1066 size=7296 bytes
       [libx264 @ 0x1d4f1a0] frame=  29 QP=19.01 NAL=2 Slice:P Poc:58  I:0    P:2611 SKIP:989  size=8186 bytes
       [libx264 @ 0x1d4f1a0] frame=  30 QP=18.95 NAL=2 Slice:P Poc:60  I:0    P:2582 SKIP:1018 size=7610 bytes
       [libx264 @ 0x1d4f1a0] frame=  31 QP=19.02 NAL=2 Slice:P Poc:62  I:2    P:2620 SKIP:978  size=8077 bytes
       [libx264 @ 0x1d4f1a0] frame=  32 QP=19.09 NAL=2 Slice:P Poc:64  I:1    P:1989 SKIP:1610 size=6214 bytes
       [libx264 @ 0x1d4f1a0] frame=  33 QP=19.09 NAL=2 Slice:P Poc:66  I:0    P:2483 SKIP:1117 size=7027 bytes
       [libx264 @ 0x1d4f1a0] frame=  34 QP=19.17 NAL=2 Slice:P Poc:68  I:0    P:2477 SKIP:1123 size=6833 bytes
       [libx264 @ 0x1d4f1a0] frame=  35 QP=19.07 NAL=2 Slice:P Poc:70  I:1    P:2373 SKIP:1226 size=6915 bytes
       [libx264 @ 0x1d4f1a0] frame=  36 QP=19.28 NAL=2 Slice:P Poc:72  I:3    P:2400 SKIP:1197 size=6975 bytes
       [libx264 @ 0x1d4f1a0] frame=  37 QP=19.21 NAL=2 Slice:P Poc:74  I:1    P:2643 SKIP:956  size=7505 bytes
       [libx264 @ 0x1d4f1a0] frame=  38 QP=19.40 NAL=2 Slice:P Poc:76  I:0    P:2289 SKIP:1311 size=6682 bytes
       [libx264 @ 0x1d4f1a0] frame=  39 QP=19.52 NAL=2 Slice:P Poc:78  I:1    P:2074 SKIP:1525 size=5823 bytes
       [libx264 @ 0x1d4f1a0] frame=  40 QP=19.72 NAL=2 Slice:P Poc:80  I:2    P:2420 SKIP:1178 size=6552 bytes
       [libx264 @ 0x1d4f1a0] frame=  41 QP=19.99 NAL=2 Slice:P Poc:82  I:274  P:2019 SKIP:1307 size=7398 bytes
       [libx264 @ 0x1d4f1a0] frame=  42 QP=19.77 NAL=2 Slice:P Poc:84  I:545  P:1946 SKIP:1109 size=7933 bytes
       [libx264 @ 0x1d4f1a0] frame=  43 QP=19.52 NAL=2 Slice:P Poc:86  I:523  P:1969 SKIP:1108 size=7596 bytes
       [libx264 @ 0x1d4f1a0] frame=  44 QP=19.25 NAL=2 Slice:P Poc:88  I:649  P:1303 SKIP:1648 size=6070 bytes
       [libx264 @ 0x1d4f1a0] frame=  45 QP=18.80 NAL=2 Slice:P Poc:90  I:949  P:1115 SKIP:1536 size=6608 bytes
       [libx264 @ 0x1d4f1a0] frame=  46 QP=18.51 NAL=2 Slice:P Poc:92  I:915  P:1141 SKIP:1544 size=6499 bytes
       [libx264 @ 0x1d4f1a0] frame=  47 QP=18.38 NAL=2 Slice:P Poc:94  I:882  P:1071 SKIP:1647 size=6326 bytes
       [libx264 @ 0x1d4f1a0] frame=  48 QP=15.38 NAL=3 Slice:I Poc:0   I:3600 P:0    SKIP:0    size=15254 bytes
       [libx264 @ 0x1d4f1a0] frame=  49 QP=18.47 NAL=2 Slice:P Poc:2   I:870  P:1178 SKIP:1552 size=9327 bytes
       [libx264 @ 0x1d4f1a0] frame=  50 QP=18.35 NAL=2 Slice:P Poc:4   I:691  P:1606 SKIP:1303 size=9056 bytes
       [libx264 @ 0x1d4f1a0] frame=  51 QP=18.56 NAL=2 Slice:P Poc:6   I:567  P:1697 SKIP:1336 size=9923 bytes
       [libx264 @ 0x1d4f1a0] frame=  52 QP=18.72 NAL=2 Slice:P Poc:8   I:500  P:1725 SKIP:1375 size=10632 bytes
       [libx264 @ 0x1d4f1a0] frame=  53 QP=18.46 NAL=2 Slice:P Poc:10  I:537  P:1789 SKIP:1274 size=9973 bytes
       [libx264 @ 0x1d4f1a0] frame=  54 QP=18.55 NAL=2 Slice:P Poc:12  I:478  P:1916 SKIP:1206 size=10196 bytes
       [libx264 @ 0x1d4f1a0] frame=  55 QP=18.68 NAL=2 Slice:P Poc:14  I:446  P:2027 SKIP:1127 size=10172 bytes
       [libx264 @ 0x1d4f1a0] frame=  56 QP=19.00 NAL=2 Slice:P Poc:16  I:284  P:2138 SKIP:1178 size=9705 bytes
       [libx264 @ 0x1d4f1a0] frame=  57 QP=19.10 NAL=2 Slice:P Poc:18  I:244  P:2116 SKIP:1240 size=9518 bytes
       [libx264 @ 0x1d4f1a0] frame=  58 QP=19.39 NAL=2 Slice:P Poc:20  I:239  P:2231 SKIP:1130 size=8953 bytes
       [libx264 @ 0x1d4f1a0] frame=  59 QP=19.16 NAL=2 Slice:P Poc:22  I:178  P:2379 SKIP:1043 size=9059 bytes
       [libx264 @ 0x1d4f1a0] frame=  60 QP=19.28 NAL=2 Slice:P Poc:24  I:58   P:2329 SKIP:1213 size=8257 bytes
       [libx264 @ 0x1d4f1a0] frame=  61 QP=19.21 NAL=2 Slice:P Poc:26  I:34   P:2231 SKIP:1335 size=6689 bytes
       [libx264 @ 0x1d4f1a0] frame=  62 QP=19.55 NAL=2 Slice:P Poc:28  I:14   P:2219 SKIP:1367 size=6164 bytes
       [libx264 @ 0x1d4f1a0] frame=  63 QP=20.04 NAL=2 Slice:P Poc:30  I:8    P:1836 SKIP:1756 size=4318 bytes
       [mp4 @ 0x1d4c880] Starting second pass: moving the moov atom to the beginning of the file
       [mp4 @ 0x1d4c880] Opening 'A066C002_170619NU_CANON.mp4' for reading
       [file @ 0xa01a460] Setting default whitelist 'file,crypto'
       [AVIOContext @ 0x6b95260] Statistics: 509968 bytes read, 0 seeks
       frame=   64 fps= 48 q=-1.0 Lsize=     500kB time=00:00:02.52 bitrate=1625.5kbits/s speed=1.88x    
       video:497kB audio:1kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.417128%
       Input file #0 (A066C002_170619NU_CANON.mov):
         Input stream #0:0 (audio): 141 packets read (288000 bytes); 141 frames decoded (144000 samples);
         Input stream #0:1 (audio): 47 packets read (96000 bytes);
         Input stream #0:2 (audio): 141 packets read (288000 bytes); 141 frames decoded (144000 samples);
         Input stream #0:3 (audio): 1 packets read (2048 bytes);
         Input stream #0:4 (data): 1 packets read (4 bytes);
         Input stream #0:5 (video): 64 packets read (59520416 bytes); 64 frames decoded;
         Total: 395 packets (60194468 bytes) demuxed
       Output file #0 (A066C002_170619NU_CANON.mp4):
         Output stream #0:0 (audio): 1 frames encoded (1024 samples); 3 packets muxed (740 bytes);
         Output stream #0:1 (video): 64 frames encoded; 64 packets muxed (509175 bytes);
         Total: 67 packets (509915 bytes) muxed
       346 frames successfully decoded, 0 decoding errors
       [AVIOContext @ 0x1c71880] Statistics: 4 seeks, 7 writeouts
       [libx264 @ 0x1d4f1a0] frame I:2     Avg QP:17.20  size: 32576
       [libx264 @ 0x1d4f1a0] frame P:62    Avg QP:18.99  size:  7152
       [libx264 @ 0x1d4f1a0] mb I  I16..4: 49.2%  0.0% 50.8%
       [libx264 @ 0x1d4f1a0] mb P  I16..4:  3.5%  0.0%  1.0%  P16..4: 45.1%  8.4%  3.5%  0.0%  0.0%    skip:38.5%
       [libx264 @ 0x1d4f1a0] coded y,uvDC,uvAC intra: 30.7% 30.5% 4.8% inter: 7.0% 19.1% 0.3%
       [libx264 @ 0x1d4f1a0] i16 v,h,dc,p: 47% 21%  9% 23%
       [libx264 @ 0x1d4f1a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 37% 18% 18%  5%  6%  4%  5%  4%  3%
       [libx264 @ 0x1d4f1a0] i8c dc,h,v,p: 72% 11% 15%  2%
       [libx264 @ 0x1d4f1a0] ref P L0: 63.8% 36.2%
       [libx264 @ 0x1d4f1a0] kb/s:1589.21
       [AVIOContext @ 0x1c583a0] Statistics: 61656934 bytes read, 59 seeks

    I happen to be absolute beginner (at least in ffmpeg). What went wrong ?

    Thanks ! Andres Mere