I found (right?) parameters for putting text over video, that vlc can eat without yelling to me, but... core dumped.

Code: Select all
0$ cvlc -vvv --sout='#transcode{sfilter=marq{marquee="проверка"},vcodec=theo,vb=800,width=512,height=384,fps=25,acodec=vorb,channels=1,keyint=10,scale=1}:standard{access=http,mux=ogv,dst=:5010/test.ogv,http-host=mybox.local}' 'rtsp://ipcam:5540/axis-media/media.amp?videocodec=h264' vlc://quit
(...skip...)
[0x7fc588000ba8] main input debug: Buffering 80%
[0x7fc588000ba8] main input debug: Buffering 86%
[0x7fc588000ba8] main input debug: Buffering 90%
[0x7fc588000ba8] main input debug: Buffering 97%
[0x7fc588000ba8] main input debug: Stream buffering done (3091 ms in 2903 ms)
[0x7fc588000ba8] main input debug: Decoder buffering done in 0 ms
[0x7fc5800010e8] avcodec generic debug: using direct rendering
[0x7fc5844c99a8] stream_out_transcode stream out debug: drift is too high (534736891295, resetting master sync
[0x7fc5804f4a98] main filter debug: looking for video filter2 module matching "i422_yuy2_sse2": 55 candidates
[0x7fc5804f4a98] main filter debug: no video filter2 modules matched
[0x7fc5844c99a8] main stream out error: Failed to create video filter2 'i422_yuy2_sse2'
[0x7fc5844c99a8] main stream out error: Failed while trying to append 'i422_yuy2_sse2' to filter chain
[0x7fc5844c99a8] stream_out_transcode stream out debug: decoder aspect is -nan:1
[0x7fc5844c99a8] stream_out_transcode stream out debug: source pixel aspect is -nan:1
[0x7fc5844c99a8] stream_out_transcode stream out debug: scaled pixel aspect is -nan:1
[0x7fc5844c99a8] stream_out_transcode stream out debug: source 512x384, destination 512x384
[0x7fc5844c99a8] stream_out_transcode stream out debug: encoder aspect is 0:384
[0x7fc5804f4a98] main filter debug: looking for video filter2 module matching "any": 55 candidates
[0x7fc5804f4a98] swscale filter debug: 640x480 chroma: J420 -> 512x384 chroma: I420 with scaling using Bicubic (good quality)
[0x7fc5804f4a98] main filter debug: using video filter2 module "swscale"
[0x7fc5844c99a8] main stream out debug: Filter 'Swscale' (0x7fc5804f4a98) appended to chain
[0x7fc5844c99a8] stream_out_transcode stream out debug: destination (after video filters) 512x384
[0x7fc580001538] main encoder debug: looking for encoder module matching "any": 14 candidates
[0x7fc580001538] main encoder debug: using encoder module "theora"
[0x7fc5844c8db8] main mux debug: adding a new input
[0x7fc5844c8db8] mux_ogg mux debug: adding input
[0x7fc5844c8db8] mux_ogg mux debug: theora stream
[0x7fc580b98478] main filter debug: looking for sub source module matching "marq": 7 candidates
[0x7fc580b98478] main filter debug: set config option: marq-marquee to проверка
[0x7fc580b98478] main filter debug: using sub source module "marq"
[0x7fc5844cc988] main subpicture debug: Filter 'marq' (0x7fc580b98478) appended to chain
[0x7fc5844cc988] main subpicture warning: original picture size is undefined
Исключение в операции с плавающей точкой (core dumped)
136$