Advertisement
Guest User

BEASTWICK FFMPEG

a guest
Dec 14th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. ffmpeg -f alsa -ac 2 -ab 96K -i hw:0 -f video4linux2 -i /dev/video1 -acodec libmp3lame \
  2.        -ar 44100 -vcodec libx264 -preset "$QUAL" s- "$OUTRES" -level 30 -b:v 600K -minrate 600K \
  3.        -maxrate 650K -vf yadif -bufsize 1835K -f mpegts -f flv "$URL"
  4.  
  5. _____________
  6.  
  7. ffmpeg version N-35681-g16abd68, Copyright (c) 2000-2011 the FFmpeg developers
  8.   built on Dec 11 2011 22:09:57 with gcc 4.6.2 20111125 (prerelease)
  9.   configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
  10.   libavutil    51. 32. 0 / 51. 32. 0
  11.   libavcodec   53. 42. 0 / 53. 42. 0
  12.   libavformat  53. 24. 0 / 53. 24. 0
  13.   libavdevice  53.  4. 0 / 53.  4. 0
  14.   libavfilter   2. 53. 0 /  2. 53. 0
  15.   libswscale    2.  1. 0 /  2.  1. 0
  16.   libpostproc  51.  2. 0 / 51.  2. 0
  17. [alsa @ 0x1c439e0] Estimating duration from bitrate, this may be inaccurate
  18. Input #0, alsa, from 'hw:0':
  19.   Duration: N/A, start: 1323926505.208766, bitrate: N/A
  20.     Stream #0:0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
  21. [video4linux2,v4l2 @ 0x1c44720] Estimating duration from bitrate, this may be inaccurate
  22. Input #1, video4linux2,v4l2, from '/dev/video1':
  23.   Duration: N/A, start: 1323926505.982341, bitrate: 147308 kb/s
  24.     Stream #1:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 147308 kb/s, 29.97 tbr, 1000k tbn, 29.97 tbc
  25. [NULL @ 0x1c451a0] Unable to find a suitable output format for ' '
  26.  : Invalid argument
  27. bash: -ar: command not found
  28. bash: -vf: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement