Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. $ ffmpeg -f video4linux2 -vcodec h264 -i /dev/video1 -vcodec copy -f mp4 test.mp4
  2. ffmpeg version N-39863-gc4ce870 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 17 2012 05:45:58 with gcc 4.6.3
  4. configuration: --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --enable-runtime-cpudetect --enable-libfreetype --enable-vaapi --enable-frei0r --enable-libopenjpeg --enable-gpl --enable-postproc --enable-x11grab --enable-libmp3lame --enable-librtmp --enable-libv4l2 --enable-libx264 --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-version3 --enable-version3 --enable-version3 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared
  5. libavutil 51. 46.100 / 51. 46.100
  6. libavcodec 54. 14.101 / 54. 14.101
  7. libavformat 54. 3.100 / 54. 3.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 70.100 / 2. 70.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 11.100 / 0. 11.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [video4linux2,v4l2 @ 0x83e1620] Cannot find a proper format for codec_id 28, pix_fmt -1.
  14. /dev/video1: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement