Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.22 KB | None | 0 0
  1. ffmpeg -f h264 -r 5 -i  "http://1.2.3.4/cgi-bin/encoder?CHANNEL=2&GET_STREAM" -c copy -y maptest.mp4
  2. ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers
  3.   built with gcc 8 (Debian 8.3.0-6)
  4.   configuration: --prefix=/usr --extra-version='1~deb10u1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  5.   libavutil      56. 22.100 / 56. 22.100
  6.   libavcodec     58. 35.100 / 58. 35.100
  7.   libavformat    58. 20.100 / 58. 20.100
  8.   libavdevice    58.  5.100 / 58.  5.100
  9.   libavfilter     7. 40.101 /  7. 40.101
  10.   libavresample   4.  0.  0 /  4.  0.  0
  11.   libswscale      5.  3.100 /  5.  3.100
  12.   libswresample   3.  3.100 /  3.  3.100
  13.   libpostproc    55.  3.100 / 55.  3.100
  14. Input #0, h264, from 'http://172.86.160.4/cgi-bin/encoder?USER=Admin&PWD=123456&CHANNEL=2&GET_STREAM':
  15.   Duration: N/A, bitrate: N/A
  16.     Stream #0:0: Video: h264 (Baseline), yuvj420p(pc, bt709, progressive), 1920x1080, 5 fps, 5 tbr, 1200k tbn, 10 tbc
  17. Could not write header for output file #0 (incorrect codec parameters ?): Immediate exit requested
  18. Stream mapping:
  19.   Stream #0:0 -> #0:0 (copy)
  20.     Last message repeated 1 times
  21. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement