Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ffmpeg -i /XITE/VIDEOS/SPOTDATA/72213-Ziggo_Live-Swelter.mpg -vcodec libx264 -vpre medium -pix_fmt yuv420p -b:v 2000k -r 25 -y /XITE/VIDEOS/SPOTDATA/72213-Ziggo_Live-Swelter.mpg.mp4 1>&2
  2. ffmpeg version N-48645-gf3c9d8d Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jan 9 2013 11:32:54 with gcc 4.7.1 (GCC)
  4. configuration: --enable-static --enable-libfaac --enable-libfdk_aac --enable-libx264 --enable-nonfree --enable-gpl
  5. WARNING: library configuration mismatch
  6. avutil configuration: --enable-nonfree --enable-gpl --enable-libfdk_aac --enable-libx264 --enable-static --enable-shared
  7. swresample configuration: --enable-nonfree --enable-gpl --enable-libfdk_aac --enable-libx264 --enable-static --enable-shared
  8. libavutil 52. 13.100 / 52. 13.100
  9. libavcodec 54. 86.100 / 54. 86.100
  10. libavformat 54. 59.106 / 54. 59.106
  11. libavdevice 54. 3.102 / 54. 3.102
  12. libavfilter 3. 32.100 / 3. 32.100
  13. libswscale 2. 1.103 / 2. 1.103
  14. libswresample 0. 17.102 / 0. 17.102
  15. libpostproc 52. 2.100 / 52. 2.100
  16. [mpeg @ 0xa8fefa0] max_analyze_duration 5000000 reached at 5000000
  17. Input #0, mpeg, from '/XITE/VIDEOS/SPOTDATA/72213-Ziggo_Live-Swelter.mpg':
  18. Duration: 00:27:42.86, start: 1.000000, bitrate: 5406 kb/s
  19. Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  20. Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 384 kb/s
  21. [libx264 @ 0xa900b80] using SAR=64/45
  22. [libx264 @ 0xa900b80] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle Cache64
  23. [libx264 @ 0xa900b80] profile High, level 3.0
  24. [libx264 @ 0xa900b80] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 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=12 lookahead_threads=2 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=abr mbtree=1 bitrate=2000 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 ip_ratio=1.40 aq=1:1.00
  25. Output #0, mp4, to '/XITE/VIDEOS/SPOTDATA/72213-Ziggo_Live-Swelter.mpg.mp4':
  26. Metadata:
  27. encoder : Lavf54.59.106
  28. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=10-51, 2000 kb/s, 12800 tbn, 25 tbc
  29. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (mpeg2video -> libx264)
  32. Stream #0:1 -> #0:1 (mp2 -> libfaac)
  33. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement