Advertisement
Guest User

Untitled

a guest
Dec 14th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. debian-armel:~# ffmpeg -s 320x240 -pix_fmt yuv422p -r 30 -f video4linux2 -i /dev/video1 test.mpeg
  2.  
  3. FFmpeg version SVN-r11872+debian_0.svn20080206-18+lenny3, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  4.   configuration:  {snipped for brevity}
  5.   libavutil version: 49.6.0
  6.   libavcodec version: 51.50.0
  7.   libavformat version: 52.7.0
  8.   libavdevice version: 52.0.0
  9.   built on Jul 12 2007 20:22:46, gcc: 3.4.6
  10. Input #0, wav, from 'dev/video1':
  11.   Duration: 00:0:00,0, start: 0.000000, bitrate: 1411 kb/s
  12.   Stream #0.0: Video: raw, yuv420p, 320x240, 30.00 fps(r)
  13. Output #0, mp2, to 'test.mpeg':
  14.   Stream #0.0: Video: mpeg2video, yuv420p, 320x240, q=2-31, 6000 kb/s, 29.97 fps(c)
  15. Stream mapping:
  16.   Stream #0.0 -> #0.0
  17. Press [q] to stop encoding
  18. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement