Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. $ ffmpeg -i s.flv -an -vcodec libx264 -crf 20 -b 888k -vf crop=760:420:260:100 -s 380x210 s2before.flv
  2. ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 29 2012 20:41:33 with gcc 4.6.1
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-nonfree --enable-version3 --enable-x11grab --enable-libspeex --enable-libx264
  5. libavutil 51. 34.101 / 51. 34.101
  6. libavcodec 53. 60.100 / 53. 60.100
  7. libavformat 53. 31.100 / 53. 31.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 60.100 / 2. 60.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [libspeex @ 0x19fdf20] Missing Speex header, assuming defaults.
  14. Input #0, flv, from 's.flv':
  15. Metadata:
  16. encoder : Lavf53.31.100
  17. Duration: 00:00:12.26, start: 0.010000, bitrate: 1054 kb/s
  18. Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 30 tbr, 1k tbn, 2k tbc
  19. Stream #0:1: Audio: speex, 16000 Hz, 1 channels, s16
  20. Please use -b:a or -b:v, -b is ambiguous
  21. File 's2before.flv' already exists. Overwrite ? [y/N] y
  22. w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:
  23. [scale @ 0x1a08ce0] w:1280 h:720 fmt:yuv420p -> w:380 h:210 fmt:yuv420p flags:0x4
  24. [crop @ 0x1a09480] w:380 h:210 -> w:760 h:420
  25. [crop @ 0x1a09480] Invalid too big or non positive size for width '760' or height '420'
  26. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement