Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. ffmpeg -i "Britney Spears ++ I Wanna Go (2011)@MRD.mp4" -vcodec libx264 -r 23.98 -s 1280x720 -x264opts ref=8:threads=1 -b 1500k -acodec copy -y Output/Britney Spears ++ I Wanna Go (2011)@MRD_720p@1500.mp4_TEMP.mp4
  2. ffmpeg version 0.8.7, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Dec 9 2011 23:44:00 with gcc 4.4.5
  4. configuration: --enable-libx264 --enable-gpl
  5. libavutil 51. 9. 1 / 51. 9. 1
  6. libavcodec 53. 8. 0 / 53. 8. 0
  7. libavformat 53. 5. 0 / 53. 5. 0
  8. libavdevice 53. 1. 1 / 53. 1. 1
  9. libavfilter 2. 23. 0 / 2. 23. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Britney Spears ++ I Wanna Go (2011)@MRD.mp4':
  13. Metadata:
  14. major_brand : mp42
  15. minor_version : 0
  16. compatible_brands: isommp42
  17. creation_time : 2011-06-20 12:02:04
  18. title : I Wanna Go
  19. artist : Britney Spears
  20. date : 2011
  21. copyright : Britney
  22. encoder : *****
  23. album_artist : Britney Spears
  24. track : 0
  25. disc : 0
  26. Duration: 00:04:33.89, start: 0.000000, bitrate: 3622 kb/s
  27. Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 3456 kb/s, 23.98 fps, 24 tbr, 1k tbn, 48 tbc
  28. Metadata:
  29. creation_time : 1970-01-01 00:00:00
  30. Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 151 kb/s
  31. Metadata:
  32. creation_time : 2011-06-20 12:02:05
  33. [buffer @ 0x248bc00] w:1920 h:1080 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:
  34. [scale @ 0x2493860] w:1920 h:1080 fmt:yuv420p -> w:1280 h:720 fmt:yuv420p flags:0x4
  35. [libx264 @ 0x248b740] Default settings detected, using medium profile
  36. [libx264 @ 0x248b740] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  37. [libx264 @ 0x248b740] profile High, level 4.0
  38. [libx264 @ 0x248b740] 264 - core 120 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=8 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=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=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=1500 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  39. Output #0, mp4, to 'Output/Britney Spears ++ I Wanna Go (2011)@MRD_720p@1500.mp4_TEMP.mp4':
  40. Metadata:
  41. major_brand : mp42
  42. minor_version : 0
  43. compatible_brands: isommp42
  44. creation_time : 2011-06-20 12:02:04
  45. title : I Wanna Go
  46. artist : Britney Spears
  47. date : 2011
  48. copyright : Britney
  49. disc : 0
  50. album_artist : Britney Spears
  51. track : 0
  52. encoder : Lavf53.5.0
  53. Stream #0.0(und): Video: libx264, yuv420p, 1280x720, q=2-31, 1500 kb/s, 1199 tbn, 23.98 tbc
  54. Metadata:
  55. creation_time : 1970-01-01 00:00:00
  56. Stream #0.1(und): Audio: aac, 44100 Hz, stereo, 151 kb/s
  57. Metadata:
  58. creation_time : 2011-06-20 12:02:05
  59. Stream mapping:
  60. Stream #0.0 -> #0.0
  61. Stream #0.1 -> #0.1
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement