Advertisement
Guest User

Untitled

a guest
Nov 15th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. netcom@userstage:~/ffmpeg$ ./ffmpeg -i ../test.avi -vcodec libx264 -vprofile main -pix_fmt yuv420p test.h264
  2. ffmpeg version N-34884-g7575980, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 15 2011 12:23:00 with gcc 4.4.3
  4. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-x11grab
  5. libavutil 51. 25. 0 / 51. 25. 0
  6. libavcodec 53. 34. 0 / 53. 34. 0
  7. libavformat 53. 20. 0 / 53. 20. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 48. 1 / 2. 48. 1
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [avi @ 0x32af760] parser not found for codec rawvideo, packets or times may be invalid.
  13. Input #0, avi, from '../test.avi':
  14. Duration: 00:01:40.08, start: 0.000000, bitrate: 70734 kb/s
  15. Stream #0:0: Video: rawvideo, bgr24, 256x192, 59.95 tbr, 59.95 tbn, 59.95 tbc
  16. File 'test.h264' already exists. Overwrite ? [y/N] n
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement