Advertisement
Guest User

no such filter

a guest
May 22nd, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 KB | None | 0 0
  1. efesto@hdd-XPS-15-9530 Desktop $ ffmpeg -hide_banner -thread_queue_size 512 -hwaccel auto -threads 0 -y -start_number 1001 -i /home/efesto/Desktop/SOME/STUFF/scan_frame.%4d.dpx -t 1 -r 1 -loop 1 -i /home/efesto/devel/efesto/efesto-submit/resource/profile/default.jpg -i /home/efesto/devel/efesto/efesto-submit/resource/profile/efesto_logo.png -c:v libx264 -crf 18 -preset slow -strict -2 -movflags faststart -pix_fmt yuv420p -filter_complex "[0:v][clip];[1:v][slate];[slate][clip] concat=n=2:v=1, scale=1920:1080, fps=25.0[v]" -map [v] -v debug /home/efesto/Desktop/new.mov
  2. Splitting the commandline.
  3. Reading option '-hide_banner' ... matched as option 'hide_banner' (do not show program banner) with argument '1'.
  4. Reading option '-thread_queue_size' ... matched as option 'thread_queue_size' (set the maximum number of queued packets from the demuxer) with argument '512'.
  5. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'auto'.
  6. Reading option '-threads' ... matched as AVOption 'threads' with argument '0'.
  7. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  8. Reading option '-start_number' ... matched as AVOption 'start_number' with argument '1001'.
  9. Reading option '-i' ... matched as input file with argument '/home/efesto/Desktop/SOME/STUFF/scan_frame.%4d.dpx'.
  10. Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '1'.
  11. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '1'.
  12. Reading option '-loop' ... matched as AVOption 'loop' with argument '1'.
  13. Reading option '-i' ... matched as input file with argument '/home/efesto/devel/efesto/efesto-submit/resource/profile/default.jpg'.
  14. Reading option '-i' ... matched as input file with argument '/home/efesto/devel/efesto/efesto-submit/resource/profile/efesto_logo.png'.
  15. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'.
  16. Reading option '-crf' ... matched as AVOption 'crf' with argument '18'.
  17. Reading option '-preset' ... matched as AVOption 'preset' with argument 'slow'.
  18. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  19. matched as AVOption 'strict' with argument '-2'.
  20. Reading option '-movflags' ... matched as AVOption 'movflags' with argument 'faststart'.
  21. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  22. Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:v][clip];[1:v][slate];[slate][clip] concat=n=2:v=1, scale=1920:1080, fps=25.0[v]'.
  23. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[v]'.
  24. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  25. Reading option '/home/efesto/Desktop/new.mov' ... matched as output file.
  26. Finished splitting the commandline.
  27. Parsing a group of options: global .
  28. Applying option hide_banner (do not show program banner) with argument 1.
  29. Applying option y (overwrite output files) with argument 1.
  30. Applying option filter_complex (create a complex filtergraph) with argument [0:v][clip];[1:v][slate];[slate][clip] concat=n=2:v=1, scale=1920:1080, fps=25.0[v].
  31. Applying option v (set logging level) with argument debug.
  32. Successfully parsed a group of options.
  33. Parsing a group of options: input file /home/efesto/Desktop/SOME/STUFF/scan_frame.%4d.dpx.
  34. Applying option thread_queue_size (set the maximum number of queued packets from the demuxer) with argument 512.
  35. Applying option hwaccel (use HW accelerated decoding) with argument auto.
  36. Successfully parsed a group of options.
  37. Opening an input file: /home/efesto/Desktop/SOME/STUFF/scan_frame.%4d.dpx.
  38. [AVIOContext @ 0x323bc80] Statistics: 8306688 bytes read, 0 seeks
  39. [image2 @ 0x323c700] Probe buffer size limit of 5000000 bytes reached
  40. Input #0, image2, from '/home/efesto/Desktop/SOME/STUFF/scan_frame.%4d.dpx':
  41. Duration: 00:00:00.36, start: 0.000000, bitrate: N/A
  42. Stream #0:0, 1, 1/25: Video: dpx, 1 reference frame, gbrp10le, 1920x1080 [SAR 1:1 DAR 16:9], 125/2997, 23.98 tbr, 25 tbn, 23.98 tbc
  43. Successfully opened the file.
  44. Parsing a group of options: input file /home/efesto/devel/efesto/efesto-submit/resource/profile/default.jpg.
  45. Applying option t (record or transcode "duration" seconds of audio/video) with argument 1.
  46. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 1.
  47. Successfully parsed a group of options.
  48. Opening an input file: /home/efesto/devel/efesto/efesto-submit/resource/profile/default.jpg.
  49. [image2 @ 0x323e6e0] Format image2 probed with size=2048 and score=50
  50. [image2 @ 0x323e6e0] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0
  51. [AVIOContext @ 0x323dfa0] Statistics: 114586 bytes read, 0 seeks
  52. [mjpeg @ 0x323f5c0] marker=d8 avail_size_in_buf=114584
  53. [mjpeg @ 0x323f5c0] marker parser used 0 bytes (0 bits)
  54. [mjpeg @ 0x323f5c0] marker=e0 avail_size_in_buf=114582
  55. [mjpeg @ 0x323f5c0] marker parser used 16 bytes (128 bits)
  56. [mjpeg @ 0x323f5c0] marker=db avail_size_in_buf=114564
  57. [mjpeg @ 0x323f5c0] index=0
  58. [mjpeg @ 0x323f5c0] qscale[0]: 4
  59. [mjpeg @ 0x323f5c0] index=1
  60. [mjpeg @ 0x323f5c0] qscale[1]: 8
  61. [mjpeg @ 0x323f5c0] marker parser used 132 bytes (1056 bits)
  62. [mjpeg @ 0x323f5c0] marker=c0 avail_size_in_buf=114430
  63. [mjpeg @ 0x323f5c0] sof0: picture: 1920x1080
  64. [mjpeg @ 0x323f5c0] component 0 2:2 id: 0 quant:0
  65. [mjpeg @ 0x323f5c0] component 1 1:1 id: 1 quant:1
  66. [mjpeg @ 0x323f5c0] component 2 1:1 id: 2 quant:1
  67. [mjpeg @ 0x323f5c0] pix fmt id 22111100
  68. [mjpeg @ 0x323f5c0] marker parser used 17 bytes (136 bits)
  69. [mjpeg @ 0x323f5c0] marker=c4 avail_size_in_buf=114411
  70. [mjpeg @ 0x323f5c0] class=0 index=0 nb_codes=9
  71. [mjpeg @ 0x323f5c0] marker parser used 28 bytes (224 bits)
  72. [mjpeg @ 0x323f5c0] marker=c4 avail_size_in_buf=114381
  73. [mjpeg @ 0x323f5c0] class=1 index=0 nb_codes=242
  74. [mjpeg @ 0x323f5c0] marker parser used 88 bytes (704 bits)
  75. [mjpeg @ 0x323f5c0] marker=c4 avail_size_in_buf=114291
  76. [mjpeg @ 0x323f5c0] class=0 index=1 nb_codes=9
  77. [mjpeg @ 0x323f5c0] marker parser used 28 bytes (224 bits)
  78. [mjpeg @ 0x323f5c0] marker=c4 avail_size_in_buf=114261
  79. [mjpeg @ 0x323f5c0] class=1 index=1 nb_codes=242
  80. [mjpeg @ 0x323f5c0] marker parser used 56 bytes (448 bits)
  81. [mjpeg @ 0x323f5c0] escaping removed 437 bytes
  82. [mjpeg @ 0x323f5c0] marker=da avail_size_in_buf=114203
  83. [mjpeg @ 0x323f5c0] component: 0
  84. [mjpeg @ 0x323f5c0] component: 1
  85. [mjpeg @ 0x323f5c0] component: 2
  86. [mjpeg @ 0x323f5c0] marker parser used 113765 bytes (910114 bits)
  87. [mjpeg @ 0x323f5c0] marker=d9 avail_size_in_buf=0
  88. [mjpeg @ 0x323f5c0] decode frame unused 0 bytes
  89. [AVIOContext @ 0x32424c0] Statistics: 114586 bytes read, 0 seeks
  90. [AVIOContext @ 0x32424a0] Statistics: 114586 bytes read, 0 seeks
  91. [AVIOContext @ 0x3246740] Statistics: 114586 bytes read, 0 seeks
  92. [AVIOContext @ 0x32468a0] Statistics: 114586 bytes read, 0 seeks
  93. [AVIOContext @ 0x32438e0] Statistics: 114586 bytes read, 0 seeks
  94. [AVIOContext @ 0x3243a40] Statistics: 114586 bytes read, 0 seeks
  95. [AVIOContext @ 0x3243c60] Statistics: 114586 bytes read, 0 seeks
  96. [AVIOContext @ 0x3243dc0] Statistics: 114586 bytes read, 0 seeks
  97. [AVIOContext @ 0x3243e60] Statistics: 114586 bytes read, 0 seeks
  98. [AVIOContext @ 0x3243fe0] Statistics: 114586 bytes read, 0 seeks
  99. [AVIOContext @ 0x3244140] Statistics: 114586 bytes read, 0 seeks
  100. [AVIOContext @ 0x32441e0] Statistics: 114586 bytes read, 0 seeks
  101. [AVIOContext @ 0x3244360] Statistics: 114586 bytes read, 0 seeks
  102. [AVIOContext @ 0x3244400] Statistics: 114586 bytes read, 0 seeks
  103. [AVIOContext @ 0x3244560] Statistics: 114586 bytes read, 0 seeks
  104. [AVIOContext @ 0x32446c0] Statistics: 114586 bytes read, 0 seeks
  105. [AVIOContext @ 0x3244660] Statistics: 114586 bytes read, 0 seeks
  106. [AVIOContext @ 0x3244880] Statistics: 114586 bytes read, 0 seeks
  107. [AVIOContext @ 0x32448a0] Statistics: 114586 bytes read, 0 seeks
  108. [AVIOContext @ 0x324ab40] Statistics: 114586 bytes read, 0 seeks
  109. [AVIOContext @ 0x324aca0] Statistics: 114586 bytes read, 0 seeks
  110. [AVIOContext @ 0x324ae00] Statistics: 114586 bytes read, 0 seeks
  111. [AVIOContext @ 0x324af60] Statistics: 114586 bytes read, 0 seeks
  112. [AVIOContext @ 0x324b0c0] Statistics: 114586 bytes read, 0 seeks
  113. [AVIOContext @ 0x324b220] Statistics: 114586 bytes read, 0 seeks
  114. [AVIOContext @ 0x324b380] Statistics: 114586 bytes read, 0 seeks
  115. [AVIOContext @ 0x324b4e0] Statistics: 114586 bytes read, 0 seeks
  116. [AVIOContext @ 0x324b640] Statistics: 114586 bytes read, 0 seeks
  117. [AVIOContext @ 0x324b7a0] Statistics: 114586 bytes read, 0 seeks
  118. [AVIOContext @ 0x324b900] Statistics: 114586 bytes read, 0 seeks
  119. [AVIOContext @ 0x324ba60] Statistics: 114586 bytes read, 0 seeks
  120. [AVIOContext @ 0x324bbc0] Statistics: 114586 bytes read, 0 seeks
  121. [AVIOContext @ 0x324bd20] Statistics: 114586 bytes read, 0 seeks
  122. [AVIOContext @ 0x324be80] Statistics: 114586 bytes read, 0 seeks
  123. [AVIOContext @ 0x324bfe0] Statistics: 114586 bytes read, 0 seeks
  124. [AVIOContext @ 0x324c140] Statistics: 114586 bytes read, 0 seeks
  125. [AVIOContext @ 0x324c2a0] Statistics: 114586 bytes read, 0 seeks
  126. [AVIOContext @ 0x324c400] Statistics: 114586 bytes read, 0 seeks
  127. [AVIOContext @ 0x324c560] Statistics: 114586 bytes read, 0 seeks
  128. [AVIOContext @ 0x324c6c0] Statistics: 114586 bytes read, 0 seeks
  129. [AVIOContext @ 0x324c820] Statistics: 114586 bytes read, 0 seeks
  130. [AVIOContext @ 0x324c980] Statistics: 114586 bytes read, 0 seeks
  131. [AVIOContext @ 0x324cae0] Statistics: 114586 bytes read, 0 seeks
  132. [image2 @ 0x323e6e0] Probe buffer size limit of 5000000 bytes reached
  133. [image2 @ 0x323e6e0] After avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 frames:44
  134. Input #1, image2, from '/home/efesto/devel/efesto/efesto-submit/resource/profile/default.jpg':
  135. Duration: 00:00:00.04, start: 0.000000, bitrate: 22917 kb/s
  136. Stream #1:0, 44, 1/25: Video: mjpeg, 1 reference frame, yuvj420p(pc, bt470bg/unknown/unknown, center), 1920x1080 [SAR 1:1 DAR 16:9], 1/25, 25 fps, 25 tbr, 25 tbn, 25 tbc
  137. Successfully opened the file.
  138. Parsing a group of options: input file /home/efesto/devel/efesto/efesto-submit/resource/profile/efesto_logo.png.
  139. Successfully parsed a group of options.
  140. Opening an input file: /home/efesto/devel/efesto/efesto-submit/resource/profile/efesto_logo.png.
  141. [png_pipe @ 0x323fa80] Format png_pipe probed with size=2048 and score=99
  142. [png_pipe @ 0x323fa80] Before avformat_find_stream_info() pos: 0 bytes read:15538 seeks:0
  143. [png_pipe @ 0x323fa80] After avformat_find_stream_info() pos: 15538 bytes read:15538 seeks:0 frames:1
  144. Input #2, png_pipe, from '/home/efesto/devel/efesto/efesto-submit/resource/profile/efesto_logo.png':
  145. Duration: N/A, bitrate: N/A
  146. Stream #2:0, 1, 1/25: Video: png, 1 reference frame, rgba(pc), 290x320 (0x0) [SAR 3543:3543 DAR 29:32], 1/25, 25 tbr, 25 tbn, 25 tbc
  147. Successfully opened the file.
  148. Parsing a group of options: output file /home/efesto/Desktop/new.mov.
  149. Applying option c:v (codec name) with argument libx264.
  150. Applying option pix_fmt (set pixel format) with argument yuv420p.
  151. Applying option map (set input stream mapping) with argument [v].
  152. Successfully parsed a group of options.
  153. Opening an output file: /home/efesto/Desktop/new.mov.
  154. [AVFilterGraph @ 0x3243640] No such filter: ''
  155. Error configuring filters.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement