Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ffmpeg -re -i ./transformers/trans3-720p.h264 -c:v copy -bsf h264_mp4toannexb -f mpegts udp://192.168.1.2:5004
  2. ffmpeg version N-48393-g8bc7422 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jan 2 2013 14:48:50 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --prefix=/opt/x86 --enable-gpl --enable-shared --enable-libx264 --enable-libxvid --extra-cflags=-I/opt/x86/include --extra-ldflags=-L/opt/x86/lib
  5. libavutil 52. 13.100 / 52. 13.100
  6. libavcodec 54. 85.100 / 54. 85.100
  7. libavformat 54. 59.100 / 54. 59.100
  8. libavdevice 54. 3.102 / 54. 3.102
  9. libavfilter 3. 30.102 / 3. 30.102
  10. libswscale 2. 1.103 / 2. 1.103
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [h264 @ 0x9fa3fe0] max_analyze_duration 5000000 reached at 5005000
  14. [h264 @ 0x9fa3fe0] Estimating duration from bitrate, this may be inaccurate
  15. Input #0, h264, from './transformers/trans3-720p.h264':
  16. Duration: N/A, bitrate: N/A
  17. Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc
  18. Output #0, mpegts, to 'udp://192.168.1.2:5004':
  19. Metadata:
  20. encoder : Lavf54.59.100
  21. Stream #0:0: Video: h264, yuv420p, 1280x720, q=2-31, 23.98 fps, 90k tbn, 23.98 tbc
  22. Stream mapping:
  23. Stream #0:0 -> #0:0 (copy)
  24. Press [q] to stop, [?] for help
  25. Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec copy: Invalid argument
  26. [mpegts @ 0x9fab580] first pts value must set
  27. av_interleaved_write_frame(): Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement