Advertisement
Guest User

Untitled

a guest
Jun 9th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ffmpeg -i "concat:intermediate1.ts|intermediate2.ts" -c copy -bsf:a aac_adtstoasc output.mp4
  2. ffmpeg version 2.6.3 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.6.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libmp3lame --enable-libvo-aacenc --enable-libxvid --enable-vda
  5. libavutil 54. 20.100 / 54. 20.100
  6. libavcodec 56. 26.100 / 56. 26.100
  7. libavformat 56. 25.101 / 56. 25.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 11.102 / 5. 11.102
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 3.100 / 53. 3.100
  14. Input #0, mpegts, from 'concat:intermediate1.ts|intermediate2.ts':
  15. Duration: 00:00:03.07, start: 1.400000, bitrate: 37306 kb/s
  16. Program 1
  17. Metadata:
  18. service_name : Service01
  19. service_provider: FFmpeg
  20. Stream #0:0[0x100]: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p, 1280x720, 30 tbr, 90k tbn, 180k tbc
  21. Stream #0:1[0x101](und): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 259 kb/s
  22. Output #0, mp4, to 'output.mp4':
  23. Metadata:
  24. encoder : Lavf56.25.101
  25. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720, q=2-31, 30 tbr, 90k tbn, 90k tbc
  26. Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 259 kb/s
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (copy)
  29. Stream #0:1 -> #0:1 (copy)
  30. Press [q] to stop, [?] for help
  31. [mp4 @ 0x7ff1fb800000] Non-monotonous DTS in output stream 0:0; previous: 758527, current: 758527; changing to 758528. This may result in incorrect timestamps in the output file.
  32. [mp4 @ 0x7ff1fb800000] Non-monotonous DTS in output stream 0:1; previous: 409952, current: 407274; changing to 409953. This may result in incorrect timestamps in the output file.
  33. [mp4 @ 0x7ff1fb800000] Non-monotonous DTS in output stream 0:1; previous: 409953, current: 408298; changing to 409954. This may result in incorrect timestamps in the output file.
  34. [mp4 @ 0x7ff1fb800000] Non-monotonous DTS in output stream 0:1; previous: 409954, current: 409322; changing to 409955. This may result in incorrect timestamps in the output file.
  35. frame= 329 fps=0.0 q=-1.0 Lsize= 12944kB time=00:00:11.42 bitrate=9278.4kbits/s
  36. video:12664kB audio:268kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.093747%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement