Guest User

XDCam Output

a guest
Mar 31st, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.13 KB | None | 0 0
  1. [root@archipliance archive]# ffmpeg -i ./C0001.MXF -pass 1 -vcodec libx264 xdcam.mp4
  2. ffmpeg version N-39412-gec0965b Copyright (c) 2000-2012 the FFmpeg developers
  3.   built on Mar 30 2012 10:49:26 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3)
  4.   configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
  5.   libavutil      51. 44.100 / 51. 44.100
  6.   libavcodec     54. 12.100 / 54. 12.100
  7.   libavformat    54.  3.100 / 54.  3.100
  8.   libavdevice    53.  4.100 / 53.  4.100
  9.   libavfilter     2. 66.101 /  2. 66.101
  10.   libswscale      2.  1.100 /  2.  1.100
  11.   libswresample   0. 10.100 /  0. 10.100
  12.   libpostproc    52.  0.100 / 52.  0.100
  13. [mxf @ 0x37fe3a0] Timecode frame rate not supported
  14. Input #0, mxf, from './C0001.MXF':
  15.   Duration: 00:00:10.76, start: 0.000000, bitrate: 60480 kb/s
  16.     Stream #0:0: Video: mpeg2video (4:2:2), yuv422p, 1280x720 [SAR 1:1 DAR 16:9], 50000 kb/s, 50 fps, 50 tbr, 50 tbn, 100 tbc
  17.     Stream #0:1: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  18.     Stream #0:2: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  19.     Stream #0:3: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  20.     Stream #0:4: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  21.     Stream #0:5: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  22.     Stream #0:6: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  23.     Stream #0:7: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  24.     Stream #0:8: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  25. [buffer @ 0x3822940] w:1280 h:720 pixfmt:yuv422p tb:1/1000000 sar:1/1 sws_param:flags=2
  26. Incompatible sample format 's32' for codec 'libvo_aacenc', auto-selecting format 's16'
  27. [libx264 @ 0x38223e0] using SAR=1/1
  28. [libx264 @ 0x38223e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  29. [libx264 @ 0x38223e0] profile High 4:2:2, level 3.2, 4:2:2 8-bit
  30. [libx264 @ 0x38223e0] 264 - core 122 r2184 5c85e0a - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=6 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
  31. Output #0, mp4, to 'xdcam.mp4':
  32.   Metadata:
  33.     encoder         : Lavf54.3.100
  34.     Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv422p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, pass 1, 50 tbn, 50 tbc
  35.     Stream #0:1: Audio: aac (@[0][0][0] / 0x0040), 48000 Hz, 1 channels, s16, 128 kb/s
  36. Stream mapping:
  37.   Stream #0:0 -> #0:0 (mpeg2video -> libx264)
  38.   Stream #0:1 -> #0:1 (pcm_s24le -> libvo_aacenc)
  39. Press [q] to stop, [?] for help
  40. [mpeg2video @ 0x3806120] warning: first frame is no keyframe
  41. frame=  538 fps= 79 q=-1.0 Lsize=    4913kB time=00:00:10.72 bitrate=3754.5kbits/s    
  42. video:4730kB audio:169kB global headers:0kB muxing overhead 0.291081%
  43. [libx264 @ 0x38223e0] frame I:3     Avg QP:24.84  size: 73286
  44. [libx264 @ 0x38223e0] frame P:261   Avg QP:27.17  size: 13899
  45. [libx264 @ 0x38223e0] frame B:274   Avg QP:31.04  size:  3633
  46. [libx264 @ 0x38223e0] consecutive B-frames:  0.9% 92.6%  2.8%  3.7%
  47. [libx264 @ 0x38223e0] mb I  I16..4: 32.9%  0.0% 67.1%
  48. [libx264 @ 0x38223e0] mb P  I16..4: 11.4%  0.0%  0.0%  P16..4: 53.4%  0.0%  0.0%  0.0%  0.0%    skip:35.2%
  49. [libx264 @ 0x38223e0] mb B  I16..4:  1.1%  0.0%  0.0%  B16..8: 20.6%  0.0%  0.0%  direct: 5.7%  skip:72.6%  L0:29.0% L1:51.3% BI:19.8%
  50. [libx264 @ 0x38223e0] coded y,uvDC,uvAC intra: 41.0% 53.8% 14.7% inter: 11.1% 13.5% 0.6%
  51. [libx264 @ 0x38223e0] i16 v,h,dc,p: 35% 26% 24% 14%
  52. [libx264 @ 0x38223e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 19% 14%  9%  8%  7%  8%  7%  8%
  53. [libx264 @ 0x38223e0] i8c dc,h,v,p: 50% 16% 27%  8%
  54. [libx264 @ 0x38223e0] Weighted P-Frames: Y:0.0% UV:0.0%
  55. [libx264 @ 0x38223e0] kb/s:3600.78
Advertisement
Add Comment
Please, Sign In to add comment