[Libav-user] help with raw fifo as movie src & overlay

Andrey Utkin andrey.krieger.utkin at gmail.com
Wed Feb 15 01:19:00 CET 2012


Hey, got an idea for you. Try

ffmpeg  -loop_input -i 800x600.jpg -an -s 1288x360 -vf
'movie=rtsp\\://192.168.20.112\\:551/channel1,select='gte(t\,1)',scale=640:352[wm];
 movie=rtsp\\://192.168.20.111\\:551/channel1,scale=640:352[wm2];
[in][wm] overlay=2:4[in+wm];
[in+wm][wm2] overlay=646:4 [out]'
-s 1288x360 -vcodec rawvideo /home/fifo/mpegpipe99.yuv

This should skip first second of video from first source. Amount of
time can be adjusted (second operand in gte( ).
I can't test it, so i'm looking forward for your results.
-- 
Andrey Utkin


More information about the Libav-user mailing list