fork download
  1. $ ffmpeg -f concat -i inputs.txt -vcodec copy -acodec copy final.mov
  2. ffmpeg version 3.1.4 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with Apple LLVM version 8.0.0 (clang-800.0.38)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/3.1.4 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --disable-lzma --enable-vda
  5. libavutil 55. 28.100 / 55. 28.100
  6. libavcodec 57. 48.101 / 57. 48.101
  7. libavformat 57. 41.100 / 57. 41.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 47.100 / 6. 47.100
  10. libavresample 3. 0. 0 / 3. 0. 0
  11. libswscale 4. 1.100 / 4. 1.100
  12. libswresample 2. 1.100 / 2. 1.100
  13. libpostproc 54. 0.100 / 54. 0.100
  14. [concat @ 0x7fe155000000] Line 1: unknown keyword 'soccer1.mp4'
  15. inputs.txt: Invalid data found when processing input
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:16: error: too many decimal points in number
 ffmpeg version 3.1.4 Copyright (c) 2000-2016 the FFmpeg developers
                ^~~~~
prog.cpp:3:33: error: too many decimal points in number
   built with Apple LLVM version 8.0.0 (clang-800.0.38)
                                 ^~~~~
prog.cpp:3:46: error: too many decimal points in number
   built with Apple LLVM version 8.0.0 (clang-800.0.38)
                                              ^~~~~~~~
prog.cpp:4:52: error: too many decimal points in number
   configuration: --prefix=/usr/local/Cellar/ffmpeg/3.1.4 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --disable-lzma --enable-vda
                                                    ^~~~~
prog.cpp:14:9: error: stray ‘@’ in program
 [concat @ 0x7fe155000000] Line 1: unknown keyword 'soccer1.mp4'
         ^
prog.cpp:14:51: warning: character constant too long for its type
 [concat @ 0x7fe155000000] Line 1: unknown keyword 'soccer1.mp4'
                                                   ^~~~~~~~~~~~~
prog.cpp:1:1: error: ‘$’ does not name a type
 $ ffmpeg -f concat -i inputs.txt -vcodec copy -acodec copy final.mov
 ^
stdout
Standard output is empty