Advertisement
Guest User

Untitled

a guest
Dec 26th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. $ ./ffmpeg -rtsp_transport tcp -i rtsp://193.191.129.52/Archive/20131219-1_bb_pl.wmv -vcodec copy -acodec copy -y test1.avi
  2. ffmpeg version N-59381-g6359872 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Dec 26 2013 21:32:52 with gcc 4.8.2 (GCC) 20131017 (Red Hat 4.8.2-1)
  4. configuration: --prefix=/home/cassidy/usr --libdir=/home/cassidy/usr/lib64
  5. libavutil 52. 59.100 / 52. 59.100
  6. libavcodec 55. 46.100 / 55. 46.100
  7. libavformat 55. 22.100 / 55. 22.100
  8. libavdevice 55. 5.102 / 55. 5.102
  9. libavfilter 4. 0.103 / 4. 0.103
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. Guessed Channel Layout for Input Stream #0.0 : stereo
  13. Input #0, rtsp, from 'rtsp://193.191.129.52/Archive/20131219-1_bb_pl.wmv':
  14. Metadata:
  15. title : <No Title>
  16. WMFSDKNeeded : 0.0.0.0000
  17. DeviceConformanceTemplate: MP@LL
  18. WMFSDKVersion : 10.00.00.4001
  19. IsVBR : 0
  20. Duration: 05:43:17.82, start: 0.000000, bitrate: N/A
  21. Stream #0:0: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 64 kb/s
  22. Stream #0:1: Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 320x240, 272 kb/s, 25 tbr, 1k tbn, 1k tbc
  23. Output #0, avi, to 'test1.avi':
  24. Metadata:
  25. INAM : <No Title>
  26. WMFSDKNeeded : 0.0.0.0000
  27. DeviceConformanceTemplate: MP@LL
  28. WMFSDKVersion : 10.00.00.4001
  29. IsVBR : 0
  30. ISFT : Lavf55.22.100
  31. Stream #0:0: Video: wmv3 (WMV3 / 0x33564D57), yuv420p, 320x240, q=2-31, 272 kb/s, 1k tbn, 1k tbc
  32. Stream #0:1: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, 64 kb/s
  33. Stream mapping:
  34. Stream #0:1 -> #0:0 (copy)
  35. Stream #0:0 -> #0:1 (copy)
  36. Press [q] to stop, [?] for help
  37. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 9, current: 7; changing to 10. This may result in incorrect timestamps in the output file.
  38. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 10, current: 8; changing to 11. This may result in incorrect timestamps in the output file.
  39. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 11, current: 9; changing to 12. This may result in incorrect timestamps in the output file.
  40. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 12, current: 10; changing to 13. This may result in incorrect timestamps in the output file.
  41. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 13, current: 11; changing to 14. This may result in incorrect timestamps in the output file.
  42. [avi @ 0x2d45240] Non-monotonous DTS in output stream 0:1; previous: 14, current: 12; changing to 15. This may result in incorrect timestamps in the output file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement