why ffmpeg is not working in new installation -


i working on live encoding ffmpeg last few days. 1 day re-installed os , tried run ffmpeg commands again after configuration. publish points in starting not started. why? missing configuration required?

the command trying run is:

ffmpeg -y -re -i d:\video2.mp4 -pix_fmt yuv420p -movflags isml+frag_keyframe -f ismv -threads 0 -c:v libx264 -preset fast -profile:v baseline -map 0:v -b:v:0 800k http://localhost/pps/publishpoint.isml/streams(encode r1) 

output got in command prompt is:

ffmpeg version n-54772-g53c853e copyright (c) 2000-2013 ffmpeg developers   built on jul 16 2013 22:25:42 gcc 4.7.3 (gcc)   configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs -- enable-libxvid --enable-zlib   libavutil      52. 40.100 / 52. 40.100   libavcodec     55. 18.102 / 55. 18.102   libavformat    55. 12.102 / 55. 12.102   libavdevice    55.  3.100 / 55.  3.100   libavfilter     3. 81.101 /  3. 81.101   libswscale      2.  3.100 /  2.  3.100   libswresample   0. 17.102 /  0. 17.102   libpostproc    52.  3.100 / 52.  3.100 input #0, mov,mp4,m4a,3gp,3g2,mj2, 'd:\video2.mp4':   metadata:     major_brand     : isom     minor_version   : 512     compatible_brands: isomiso2avc1mp41     encoder         : lavf55.10.100   duration: 00:00:12.12, start: 0.072562, bitrate: 945 kb/s     stream #0:0(und): video: h264 (high) (avc1 / 0x31637661), yuv420p, 704x396 [ sar 1:1 dar 16:9], 882 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc     metadata:       handler_name    : videohandler     stream #0:1(und): audio: aac (mp4a / 0x6134706d), 22050 hz, stereo, fltp, 64  kb/s     metadata:       handler_name    : soundhandler [libx264 @ 00000000047e0860] using sar=1/1 [libx264 @ 00000000047e0860] using cpu capabilities: mmx2 sse2fast ssse3 sse4.2 [libx264 @ 00000000047e0860] profile constrained baseline, level 3.0 [libx264 @ 00000000047e0860] 264 - core 135 r2345 f0c1c53 - h.264/mpeg-4 avc cod ec - copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=0 r ef=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed _ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pski p=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 deci mate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyi nt=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1  bitrate=800 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1 :1.00 output #0, ismv, 'http://localhost/my_ssmn_pps/saturday.isml/streams(encoder1 )':   metadata:     major_brand     : isom     minor_version   : 512     compatible_brands: isomiso2avc1mp41     encoder         : lavf55.12.102     stream #0:0(und): video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 7 04x396 [sar 1:1 dar 16:9], q=-1--1, 800 kb/s, 10000k tbn, 29.97 tbc     metadata:       handler_name    : videohandler stream mapping:   stream #0:0 -> #0:0 (h264 -> libx264) press [q] stop, [?] frame=   13 fps=0.0 q=0.0 size=       2kb time=00:00:00.00 bitrate=n/a dup=2 dro frame=   29 fps= 29 q=0.0 size=       2kb time=00:00:00.00 bitrate=n/a dup=2 dro av_interleaved_write_frame(): unknown error 

advanced thanks.

i changed devices using hd webcam replaced simple devices , worked fine. so, found 1 solution of problem can't ideal.

thanks.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -