Advertisement
Guest User

Untitled

a guest
May 28th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. ffmpeg -i bright.mp4 -qscale 5 -threads 14 -ss 00:03:05 -t 00:31:21 josh.mp4
  2. ffmpeg version 0.8.2.git, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Sep 6 2011 12:34:16 with clang 2.1 (tags/Apple/clang-163.7.1)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg2/HEAD --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid --cc=clang
  5. libavutil 51. 16. 0 / 51. 16. 0
  6. libavcodec 53. 13. 0 / 53. 13. 0
  7. libavformat 53. 11. 0 / 53. 11. 0
  8. libavdevice 53. 3. 0 / 53. 3. 0
  9. libavfilter 2. 37. 0 / 2. 37. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12.  
  13. Seems stream 0 codec frame rate differs from container frame rate: 2000.00 (2000/1) -> 0.08 (1/12)
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'bright.mp4':
  15. Metadata:
  16. major_brand : isom
  17. minor_version : 512
  18. compatible_brands: isomiso2avc1mp41
  19. creation_time : 1970-01-01 00:00:00
  20. encoder : Lavf53.11.0
  21. Duration: 01:32:17.28, start: 0.000000, bitrate: 2201 kb/s
  22. Stream #0.0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720, 2031 kb/s, 1k fps, 0.08 tbr, 1k tbn, 2k tbc
  23. Metadata:
  24. creation_time : 1970-01-01 00:00:00
  25. Stream #0.1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 75 kb/s
  26. Metadata:
  27. creation_time : 1970-01-01 00:00:00
  28. [buffer @ 0x7f8b48c01f20] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:
  29. [libx264 @ 0x7f8b49006400] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  30. [libx264 @ 0x7f8b49006400] profile Main, level 3.1
  31. [libx264 @ 0x7f8b49006400] 264 - core 115 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - 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=0 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=14 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=0 b_adapt=1 b_bias=0 direct=1 weightb=0 open_gop=0 weightp=2 keyint=250 keyint_min=1 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
  32. Output #0, mp4, to 'josh.mp4':
  33. Metadata:
  34. major_brand : isom
  35. minor_version : 512
  36. compatible_brands: isomiso2avc1mp41
  37. creation_time : 1970-01-01 00:00:00
  38. encoder : Lavf53.11.0
  39. Stream #0.0(und): Video: h264 (![0][0][0] / 0x0021), yuv420p, 1280x720, q=2-31, 1 tbn, 0.08 tbc
  40. Metadata:
  41. creation_time : 1970-01-01 00:00:00
  42. Stream #0.1(und): Audio: aac (@[0][0][0] / 0x0040), 44100 Hz, mono, s16, 128 kb/s
  43. Metadata:
  44. creation_time : 1970-01-01 00:00:00
  45. Stream mapping:
  46. Stream #0.0 -> #0.0 (h264 -> libx264)
  47. Stream #0.1 -> #0.1 (aac -> libfaac)
  48. Press [q] to stop, [?] for help
  49. frame= 60 fps= 0 q=17.0 size= 198kB time=00:0024.00 bitrate= 74.6kbits/s dup=0 drop=726727
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement