Guest User

Untitled

a guest
Oct 30th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ./ffmpeg -y -f alsa -ar 32000 -ac 2 -i hw:1 -f v4l2 -input_format h264 -r 30 -video_size 1920x1080 -i /dev/video0 -vcodec copy -strict -2 -acodec aac -f tee -map 0:v -map 0:a '[f=flv]out/cam-2014-10-30T13:16:20+0200.flv|[f=flv]copy-of-out/cam-2014-10-30T13:16:20+0200.flv'
  2. ffmpeg version N-67143-g4ba5420 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Oct 29 2014 18:54:45 with gcc 4.7 (Debian 4.7.2-5)
  4. configuration: --prefix=/home/rowan/private/src/ffmpeg/t --cc='ccache cc' --disable-stripping
  5. libavutil 54. 11.100 / 54. 11.100
  6. libavcodec 56. 9.100 / 56. 9.100
  7. libavformat 56. 10.100 / 56. 10.100
  8. libavdevice 56. 1.100 / 56. 1.100
  9. libavfilter 5. 2.100 / 5. 2.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. Guessed Channel Layout for Input Stream #0.0 : stereo
  13. Input #0, alsa, from 'hw:1':
  14. Duration: N/A, start: 1414667780.573773, bitrate: 1024 kb/s
  15. Stream #0:0: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s
  16. Input #1, video4linux2,v4l2, from '/dev/video0':
  17. Duration: N/A, start: 65665.490519, bitrate: N/A
  18. Stream #1:0: Video: h264 (Constrained Baseline), yuvj420p(pc), 1920x1080 [SAR 1:1 DAR 16:9], -5 kb/s, 30 fps, 30 tbr, 1000k tbn, 60 tbc
  19. Stream map '0:v' matches no streams.
Advertisement
Add Comment
Please, Sign In to add comment