Advertisement
Guest User

Untitled

a guest
Jun 25th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. Command:
  2. ffmpeg -threads 6 -i output.mov -i jpop.mov -filter_complex "[0]select='lt(n\,2773)'[outA];[0]aselect='lt(n\,5546)'[outAa];[1]select='gte(n\,0)'[jpopv];[1]aselect='gte(n\,0)'[jpopa];[0]select='gte (n\,4929)'[outB];[0]aselect='gte (n\,9858)'[outBa];[outA]setpts=PTS-STARTPTS[outA1];[outB]setpts=PTS-STARTPTS[outB1];[outAa]asetpts=PTS-STARTPTS[outAa1];[outBa]asetpts=PTS-STARTPTS[outBa1];[jpopv]setpts=PTS-STARTPTS[jpopv1];[jpopa]asetpts=PTS-STARTPTS[jpopa1];[outA1] [jpopv1] [outB1] concat=n=3:v=1:a=0 [v];[outAa1] [jpopa1] [outBa1] concat=n=3:v=0:a=1 [a]" -map [v] -map [a] -acodec pcm_s24le -vcodec prores -f mov outputtestconcat.mov
  3.  
  4. Output (I hit "q" to quit after the errors started):
  5. ffmpeg version N-73134-g58d7dde Copyright (c) 2000-2015 the FFmpeg developers
  6. built with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-54)
  7. configuration: --enable-gpl --enable-libx264 --enable-libass --enable-filter=drawtext --enable-libfreetype --enable-nonfree
  8. libavutil 54. 27.100 / 54. 27.100
  9. libavcodec 56. 44.101 / 56. 44.101
  10. libavformat 56. 38.101 / 56. 38.101
  11. libavdevice 56. 4.100 / 56. 4.100
  12. libavfilter 5. 18.100 / 5. 18.100
  13. libswscale 3. 1.101 / 3. 1.101
  14. libswresample 1. 2.100 / 1. 2.100
  15. libpostproc 53. 3.100 / 53. 3.100
  16. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mov':
  17. Metadata:
  18. major_brand : qt
  19. minor_version : 512
  20. compatible_brands: qt
  21. encoder : Lavf56.38.101
  22. Duration: 00:24:43.65, start: 0.000000, bitrate: 164534 kb/s
  23. Stream #0:0(eng): Video: prores (apcn / 0x6E637061), yuv422p10le, 1920x1080, 162226 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc (default)
  24. Metadata:
  25. handler_name : DataHandler
  26. encoder : Lavc56.44.101 prores
  27. timecode : 00:00:00:00
  28. Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32 (24 bit), 2304 kb/s (default)
  29. Metadata:
  30. handler_name : DataHandler
  31. Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
  32. Metadata:
  33. handler_name : DataHandler
  34. timecode : 00:00:00:00
  35. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'jpop.mov':
  36. Metadata:
  37. major_brand : qt
  38. minor_version : 512
  39. compatible_brands: qt
  40. encoder : Lavf56.38.101
  41. Duration: 00:01:29.92, start: 0.000000, bitrate: 157134 kb/s
  42. Stream #1:0(eng): Video: prores (apcn / 0x6E637061), yuv422p10le, 1920x1080, 154828 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc (default)
  43. Metadata:
  44. handler_name : DataHandler
  45. encoder : Lavc56.44.101 prores
  46. timecode : 00:01:47:23
  47. Stream #1:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32 (24 bit), 2304 kb/s (default)
  48. Metadata:
  49. handler_name : DataHandler
  50. Stream #1:2(eng): Data: none (tmcd / 0x64636D74)
  51. Metadata:
  52. handler_name : DataHandler
  53. timecode : 00:01:47:23
  54. File 'outputtestconcat.mov' already exists. Overwrite ? [y/N] y
  55. [prores @ 0xafbbde0] encoding with ProRes standard (apcn) profile
  56. [prores @ 0xafc69a0] encoding with ProRes standard (apcn) profile
  57. [prores @ 0xafce0a0] encoding with ProRes standard (apcn) profile
  58. [prores @ 0xafceb20] encoding with ProRes standard (apcn) profile
  59. [prores @ 0xafc46a0] encoding with ProRes standard (apcn) profile
  60. [prores @ 0xafc5120] encoding with ProRes standard (apcn) profile
  61. [prores @ 0xafba600] encoding with ProRes standard (apcn) profile
  62. [prores @ 0xafbb080] encoding with ProRes standard (apcn) profile
  63. [prores @ 0xb0c21a0] encoding with ProRes standard (apcn) profile
  64. Output #0, mov, to 'outputtestconcat.mov':
  65. Metadata:
  66. major_brand : qt
  67. minor_version : 512
  68. compatible_brands: qt
  69. encoder : Lavf56.38.101
  70. Stream #0:0: Video: prores (apcn) (apcn / 0x6E637061), yuv422p10le, 1920x1080, q=2-31, 200 kb/s, 23.98 fps, 24k tbn, 23.98 tbc (default)
  71. Metadata:
  72. encoder : Lavc56.44.101 prores
  73. Stream #0:1: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32, 2304 kb/s (default)
  74. Metadata:
  75. encoder : Lavc56.44.101 pcm_s24le
  76. Stream mapping:
  77. Stream #0:0 (prores) -> select
  78. Stream #0:0 (prores) -> select
  79. Stream #0:1 (pcm_s24le) -> aselect
  80. Stream #0:1 (pcm_s24le) -> aselect
  81. Stream #1:0 (prores) -> select
  82. Stream #1:1 (pcm_s24le) -> aselect
  83. concat -> Stream #0:0 (prores)
  84. concat -> Stream #0:1 (pcm_s24le)
  85. Press [q] to stop, [?] for help
  86. [Parsed_concat_13 @ 0xb0bbca0] Buffer queue overflow, dropping.ate=146168.0kbits/s
  87. Last message repeated 14 times
  88. [Parsed_concat_13 @ 0xb0bbca0] Buffer queue overflow, dropping.ate=146168.0kbits/s
  89. Last message repeated 57 times
  90. [Parsed_concat_13 @ 0xb0bbca0] Buffer queue overflow, dropping.ate=146168.0kbits/s
  91. Last message repeated 64 times
  92. [Parsed_concat_13 @ 0xb0bbca0] Buffer queue overflow, dropping.ate=146168.0kbits/s
  93. Last message repeated 56 times
  94. [Parsed_concat_13 @ 0xb0bbca0] Buffer queue overflow, dropping.ate=146168.0kbits/s
  95. frame= 2773 fps= 43 q=0.0 Lsize= 2068181kB time=00:01:55.65 bitrate=146488.1kbits/s
  96. video:2035608kB audio:32529kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.002155%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement