Guest User

Untitled

a guest
Apr 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # /usr/local/bin/ffmpeg -i from.mp4 -f h264 to.mp4
  2. FFmpeg version SVN-r12931, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  3. configuration: --enable-nonfree --enable-postproc --enable-libx264 --enable-libxvid --enable-gpl
  4. libavutil version: 49.6.0
  5. libavcodec version: 51.56.0
  6. libavformat version: 52.13.0
  7. libavdevice version: 52.0.0
  8. built on Apr 23 2008 13:34:39, gcc: 3.4.6 20060404 (Red Hat 3.4.6-9)
  9. [h264 @ 0x837bdc0]brainfart cropping not supported, this could look slightly wrong ...
  10. [h264 @ 0x837bdc0]brainfart cropping not supported, this could look slightly wrong ...
  11. Input #0, mpegts, from 'from.mp4':
  12. Duration: 01:34:05.01, start: 6.300000, bitrate: 2344 kb/s
  13. Program 1
  14. Stream #0.0[0x810]: Video: h264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 25.00 tb(r)
  15. Stream #0.1[0x814]: Audio: 0x0000, 48000 Hz, stereo, 133 kb/s
  16. Output #0, h264, to 'to.mp4':
  17. Stream #0.0: Video: libx264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 25.00 tb(c)
  18. Stream mapping:
  19. Stream #0.0 -> #0.0
  20. [libx264 @ 0x837bdc0]width or height not divisible by 16 (640x360), compression will suffer.
  21. [libx264 @ 0x837bdc0]using SAR=1/1
  22. [libx264 @ 0x837bdc0]using cpu capabilities MMX MMXEXT SSE SSE2 SSSE3
  23. Press [q] to stop encoding
  24. [h264 @ 0x837bdc0]brainfart cropping not supported, this could look slightly wrong ...
  25. [h264 @ 0x837bdc0]brainfart cropping not supported, this could look slightly wrong ...
  26. Segmentation fault
Add Comment
Please, Sign In to add comment