Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. ➜ Desktop ffmpeg -i "1.mp4" -itsoffset 2.733 -i "1.mp4" -map 0:v -map 1:a -map 0:d -vcodec copy -acodec copy -c:s copy -c:d copy "movie-audio-delayed.mp4"
  2. ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
  5. libavutil 55. 58.100 / 55. 58.100
  6. libavcodec 57. 89.100 / 57. 89.100
  7. libavformat 57. 71.100 / 57. 71.100
  8. libavdevice 57. 6.100 / 57. 6.100
  9. libavfilter 6. 82.100 / 6. 82.100
  10. libavresample 3. 5. 0 / 3. 5. 0
  11. libswscale 4. 6.100 / 4. 6.100
  12. libswresample 2. 7.100 / 2. 7.100
  13. libpostproc 54. 5.100 / 54. 5.100
  14. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb2c100a800] multiple fourcc not supported
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '1.mp4':
  16. Metadata:
  17. major_brand : f4v
  18. minor_version : 0
  19. compatible_brands: isommp42m4v
  20. creation_time : 2017-04-30T02:17:05.000000Z
  21. Duration: 01:54:46.11, start: 0.000000, bitrate: 934 kb/s
  22. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], 868 kb/s, 30 fps, 30 tbr, 90k tbn, 59.94 tbc (default)
  23. Metadata:
  24. creation_time : 2017-04-30T02:17:05.000000Z
  25. handler_name : WowzaStreamingEngine
  26. encoder : WowzaStreamingEngine
  27. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 61 kb/s (default)
  28. Metadata:
  29. creation_time : 2017-04-30T02:17:05.000000Z
  30. handler_name : WowzaStreamingEngine
  31. Stream #0:2(eng): Data: none (amf0 / 0x30666D61), 0 kb/s (default)
  32. Metadata:
  33. creation_time : 2017-04-30T02:17:05.000000Z
  34. handler_name : WowzaStreamingEngine
  35. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb2c1057000] multiple fourcc not supported
  36. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '1.mp4':
  37. Metadata:
  38. major_brand : f4v
  39. minor_version : 0
  40. compatible_brands: isommp42m4v
  41. creation_time : 2017-04-30T02:17:05.000000Z
  42. Duration: 01:54:46.11, start: 0.000000, bitrate: 934 kb/s
  43. Stream #1:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], 868 kb/s, 30 fps, 30 tbr, 90k tbn, 59.94 tbc (default)
  44. Metadata:
  45. creation_time : 2017-04-30T02:17:05.000000Z
  46. handler_name : WowzaStreamingEngine
  47. encoder : WowzaStreamingEngine
  48. Stream #1:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 61 kb/s (default)
  49. Metadata:
  50. creation_time : 2017-04-30T02:17:05.000000Z
  51. handler_name : WowzaStreamingEngine
  52. Stream #1:2(eng): Data: none (amf0 / 0x30666D61), 0 kb/s (default)
  53. Metadata:
  54. creation_time : 2017-04-30T02:17:05.000000Z
  55. handler_name : WowzaStreamingEngine
  56. File 'movie-audio-delayed.mp4' already exists. Overwrite ? [y/N] y
  57. [mp4 @ 0x7fb2c1153400] Could not find tag for codec none in stream #2, codec not currently supported in container
  58. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
  59. Stream mapping:
  60. Stream #0:0 -> #0:0 (copy)
  61. Stream #1:1 -> #0:1 (copy)
  62. Stream #0:2 -> #0:2 (copy)
  63. Last message repeated 1 times
  64. ➜ Desktop ffmpeg -i "1.mp4" -itsoffset 2.733 -i "1.mp4" -map 0:v -map 1:a -map 0:d -vcodec copy -acodec copy -c:s copy -c:d copy "movie-audio-delayed.mov"
  65. ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
  66. built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
  67. configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
  68. libavutil 55. 58.100 / 55. 58.100
  69. libavcodec 57. 89.100 / 57. 89.100
  70. libavformat 57. 71.100 / 57. 71.100
  71. libavdevice 57. 6.100 / 57. 6.100
  72. libavfilter 6. 82.100 / 6. 82.100
  73. libavresample 3. 5. 0 / 3. 5. 0
  74. libswscale 4. 6.100 / 4. 6.100
  75. libswresample 2. 7.100 / 2. 7.100
  76. libpostproc 54. 5.100 / 54. 5.100
  77. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ffba9002600] multiple fourcc not supported
  78. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '1.mp4':
  79. Metadata:
  80. major_brand : f4v
  81. minor_version : 0
  82. compatible_brands: isommp42m4v
  83. creation_time : 2017-04-30T02:17:05.000000Z
  84. Duration: 01:54:46.11, start: 0.000000, bitrate: 934 kb/s
  85. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], 868 kb/s, 30 fps, 30 tbr, 90k tbn, 59.94 tbc (default)
  86. Metadata:
  87. creation_time : 2017-04-30T02:17:05.000000Z
  88. handler_name : WowzaStreamingEngine
  89. encoder : WowzaStreamingEngine
  90. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 61 kb/s (default)
  91. Metadata:
  92. creation_time : 2017-04-30T02:17:05.000000Z
  93. handler_name : WowzaStreamingEngine
  94. Stream #0:2(eng): Data: none (amf0 / 0x30666D61), 0 kb/s (default)
  95. Metadata:
  96. creation_time : 2017-04-30T02:17:05.000000Z
  97. handler_name : WowzaStreamingEngine
  98. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ffba882c000] multiple fourcc not supported
  99. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '1.mp4':
  100. Metadata:
  101. major_brand : f4v
  102. minor_version : 0
  103. compatible_brands: isommp42m4v
  104. creation_time : 2017-04-30T02:17:05.000000Z
  105. Duration: 01:54:46.11, start: 0.000000, bitrate: 934 kb/s
  106. Stream #1:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], 868 kb/s, 30 fps, 30 tbr, 90k tbn, 59.94 tbc (default)
  107. Metadata:
  108. creation_time : 2017-04-30T02:17:05.000000Z
  109. handler_name : WowzaStreamingEngine
  110. encoder : WowzaStreamingEngine
  111. Stream #1:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 61 kb/s (default)
  112. Metadata:
  113. creation_time : 2017-04-30T02:17:05.000000Z
  114. handler_name : WowzaStreamingEngine
  115. Stream #1:2(eng): Data: none (amf0 / 0x30666D61), 0 kb/s (default)
  116. Metadata:
  117. creation_time : 2017-04-30T02:17:05.000000Z
  118. handler_name : WowzaStreamingEngine
  119. Output #0, mov, to 'movie-audio-delayed.mov':
  120. Metadata:
  121. major_brand : f4v
  122. minor_version : 0
  123. compatible_brands: isommp42m4v
  124. encoder : Lavf57.71.100
  125. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], q=2-31, 868 kb/s, 30 fps, 30 tbr, 90k tbn, 90k tbc (default)
  126. Metadata:
  127. creation_time : 2017-04-30T02:17:05.000000Z
  128. handler_name : WowzaStreamingEngine
  129. encoder : WowzaStreamingEngine
  130. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 61 kb/s (default)
  131. Metadata:
  132. creation_time : 2017-04-30T02:17:05.000000Z
  133. handler_name : WowzaStreamingEngine
  134. Stream #0:2(eng): Data: none (amf0 / 0x30666D61), 0 kb/s (default)
  135. Metadata:
  136. creation_time : 2017-04-30T02:17:05.000000Z
  137. handler_name : WowzaStreamingEngine
  138. Stream mapping:
  139. Stream #0:0 -> #0:0 (copy)
  140. Stream #1:1 -> #0:1 (copy)
  141. Stream #0:2 -> #0:2 (copy)
  142. Press [q] to stop, [?] for help
  143. [mov @ 0x7ffba981aa00] Unknown hldr_type for amf0, writing dummy values931.7kbits/s speed= 154x
  144. frame=206584 fps=4624 q=-1.0 Lsize= 789038kB time=01:54:46.12 bitrate= 938.7kbits/s speed= 154x
  145. video:729834kB audio:51597kB subtitle:0kB other streams:420kB global headers:0kB muxing overhead: 0.919272%
  146. ➜ Desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement