> ./ffmpeg.exe -f dshow -video_size 160x120 -framerate 30 -i video="Integrated 
> Webcam" -filter setpts=expr=PTS+10/TB -pix_fmt yuv420p -f sdl
ohhh wait. SDL gives you a hw surface to draw on if I understand correctly? So 
it will happily gobble up frames and draw them fast as it can whenever it gets 
it, I doubt they are even timestamped.

You need the 10 seconds of delayed frames to be stored anyway (I was thinking 
of keeping them in memory) so I would say just write to file and play back 
after delay. There is no output at realtime function.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to