Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. $ ffmpeg -i 80.orig -sn -vf scale=576:324 -vcodec libx264 -b 1000k -acodec libfaac -ab 128k -ac 2 -f mp4 80.mp4
  2. ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Jan 19 2012 17:01:19 with gcc 4.3.4
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-doc --disable-network --disable-vaapi --disable-ffplay --disable-vdpau --enable-libmp3lame --enable-libvo-aacenc --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libfaac --enable-nonfree --disable-indev=v4l --disable-indev=v4l2 --disable-indev=alsa --disable-indev=oss --disable-indev=jack --disable-outdev=alsa --disable-outdev=oss --enable-pthreads --enable-libdirac --enable-libspeex --enable-libvpx --disable-altivec --disable-avx --enable-hardcoded-tables
  5. libavutil 50. 43. 0 / 50. 43. 0
  6. libavcodec 52.123. 0 / 52.123. 0
  7. libavformat 52.111. 0 / 52.111. 0
  8. libavdevice 52. 5. 0 / 52. 5. 0
  9. libavfilter 1. 80. 0 / 1. 80. 0
  10. libswscale 0. 14. 1 / 0. 14. 1
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12.  
  13. Seems stream 1 codec frame rate differs from container frame rate: 1200.00 (1200/1) -> 300.00 (300/1)
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '80.orig':
  15. Metadata:
  16. major_brand : M4VH
  17. minor_version : 1
  18. compatible_brands: M4VHM4A mp42isom
  19. creation_time : 2011-06-24 19:21:01
  20. encoder : CoreMediaAuthoring 706, CoreMedia 484.20, i386
  21. Duration: 00:25:45.45, start: 0.000000, bitrate: 3675 kb/s
  22. Stream #0.0(und): Audio: aac, 44100 Hz, mono, s16, 219 kb/s
  23. Metadata:
  24. creation_time : 2011-06-24 19:21:01
  25. Stream #0.1(und): Video: h264 (Main), yuv420p, 960x540 [PAR 1:1 DAR 16:9], 3443 kb/s, 29.96 fps, 300 tbr, 600 tbn, 1200 tbc
  26. Metadata:
  27. creation_time : 2011-06-24 19:21:01
  28. [buffer @ 0x2167600] w:960 h:540 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  29. [scale @ 0x2167680] w:960 h:540 fmt:yuv420p -> w:576 h:324 fmt:yuv420p flags:0x4
  30. [libx264 @ 0x2169fb0] Default settings detected, using medium profile
  31. [libx264 @ 0x2169fb0] using SAR=1/1
  32. [libx264 @ 0x2169fb0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle Cache64
  33. [libx264 @ 0x2169fb0] profile High, level 4.0
  34. [libx264 @ 0x2169fb0] 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=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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=1000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  35. Output #0, mp4, to '80.mp4':
  36. Metadata:
  37. major_brand : M4VH
  38. minor_version : 1
  39. compatible_brands: M4VHM4A mp42isom
  40. creation_time : 2011-06-24 19:21:01
  41. encoder : Lavf52.111.0
  42. Stream #0.0(und): Video: libx264, yuv420p, 576x324 [PAR 1:1 DAR 16:9], q=2-31, 1000 kb/s, 300 tbn, 300 tbc
  43. Metadata:
  44. creation_time : 2011-06-24 19:21:01
  45. Stream #0.1(und): Audio: libfaac, 44100 Hz, 2 channels, s16, 128 kb/s
  46. Metadata:
  47. creation_time : 2011-06-24 19:21:01
  48. Stream mapping:
  49. Stream #0.1 -> #0.0
  50. Stream #0.0 -> #0.1
  51. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement