Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. avconv -i /path/video.mp4 -c:v libx264 -vf transpose=1,transpose=1,transpose=1 -s 640x480 /path/video-out.mp4
  2. avconv version 0.8.17-4:0.8.17-0ubuntu0.12.04.1, Copyright (c) 2000-2014 the Libav developers
  3. built on Mar 16 2015 13:26:50 with gcc 4.6.3
  4. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/path/video.mp4':
  5. Metadata:
  6. major_brand : isom
  7. minor_version : 0
  8. compatible_brands: isom3gp4
  9. creation_time : 2015-09-04 15:08:21
  10. Duration: 00:00:07.76, start: 0.000000, bitrate: 11756 kb/s
  11. Stream #0.0(eng): Video: h264 (Constrained Baseline), yuv420p, 1280x720, 11967 kb/s, 29.81 fps, 90k tbr, 90k tbn, 180k tbc
  12. Metadata:
  13. creation_time : 2015-09-04 15:08:21
  14. Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 119 kb/s
  15. Metadata:
  16. creation_time : 2015-09-04 15:08:21
  17. File '/path/video-out.mp4' already exists. Overwrite ? [y/N] y
  18. [buffer @ 0xc3d580] w:1280 h:720 pixfmt:yuv420p
  19. [scale @ 0xc3dac0] w:1280 h:720 fmt:yuv420p -> w:640 h:480 fmt:yuv420p flags:0x4
  20. [transpose @ 0xc3e280] w:640 h:480 dir:1 -> w:480 h:640 rotation:clockwise vflip:0
  21. [transpose @ 0xc3e7c0] w:480 h:640 dir:1 -> w:640 h:480 rotation:clockwise vflip:0
  22. [transpose @ 0xc3ede0] w:640 h:480 dir:1 -> w:480 h:640 rotation:clockwise vflip:0
  23. [libx264 @ 0xc2b100] MB rate (108000000) > level limit (983040)
  24. [libx264 @ 0xc2b100] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  25. [libx264 @ 0xc2b100] profile Main, level 5.1
  26. [libx264 @ 0xc2b100] 264 - core 120 r2151 a3f4407 - 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=3 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=1 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.25 aq=1:1.00
  27. Output #0, mp4, to '/path/video-out.mp4':
  28. Metadata:
  29. major_brand : isom
  30. minor_version : 0
  31. compatible_brands: isom3gp4
  32. creation_time : 2015-09-04 15:08:21
  33. encoder : Lavf53.21.1
  34. Stream #0.0(eng): Video: libx264, yuv420p, 480x640, q=-1--1, 180k tbn, 90k tbc
  35. Metadata:
  36. creation_time : 2015-09-04 15:08:21
  37. Stream #0.1(eng): Audio: libvo_aacenc, 48000 Hz, stereo, s16, 200 kb/s
  38. Metadata:
  39. creation_time : 2015-09-04 15:08:21
  40. Stream mapping:
  41. Stream #0:0 -> #0:0 (h264 -> libx264)
  42. Stream #0:1 -> #0:1 (aac -> libvo_aacenc)
  43. Press ctrl-c to stop encoding
  44.  
  45. frame=124398 fps=142 q=33.0 size= 16885kB time=1.38 bitrate=100110.2kbits/s dup=124356 drop=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement