Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. avconv -i /tmp/input.mp4 -c:v mpeg4 -filter:v "scale=w=-1:h=480,scale=w=trunc(in_w/2)*2:h=trunc(in_h/2)*2" -c:a libmp3lame -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 '/tmp/input.mp4':
  5. Metadata:
  6. major_brand : mp42
  7. minor_version : 0
  8. compatible_brands: isommp42
  9. creation_time : 2013-06-23 17:36:13
  10. Duration: 00:38:43.15, start: 0.000000, bitrate: 829 kb/s
  11. Stream #0.0(eng): Video: h264 (Main), yuv420p, 848x480 [PAR 1:1 DAR 53:30], 698 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
  12. Metadata:
  13. creation_time : 2013-06-23 17:36:13
  14. Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
  15. Metadata:
  16. creation_time : 2013-06-23 17:36:13
  17. File '/tmp/output.avi' already exists. Overwrite ? [y/N] y
  18. [buffer @ 0x25a2100] w:848 h:480 pixfmt:yuv420p
  19. [scale @ 0x25aa700] [Eval @ 0x7fff5c4c1fe0] Undefined constant or missing '(' in 'w=-1'
  20. [scale @ 0x25aa700] [Eval @ 0x7fff5c4c1fe0] Undefined constant or missing '(' in 'h=480'
  21. Error when evaluating the expression 'h=480'
  22. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement