Tagged Questions
0
votes
0answers
62 views
The best way to use ffmpeg/libavfilter to do Overlay
I want to use libavfilter to do special effect processing to achieve two videos overlay;
I try to do this:
AVFilterGraph 1:
video1_frame -> buffer -> ...... -> sink -> out_video1_frame;
...
0
votes
2answers
867 views
opencv displaying variable on video
is it possible to overlay %d on the screen using opencv?
CvPutText()
was tried but that cant be done
1
vote
1answer
222 views
Add text from font to video frame
I am using ffmpeg to decode an rtsp stream which is displayed using DirectShow I need to add text to the each video frame and I also need to record the video with the text added. I can't therefore use ...