I'm pretty new to this, and would appreciate some getting started help. The command I issue is as follows:<br><br> ffmpeg/ffmpeg -f mxg -i "<a href="http://cam/control/faststream.jpg?stream=MxPeg">http://cam/control/faststream.jpg?stream=MxPeg</a>" <a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a><br>
<br>The error I receive is this:<br><br>ffmpeg version N-42296-g5997285 Copyright (c) 2000-2012 the FFmpeg developers<br> built on Jul 6 2012 21:49:31 with gcc 4.4.1 20090725 (Red Hat 4.4.1-2)<br> configuration: --prefix=/opt<br>
libavutil 51. 64.100 / 51. 64.100<br> libavcodec 54. 33.100 / 54. 33.100<br> libavformat 54. 15.100 / 54. 15.100<br> libavdevice 54. 1.100 / 54. 1.100<br> libavfilter 3. 0.101 / 3. 0.101<br> libswscale 2. 1.100 / 2. 1.100<br>
libswresample 0. 15.100 / 0. 15.100<br>[mxg @ 0x3034160] max_analyze_duration 5000000 reached at 5500000<br>[mxg @ 0x3034160] Estimating duration from bitrate, this may be inaccurate<br>Guessed Channel Layout for Input Stream #0.1 : mono<br>
Input #0, mxg, from '<a href="http://camcpe1/control/faststream.jpg?stream=MxPeg">http://camcpe1/control/faststream.jpg?stream=MxPeg</a>':<br> Duration: N/A, start: 1341689615.513311, bitrate: 64 kb/s<br> Stream #0:0: Video: mxpeg, yuvj420p, 1024x768, 1.67 tbr, 1000k tbn, 1000k tbc<br>
Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s<br>[tcp @ 0x3053a00] TCP connection to localhost:8090 failed: Connection refused<br>[tcp @ 0x3053980] TCP connection to localhost:8090 failed: Connection refused<br>
[graph 0 input from stream 0:1 @ 0x30312c0] tb:1/8000 samplefmt:s16 samplerate:8000 chlayout:0x4<br>[auto-inserted resampler 0 @ 0x3051920] chl:mono fmt:s16 r:8000Hz -> chl:mono fmt:s16 r:44100Hz<br>[graph 1 input from stream 0:0 @ 0x304fe40] w:1024 h:768 pixfmt:yuvj420p tb:1/1000000 fr:5/3 sar:0/1 sws_param:flags=2<br>
[output stream 0:1 @ 0x304a0a0] No opaque field provided<br>[scaler for output stream 0:1 @ 0x3050b60] w:1024 h:768 fmt:yuvj420p sar:0/1 -> w:160 h:128 fmt:yuv420p sar:0/1 flags:0x4<br>[graph 2 input from stream 0:1 @ 0x320e440] tb:1/8000 samplefmt:s16 samplerate:8000 chlayout:0x4<br>
[auto-inserted resampler 0 @ 0x321a3c0] chl:mono fmt:s16 r:8000Hz -> chl:mono fmt:s16 r:22050Hz<br>[graph 3 input from stream 0:0 @ 0x3219100] w:1024 h:768 pixfmt:yuvj420p tb:1/1000000 fr:5/3 sar:0/1 sws_param:flags=2<br>
[output stream 0:3 @ 0x3225560] No opaque field provided<br>[scaler for output stream 0:3 @ 0x321a120] w:1024 h:768 fmt:yuvj420p sar:0/1 -> w:352 h:240 fmt:yuv420p sar:0/1 flags:0x4<br>[mpeg1video @ 0x302fb60] MPEG1/2 does not support 5/1 fps<br>
Output #0, ffm, to '<a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a>':<br> Stream #0:0: Audio: mp2, 44100 Hz, mono, s16, 32 kb/s<br> Stream #0:1: Video: mpeg1video, yuv420p, 160x128, q=2-31, 64 kb/s, 1000k tbn, 5 tbc<br>
Stream #0:2: Audio: wmav2, 22050 Hz, mono, s16, 64 kb/s<br> Stream #0:3: Video: msmpeg4, yuv420p, 352x240, q=2-31, 256 kb/s, 1000k tbn, 1.67 tbc<br>Stream mapping:<br> Stream #0:1 -> #0:0 (pcm_alaw -> mp2)<br>
Stream #0:0 -> #0:1 (mxpeg -> mpeg1video)<br> Stream #0:1 -> #0:2 (pcm_alaw -> wmav2)<br> Stream #0:0 -> #0:3 (mxpeg -> msmpeg4)<br>Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height<br>
<br>