[FFmpeg-user] concatenation problem with XDCAM mxf files

James Heliker james.heliker at gmail.com
Wed Jul 1 02:26:27 CEST 2015


I'm trying to concatenate to XDCAM files (successfully generated from 
other FFmpeg commands) - and receiving an odd error: "[AVFilterGraph @ 
028a8280] No such filter: ''
Error configuring filters." Any help would be much appreciated!!

C:\ffmpeg.exe -i slate_output.mxf -i black_output.mxf -filter_complex 
"[0:0] [1:0]" concat=n=2:v=1 [v]" -map "[v]" concattest.mxf

ffmpeg version 2.5.2 Copyright (c) 2000-2014 the FFmpeg developers
   built on Dec 30 2014 17:13:24 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-lzma 
--enable-decklink --enab
le-zlib
   libavutil      54. 15.100 / 54. 15.100
   libavcodec     56. 13.100 / 56. 13.100
   libavformat    56. 15.102 / 56. 15.102
   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
Input #0, mxf, from 'slate_output.mxf':
   Metadata:
     uid             : adab4424-2f25-4dc7-92ff-29bd000c0000
     generation_uid  : adab4424-2f25-4dc7-92ff-29bd000c0001
     company_name    : FFmpeg
     product_name    : OP1a Muxer
     product_version : 56.15.102
     product_uid     : adab4424-2f25-4dc7-92ff-29bd000c0002
     modification_date: 0000-01-01 00:00:00
     material_package_uid: 52947134-0567-7314-0052-947134056700
     timecode        : 00:00:00:00
   Duration: 00:00:00.33, start: 0.000000, bitrate: 44341 kb/s
     Stream #0:0: Video: mpeg2video (4:2:2), yuv422p(tv), 1920x1080 [SAR 
1:1 DAR
16:9], 50000 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 59.94 tbc
     Metadata:
       file_package_uid: 52947134-0567-7314-0052-947134056701
Input #1, mxf, from 'black_output.mxf':
   Metadata:
     uid             : adab4424-2f25-4dc7-92ff-29bd000c0000
     generation_uid  : adab4424-2f25-4dc7-92ff-29bd000c0001
     company_name    : FFmpeg
     product_name    : OP1a Muxer
     product_version : 56.15.102
     product_uid     : adab4424-2f25-4dc7-92ff-29bd000c0002
     modification_date: 0000-01-01 00:00:00
     material_package_uid: 52947134-bc78-c95d-0052-947134bc7800
     timecode        : 00:00:00:00
   Duration: 00:00:01.67, start: 0.000000, bitrate: 49036 kb/s
     Stream #1:0: Video: mpeg2video (4:2:2), yuv422p(tv), 1920x1080 [SAR 
1:1 DAR
16:9], 50000 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 59.94 tbc
     Metadata:
       file_package_uid: 52947134-bc78-c95d-0052-947134bc7801
[AVFilterGraph @ 028a8280] No such filter: ''
Error configuring filters.


-- 
Kind Regards,

  - James Heliker



More information about the ffmpeg-user mailing list