Advertisement
Guest User

Untitled

a guest
Jul 14th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. root@none:~/ffmpeg# ./ffmpeg -i "concat:/root/banshee/s01e01.ts|/root/banshee/s01e02.ts" -c copy out.ts
  2. ffmpeg version N-73633-gdfc5858 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.7 (Debian 4.7.2-5)
  4. configuration: --enable-libmp3lame --enable-libx264 --enable-gpl --prefix=/usr
  5. libavutil 54. 28.100 / 54. 28.100
  6. libavcodec 56. 47.100 / 56. 47.100
  7. libavformat 56. 40.100 / 56. 40.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 21.100 / 5. 21.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.100 / 1. 2.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. FILE=/root/banshee/s01e02.ts
  14. FILE=/root/banshee/s01e02.ts
  15. FILE=/root/banshee/s01e02.ts
  16. FILE=/root/banshee/s01e02.ts
  17. Input #0, mpegts, from 'concat:/root/banshee/s01e01.ts|/root/banshee/s01e02.ts':
  18. Duration: 00:50:55.54, start: 1.458367, bitrate: 2429 kb/s
  19. Program 1
  20. Metadata:
  21. service_name : Service01
  22. service_provider: FFmpeg
  23. Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 960x540 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
  24. Stream #0:1[0x101](ger): Audio: mp3 ([3][0][0][0] / 0x0003), 44100 Hz, stereo, s16p, 128 kb/s
  25. File 'out.ts' already exists. Overwrite ? [y/N] y
  26. Output #0, mpegts, to 'out.ts':
  27. Metadata:
  28. encoder : Lavf56.40.100
  29. Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 960x540 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc
  30. Stream #0:1(ger): Audio: mp3 ([3][0][0][0] / 0x0003), 44100 Hz, stereo, 128 kb/s
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (copy)
  33. Stream #0:1 -> #0:1 (copy)
  34. Press [q] to stop, [?] for help
  35. FILE=/root/banshee/s01e02.ts0 size= 906310kB time=01:50:27.64 bitrate=1120.2kbits/s
  36. FILE=/root/banshee/s01e02.ts
  37. FILE=/root/banshee/s01e02.ts
  38. FILE=/root/banshee/s01e02.ts
  39. FILE=/root/banshee/s01e02.ts
  40. frame=158940 fps=18453 q=-1.0 Lsize= 906343kB time=01:50:29.12 bitrate=1120.0kbits/s
  41. video:718730kB audio:103573kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 10.220067%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement