[FFmpeg-user] drawtext filter use with stream output?

Raghu Ram iamanonymouscoward at gmail.com
Mon Sep 9 08:08:29 CEST 2013


Hello Carl,

*The following doesn't work.*
../ffmpeg/ffmpeg_g -v debug -i ~/videosforuse/input.mov -vf
"drawtext=text=mytext:y=0: x=0: fontcolor=white:
fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: fontsize=20:
box=1: boxcolor=0x00000000 at 1" http://localhost:8090/feed1.ffm

The full log from my run is here...
http://pastebin.com/3jjE8b2W



*The following things work*

(Streaming removed. Adds mytext to the video)
../ffmpeg/ffmpeg_g -i ~/videosforuse/input.mov -vf
"drawtext=text=mytext:y=0: x=0: fontcolor=white:
fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: fontsize=20:
box=1: boxcolor=0x00000000 at 1"  abc.avi

(Drawtext is removed. Streaming working well)
../ffmpeg/ffmpeg_g -i ~/videosforuse/input.mov
http://localhost:8090/feed1.ffm

Hope it helps. Let me know if you need more info.










On Sat, Sep 7, 2013 at 3:30 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Alex Morris <axman.5389 <at> gmail.com> writes:
>
> > Output of flv to a stream appears to process 3
> > frames, then stops silently.
>
> Does it work if you remove the drawtext filter?
> Does it work if you use file input?
> (That would allow me to test.)
> If audio doesn't work (and isn't needed to
> reproduce the problem, please remove it.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list