Advertisement
Guest User

Untitled

a guest
Aug 6th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Debug>ffmpeg.exe -i "rtsp://localhost:8554/test" -vcodec copy -acod
  2. ec copy output.mp4
  3. ffmpeg version N-43206-gf857465 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Aug 4 2012 16:10:39 with gcc 4.7.1 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enab
  6. le-bzlib --enable-frei0r --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable
  7. -libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-librtmp --enable-libschro
  8. edinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
  9. libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  10. libavutil 51. 66.100 / 51. 66.100
  11. libavcodec 54. 49.100 / 54. 49.100
  12. libavformat 54. 22.100 / 54. 22.100
  13. libavdevice 54. 2.100 / 54. 2.100
  14. libavfilter 3. 5.102 / 3. 5.102
  15. libswscale 2. 1.100 / 2. 1.100
  16. libswresample 0. 15.100 / 0. 15.100
  17. libpostproc 52. 0.100 / 52. 0.100
  18. [h264 @ 041baa20] Missing reference picture
  19. [h264 @ 041baa20] decode_slice_header error
  20. [h264 @ 041baa20] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
  21. [rtsp @ 0247c700] Estimating duration from bitrate, this may be inaccurate
  22. Input #0, rtsp, from 'rtsp://localhost:8554/test':
  23. Metadata:
  24. title : Unnamed
  25. comment : N/A
  26. Duration: N/A, start: 12634.426583, bitrate: N/A
  27. Stream #0:0: Audio: aac, 48000 Hz, stereo, s16
  28. Stream #0:1: Video: h264 (High), yuv420p, 1280x544, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
  29. Output #0, mp4, to 'output.mp4':
  30. Metadata:
  31. title : Unnamed
  32. comment : N/A
  33. encoder : Lavf54.22.100
  34. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x544, q=2-31, 23.98 fps, 90k tbn, 90k tbc
  35. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo
  36. Stream mapping:
  37. Stream #0:1 -> #0:0 (copy)
  38. Stream #0:0 -> #0:1 (copy)
  39. Press [q] to stop, [?] for help
  40. RTP: missed 1 packets=-1.0 size= 3685kB time=00:00:08.48 bitrate=3557.8kbits/s
  41. [NULL @ 041baa20] RTP: missed 1 packets
  42. Last message repeated 1 times
  43. [NULL @ 041baa20] RTP: missed 20 packets
  44. pts (816230) < dts (831143) in stream 01kB time=00:00:08.98 bitrate=3912.6kbits/s
  45. av_interleaved_write_frame(): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement