Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. ➜ Desktop ffmpeg -i "1.mp4" -ss 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 @ 0x7feebb002000] 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 @ 0x7feeba862600] 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 @ 0x7feebc000000] 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement