Advertisement
Guest User

ffmpeg error

a guest
May 8th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. fennsus@Fenns:/usr/local/nginx/sbin$ sudo /home/fennsus/bin/ffmpeg -i "http://192.168.0.42:5004/tuner2/v1011" -c:v libx264 -vprofile main -vf scale=-1:720 -c:a libmp3lame -ac 2 -ar 44100 -f flv "rtmp://localhost:1935/live2/test"
  2. ffmpeg version 2.6.git Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/home/fennsus/ffmpeg_build --extra-cflags=-I/home/fennsus/ffmpeg_build/include --extra-ldflags=-L/home/fennsus/ffmpeg_build/lib --bindir=/home/fennsus/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  5. libavutil 54. 22.101 / 54. 22.101
  6. libavcodec 56. 34.100 / 56. 34.100
  7. libavformat 56. 30.100 / 56. 30.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 13.101 / 5. 13.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. [mpeg2video @ 0x3762a00] Invalid frame dimensions 0x0.
  14. Last message repeated 4 times
  15. Input #0, mpegts, from 'http://192.168.0.42:5004/tuner2/v1011':
  16. Duration: N/A, start: 76874.077578, bitrate: N/A
  17. Program 2
  18. Stream #0:0[0x63a]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], max. 38810 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  19. Stream #0:1[0x63b](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 192 kb/s
  20. [tcp @ 0x3762940] Connection to tcp://localhost:1935 failed (Connection refused), trying next address
  21. [libx264 @ 0x37674c0] using SAR=1/1
  22. [libx264 @ 0x37674c0] using cpu capabilities: MMX2 SSE2Slow SlowCTZ
  23. [libx264 @ 0x37674c0] profile Main, level 3.1
  24. [libx264 @ 0x37674c0] 264 - core 142 r2389 956c8d8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  25. Output #0, flv, to 'rtmp://localhost:1935/live2/test':
  26. Metadata:
  27. encoder : Lavf56.30.100
  28. Stream #0:0: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 1k tbn, 29.97 tbc
  29. Metadata:
  30. encoder : Lavc56.34.100 libx264
  31. Stream #0:1(eng): Audio: mp3 (libmp3lame) ([2][0][0][0] / 0x0002), 44100 Hz, stereo, fltp
  32. Metadata:
  33. encoder : Lavc56.34.100 libmp3lame
  34. Stream mapping:
  35. Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264))
  36. Stream #0:1 -> #0:1 (ac3 (native) -> mp3 (libmp3lame))
  37. Press [q] to stop, [?] for help
  38. frame= 39 fps=0.0 q=0.0 size= 0kB time=00:00:01.33 bitrate= 2.3kbits/sframe= 47 fps= 44 q=0.0 size= 0kB time=00:00:01.64 bitrate= 1.8kbits/sav_interleaved_write_frame(): Broken pipe
  39. Last message repeated 1 times
  40. [flv @ 0x376e840] Failed to update header with correct duration.
  41. [flv @ 0x376e840] Failed to update header with correct filesize.
  42. frame= 51 fps= 13 q=-1.0 Lsize= 2kB time=00:00:01.83 bitrate= 7.4kbits/s
  43. video:50kB audio:29kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  44. [libx264 @ 0x37674c0] frame I:2 Avg QP:23.54 size: 50708
  45. [libx264 @ 0x37674c0] frame P:19 Avg QP:25.32 size: 11787
  46. [libx264 @ 0x37674c0] frame B:30 Avg QP:26.85 size: 3500
  47. [libx264 @ 0x37674c0] consecutive B-frames: 5.9% 23.5% 70.6% 0.0%
  48. [libx264 @ 0x37674c0] mb I I16..4: 23.0% 0.0% 77.0%
  49. [libx264 @ 0x37674c0] mb P I16..4: 0.5% 0.0% 1.2% P16..4: 52.3% 12.5% 7.4% 0.0% 0.0% skip:26.2%
  50. [libx264 @ 0x37674c0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 46.0% 1.7% 0.2% direct: 1.1% skip:50.9% L0:34.9% L1:64.0% BI: 1.1%
  51. [libx264 @ 0x37674c0] coded y,uvDC,uvAC intra: 85.3% 76.1% 42.9% inter: 10.0% 12.7% 0.3%
  52. [libx264 @ 0x37674c0] i16 v,h,dc,p: 18% 20% 20% 41%
  53. [libx264 @ 0x37674c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 18% 18% 6% 7% 6% 6% 6% 4%
  54. [libx264 @ 0x37674c0] i8c dc,h,v,p: 47% 24% 21% 7%
  55. [libx264 @ 0x37674c0] Weighted P-Frames: Y:0.0% UV:0.0%
  56. [libx264 @ 0x37674c0] ref P L0: 58.6% 16.6% 19.4% 5.5%
  57. [libx264 @ 0x37674c0] ref B L0: 79.8% 18.4% 1.8%
  58. [libx264 @ 0x37674c0] ref B L1: 90.8% 9.2%
  59. [libx264 @ 0x37674c0] kb/s:2023.30
  60. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement