Advertisement
Guest User

Untitled

a guest
Dec 9th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. ffmpeg started on 2017-12-09 at 14:10:26
  2. Report written to "ffmpeg-20171209-141026.log"
  3. Command line:
  4. ffmpeg -y -v debug -debug_ts -report -f pulse -channels 1 -i default -f v4l2 -input_format mjpeg -s uhd2160 -i /dev/video0 -vcodec copy video.mkv
  5. ffmpeg version 3.4-4~16.04.york0 Copyright (c) 2000-2017 the FFmpeg developers
  6. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 20160609
  7. configuration: --prefix=/usr --extra-version='4~16.04.york0' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable- libavutil 55. 78.100 / 55. 78.100
  8. libavcodec 57.107.100 / 57.107.100
  9. libavformat 57. 83.100 / 57. 83.100
  10. libavdevice 57. 10.100 / 57. 10.100
  11. libavfilter 6.107.100 / 6.107.100
  12. libavresample 3. 7. 0 / 3. 7. 0
  13. libswscale 4. 8.100 / 4. 8.100
  14. libswresample 2. 9.100 / 2. 9.100
  15. libpostproc 54. 7.100 / 54. 7.100
  16. Splitting the commandline.
  17. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  18. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  19. Reading option '-debug_ts' ... matched as option 'debug_ts' (print timestamp debugging info) with argument '1'.
  20. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  21. Reading option '-f' ... matched as option 'f' (force format) with argument 'pulse'.
  22. Reading option '-channels' ... matched as AVOption 'channels' with argument '1'.
  23. Reading option '-i' ... matched as input url with argument 'default'.
  24. Reading option '-f' ... matched as option 'f' (force format) with argument 'v4l2'.
  25. Reading option '-input_format' ... matched as AVOption 'input_format' with argument 'mjpeg'.
  26. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument 'uhd2160'.
  27. Reading option '-i' ... matched as input url with argument '/dev/video0'.
  28. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'copy'.
  29. Reading option 'video.mkv' ... matched as output url.
  30. Finished splitting the commandline.
  31. Parsing a group of options: global .
  32. Applying option y (overwrite output files) with argument 1.
  33. Applying option v (set logging level) with argument debug.
  34. Applying option debug_ts (print timestamp debugging info) with argument 1.
  35. Applying option report (generate a report) with argument 1.
  36. Successfully parsed a group of options.
  37. Parsing a group of options: input url default.
  38. Applying option f (force format) with argument pulse.
  39. Successfully parsed a group of options.
  40. Opening an input file: default.
  41. [pulse @ 0x559148368b00] All info found
  42. Guessed Channel Layout for Input Stream #0.0 : mono
  43. Input #0, pulse, from 'default':
  44. Duration: N/A, start: 1512828626.519259, bitrate: 768 kb/s
  45. Stream #0:0, 1, 1/1000000: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
  46. Successfully opened the file.
  47. Parsing a group of options: input url /dev/video0.
  48. Applying option f (force format) with argument v4l2.
  49. Applying option s (set frame size (WxH or abbreviation)) with argument uhd2160.
  50. Successfully parsed a group of options.
  51. Opening an input file: /dev/video0.
  52. [video4linux2,v4l2 @ 0x559148373320] fd:10 capabilities:84200001
  53. [video4linux2,v4l2 @ 0x559148373320] Current input_channel: 0, input_name: Camera 1, input_std: 0
  54.  
  55.  
  56. THIS IS WHERE IT HANGS AND I HAVE TO CTRL-C
  57.  
  58.  
  59. [video4linux2,v4l2 @ 0x559148373320] interrupted
  60. [video4linux2,v4l2 @ 0x559148373320] Could not find codec parameters for stream 0 (Video: mjpeg, 1 reference frame, none(bt470bg/unknown/unknown, center), 3840x2160, 1/1000000): unspecified pixel format
  61. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  62. Input #1, video4linux2,v4l2, from '/dev/video0':
  63. Duration: N/A, bitrate: N/A
  64. Stream #1:0, 0, 1/1000000: Video: mjpeg, 1 reference frame, none(bt470bg/unknown/unknown, center), 3840x2160, 0/1, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
  65. Successfully opened the file.
  66. Parsing a group of options: output url video.mkv.
  67. Applying option vcodec (force video codec ('copy' to copy stream)) with argument copy.
  68. Successfully parsed a group of options.
  69. Opening an output file: video.mkv.
  70. [file @ 0x55914837a040] Setting default whitelist 'file,crypto'
  71. Successfully opened the file.
  72. Stream mapping:
  73. Stream #1:0 -> #0:0 (copy)
  74. Stream #0:0 -> #0:1 (pcm_s16le (native) -> vorbis (libvorbis))
  75. Press [q] to stop, [?] for help
  76.  
  77.  
  78. THIS IS WHERE IT HANGS AGAIN, SO CTRL-C AGAIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement