Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. avconv -i input.mp4 -vcodec mpeg4 -c:v `scale=w=trunc(in_w/2)*2:h=trunc(in_h/2)*2` -vtag XVID -q:v 3 -c:a libmp3lame -b:a 160k -t 4106 -ss 112 /tmp/output.avi
  2. avconv version 0.8.9-6:0.8.9-1, Copyright (c) 2000-2013 the Libav developers
  3. built on Nov 3 2013 00:54:50 with gcc 4.7.2
  4. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  5. Metadata:
  6. major_brand : mp42
  7. minor_version : 0
  8. compatible_brands: isommp42
  9. creation_time : 2013-12-16 02:00:18
  10. Duration: 01:20:07.76, start: 0.000000, bitrate: 1461 kb/s
  11. Stream #0.0(eng): Video: h264 (Main), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 1298 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
  12. Metadata:
  13. creation_time : 2013-12-16 02:00:18
  14. Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 160 kb/s
  15. Metadata:
  16. creation_time : 2013-12-16 02:00:18
  17. Unable to find a suitable output format for 'XVID'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement