Advertisement
Guest User

ffmpeg concat output

a guest
Mar 30th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. ffmpeg version 1.1.2 Copyright (c) 2000-2013 the FFmpeg developers
  2. built on Mar 10 2013 17:37:50 with Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
  3. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid --enable-nonfree --enable-libfaac
  4. libavutil 52. 13.100 / 52. 13.100
  5. libavcodec 54. 86.100 / 54. 86.100
  6. libavformat 54. 59.106 / 54. 59.106
  7. libavdevice 54. 3.102 / 54. 3.102
  8. libavfilter 3. 32.100 / 3. 32.100
  9. libswscale 2. 1.103 / 2. 1.103
  10. libswresample 0. 17.102 / 0. 17.102
  11. libpostproc 52. 2.100 / 52. 2.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'myInput.mp4':
  13. Metadata:
  14. major_brand : mp42
  15. minor_version : 0
  16. compatible_brands: isomavc1mp42
  17. creation_time : 2008-12-07 06:54:25
  18. Duration: 00:00:53.96, start: 0.000000, bitrate: 330 kb/s
  19. Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 102 kb/s
  20. Metadata:
  21. creation_time : 2008-12-07 06:54:25
  22. handler_name : (C) 2007 Google Inc. v08.13.2007.
  23. Stream #0:1(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 240x180 [SAR 1:1 DAR 4:3], 224 kb/s, 29.93 fps, 29.93 tbr, 29933 tbn, 59866 tbc
  24. Metadata:
  25. creation_time : 2008-12-07 06:54:25
  26. handler_name : (C) 2007 Google Inc. v08.13.2007.
  27. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'myInput.mp4':
  28. Metadata:
  29. major_brand : mp42
  30. minor_version : 0
  31. compatible_brands: isomavc1mp42
  32. creation_time : 2008-12-07 06:54:25
  33. Duration: 00:00:53.96, start: 0.000000, bitrate: 330 kb/s
  34. Stream #1:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 102 kb/s
  35. Metadata:
  36. creation_time : 2008-12-07 06:54:25
  37. handler_name : (C) 2007 Google Inc. v08.13.2007.
  38. Stream #1:1(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 240x180 [SAR 1:1 DAR 4:3], 224 kb/s, 29.93 fps, 29.93 tbr, 29933 tbn, 59866 tbc
  39. Metadata:
  40. creation_time : 2008-12-07 06:54:25
  41. handler_name : (C) 2007 Google Inc. v08.13.2007.
  42. Input #2, mov,mp4,m4a,3gp,3g2,mj2, from 'myInput.mp4':
  43. Metadata:
  44. major_brand : mp42
  45. minor_version : 0
  46. compatible_brands: isomavc1mp42
  47. creation_time : 2008-12-07 06:54:25
  48. Duration: 00:00:53.96, start: 0.000000, bitrate: 330 kb/s
  49. Stream #2:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 102 kb/s
  50. Metadata:
  51. creation_time : 2008-12-07 06:54:25
  52. handler_name : (C) 2007 Google Inc. v08.13.2007.
  53. Stream #2:1(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 240x180 [SAR 1:1 DAR 4:3], 224 kb/s, 29.93 fps, 29.93 tbr, 29933 tbn, 59866 tbc
  54. Metadata:
  55. creation_time : 2008-12-07 06:54:25
  56. handler_name : (C) 2007 Google Inc. v08.13.2007.
  57. Stream specifier ':0' in filtergraph description [0:0][0:1][0:2][1:0][1:1][1:2][2:0][2:1][2:2]concat=n=3:v=1:a=2[v][a1][a2] matches no streams.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement