Advertisement
rsevero

Untitled

Jun 15th, 2015
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. # /usr/local/bin/ffmpeg -loglevel trace -threads 2 -s 720x480 -f v4l2 -standard ntsc -i /dev/video0 -f alsa -i hw:1,0 -map 0:v -map 1:a -acodec vorbis -strict -2 -ac 2 -vcodec libvpx -quality realtime -cpu-used 0 -b:v 600k -vf yadif=1:0,crop=696:456:12:12 -flags +global_header -f tee [f=segment:segment_time=900:segment_time_delta=1:reset_timestamps=1]/var/lib/videoclipping/gravando//1130+900+%09d+sbt+video3_df+video0.webm
  2. ffmpeg version N-47426-g5b0f55a- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (Debian 4.9.2-20)
  4. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --cc=gcc-4.9
  5. libavutil 54. 27.100 / 54. 27.100
  6. libavcodec 56. 41.100 / 56. 41.100
  7. libavformat 56. 36.100 / 56. 36.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 17.100 / 5. 17.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.100 / 1. 2.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Splitting the commandline.
  14. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'trace'.
  15. Reading option '-threads' ... matched as AVOption 'threads' with argument '2'.
  16. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '720x480'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'v4l2'.
  18. Reading option '-standard' ... matched as AVOption 'standard' with argument 'ntsc'.
  19. Reading option '-i' ... matched as input file with argument '/dev/video0'.
  20. Reading option '-f' ... matched as option 'f' (force format) with argument 'alsa'.
  21. Reading option '-i' ... matched as input file with argument 'hw:1,0'.
  22. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:v'.
  23. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '1:a'.
  24. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'vorbis'.
  25. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  26. matched as AVOption 'strict' with argument '-2'.
  27. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  28. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libvpx'.
  29. Reading option '-quality' ... matched as AVOption 'quality' with argument 'realtime'.
  30. Reading option '-cpu-used' ... matched as AVOption 'cpu-used' with argument '0'.
  31. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '600k'.
  32. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'yadif=1:0,crop=696:456:12:12'.
  33. Reading option '-flags' ... matched as AVOption 'flags' with argument '+global_header'.
  34. Reading option '-f' ... matched as option 'f' (force format) with argument 'tee'.
  35. Reading option '[f=segment:segment_time=900:segment_time_delta=1:reset_timestamps=1]/var/lib/videoclipping/gravando//1130+900+%09d+sbt+video3_df+video0.webm' ... matched as output file.
  36. Finished splitting the commandline.
  37. Parsing a group of options: global .
  38. Applying option loglevel (set logging level) with argument trace.
  39. Successfully parsed a group of options.
  40. Parsing a group of options: input file /dev/video0.
  41. Applying option s (set frame size (WxH or abbreviation)) with argument 720x480.
  42. Applying option f (force format) with argument v4l2.
  43. Successfully parsed a group of options.
  44. Opening an input file: /dev/video0.
  45. [video4linux2,v4l2 @ 0x4092320] fd:4 capabilities:85200011
  46. [video4linux2,v4l2 @ 0x4092320] Current input_channel: 0, input_name: Composite1, input_std: ffffff
  47. [video4linux2,v4l2 @ 0x4092320] Trying to set codec:rawvideo pix_fmt:yuv420p
  48. Last message repeated 1 times
  49. [video4linux2,v4l2 @ 0x4092320] Trying to set codec:rawvideo pix_fmt:yuv422p
  50. [video4linux2,v4l2 @ 0x4092320] Trying to set codec:rawvideo pix_fmt:yuyv422
  51. [video4linux2,v4l2 @ 0x4092320] The V4L2 driver is using the interlaced mode
  52. [video4linux2,v4l2 @ 0x4092320] Setting standard: ntsc
  53. [video4linux2,v4l2 @ 0x4092320] Current standard: NTSC, id: b000, frameperiod: 1001/30000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement