Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- geusebio@LincolnTux:~/Projects/AutomateEverything$ ffmpeg -i rtsp://guest:[email protected]:554/onvif1 -b:a 32k -b:v 64k -maxrate 128k -bufsize 512k -vf scale=160x128 http://localhost:8090/feed1.ffm
- ffmpeg version 2.7.6-0ubuntu0.15.10.1 Copyright (c) 2000-2016 the FFmpeg developers
- built with gcc 5.2.1 (Ubuntu 5.2.1-22ubuntu2) 20151010
- configuration: --prefix=/usr --extra-version=0ubuntu0.15.10.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-frei0r --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-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-openal --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libxvid --enable-libzvbi --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-libssh --enable-libsoxr --enable-libx264 --enable-libopencv --enable-libx265
- libavutil 54. 27.100 / 54. 27.100
- libavcodec 56. 41.100 / 56. 41.100
- libavformat 56. 36.100 / 56. 36.100
- libavdevice 56. 4.100 / 56. 4.100
- libavfilter 5. 16.101 / 5. 16.101
- libavresample 2. 1. 0 / 2. 1. 0
- libswscale 3. 1.101 / 3. 1.101
- libswresample 1. 2.100 / 1. 2.100
- libpostproc 53. 3.100 / 53. 3.100
- Invalid UE golomb code
- Last message repeated 1 times
- Guessed Channel Layout for Input Stream #0.1 : mono
- Input #0, rtsp, from 'rtsp://guest:[email protected]:554/onvif1':
- Metadata:
- title : H.264 Video, RtspServer_0.0.0.2
- Duration: N/A, start: 0.000000, bitrate: N/A
- Stream #0:0: Video: h264 (Baseline), yuv420p, 1280x720, 25.08 tbr, 90k tbn, 180k tbc
- Stream #0:1: Audio: pcm_alaw, 8000 Hz, 1 channels, s16, 64 kb/s
- [mpeg1video @ 0x1b2bde0] bitrate tolerance 21333 too small for bitrate 64000, overriding
- [mpeg1video @ 0x1b2bde0] too many threads/slices (9), reducing to 8
- [mpeg1video @ 0x1b2bde0] MPEG1/2 does not support 3/1 fps
- Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
- Metadata:
- title : H.264 Video, RtspServer_0.0.0.2
- creation_time : now
- Stream #0:0: Audio: mp2, 44100 Hz, mono, s16, 32 kb/s
- Metadata:
- encoder : Lavc56.41.100 mp2
- Stream #0:1: Video: mpeg1video, none, 160x128, q=2-31, 64 kb/s, 25 fps, 3 tbc
- Metadata:
- encoder : Lavc56.41.100 mpeg1video
- Stream mapping:
- Stream #0:1 -> #0:0 (pcm_alaw (native) -> mp2 (native))
- Stream #0:0 -> #0:1 (h264 (native) -> mpeg1video (native))
- Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment