Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. ffmpeg -i test.mp4 -vf "pad=width=300:height=170:x=0:y=40:color=black" testcrop.mp4
  2.  
  3. ffmpeg version 0.8.15-4:0.8.15-0ubuntu0.12.04.1, Copyright (c) 2000-2014 the Libav developers
  4. built on Aug 10 2014 18:16:51 with gcc 4.6.3
  5. *** THIS PROGRAM IS DEPRECATED ***
  6. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  7. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  8. Metadata:
  9. major_brand : isom
  10. minor_version : 512
  11. compatible_brands: isomiso2avc1mp41
  12. creation_time : 2013-04-25 09:56:24
  13. encoder : Lavf53.21.1
  14. Duration: 00:00:32.38, start: 0.000000, bitrate: 346 kb/s
  15. Stream #0.0(und): Video: h264 (Main), yuv420p, 300x170, 141 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
  16. Metadata:
  17. creation_time : 2013-04-25 09:56:24
  18. Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 200 kb/s
  19. Metadata:
  20. creation_time : 2013-04-25 09:56:24
  21. File 'testcrop.mp4' already exists. Overwrite ? [y/N] y
  22. [buffer @ 0x13fe840] w:300 h:170 pixfmt:yuv420p
  23. [pad @ 0x1406160] Cannot find color 'color=black'
  24. Error initializing filter 'pad' with args 'width=300:height=170:x=0:y=40:color=black'
  25. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement