Advertisement
Guest User

Untitled

a guest
Jan 18th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.75 KB | None | 0 0
  1.  ffmpeg -i mmsh://10.151.104.130:80/fxqiyi1m?MSWMExt=.asf -vcodec libx264 -preset fast -g 60 -vb 500000 -strict experimental -acodec aac -ab 64000 -ar 44100 -ac 2 -f flv http://127.0.0.1:8090/feed1.ffm
  2. ffmpeg version N-35986-g0edf7eb, Copyright (c) 2000-2011 the FFmpeg developers
  3.   built on Jan 19 2012 09:54:35 with gcc 4.1.2 20080704 (Red Hat 4.1.2-46)
  4.   configuration: --enable-libx264 --enable-gpl
  5.   libavutil    51. 32. 0 / 51. 32. 0
  6.   libavcodec   53. 46. 1 / 53. 46. 1
  7.   libavformat  53. 27. 0 / 53. 27. 0
  8.   libavdevice  53.  4. 0 / 53.  4. 0
  9.   libavfilter   2. 53. 0 /  2. 53. 0
  10.   libswscale    2.  1. 0 /  2.  1. 0
  11.   libpostproc  51.  2. 0 / 51.  2. 0
  12. [asf @ 0xca137a0] Estimating duration from bitrate, this may be inaccurate
  13.  
  14. Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
  15. Input #0, asf, from 'mmsh://59.151.104.130:80/fxqiyi1m?MSWMExt=.asf':
  16.   Metadata:
  17.     WMFSDKVersion   : 10.00.00.3997
  18.     WMFSDKNeeded    : 0.0.0.0000
  19.     IsVBR           : 0
  20.   Duration: N/A, start: 259123.799000, bitrate: 1000 kb/s
  21.     Stream #0:0(chi): Audio: wmav2 (a[1][0][0] / 0x0161), 32000 Hz, 2 channels, s16, 32 kb/s
  22.     Stream #0:1(chi): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 720x576, 968 kb/s, 25 tbr, 1k tbn, 1k tbc
  23. [buffer @ 0xca68080] w:720 h:576 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:
  24. [libx264 @ 0xca3d500] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  25. [libx264 @ 0xca3d500] profile High, level 3.0
  26. [libx264 @ 0xca3d500] 264 - core 120 r2120M 0c7dab9 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=24 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=1 keyint=60 keyint_min=6 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=500 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  27. Output #0, flv, to 'http://127.0.0.1:8090/feed1.ffm':
  28.   Metadata:
  29.     WMFSDKVersion   : 10.00.00.3997
  30.     WMFSDKNeeded    : 0.0.0.0000
  31.     IsVBR           : 0
  32.     encoder         : Lavf53.27.0
  33.     Stream #0:0(chi): Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 720x576, q=-1--1, 500 kb/s, 1k tbn, 25 tbc
  34.     Stream #0:1(chi): Audio: aac ([10][0][0][0] / 0x000A), 44100 Hz, 2 channels, s16, 64 kb/s
  35. Stream mapping:
  36.   Stream #0:1 -> #0:0 (wmv3 -> libx264)
  37.   Stream #0:0 -> #0:1 (wmav2 -> aac)
  38. Press [q] to stop, [?] for help
  39. av_interleaved_write_frame(): Connection reset by peer0.00 bitrate=   0.0kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement