Ticket #1238 (closed defect: fixed)
Overlaying is late for one frame!
| Reported by: | ssp43 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avfilter |
| Version: | git-master | Keywords: | overlay |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Hi!
I try to overlay the same scaled frame on each frame of my video:
ffmpeg -i Video.m2v -vf "split [out1] [out2]; [out2] scale=iw/4:ih/4 [patch1]; [out1] [patch1] overlay=20:50 [out]" -target pal-dvd -y Video_new.m2v
And I see that overlaying is late for one frame!
Log-file and screenshots of frames in attachment.
You can take any video with quick frame change and you will see.
Attachments
Change History
Changed 13 months ago by ssp43
-
attachment
ffmpeg.log
added
comment:1 Changed 13 months ago by cehoyos
- Priority changed from important to normal
- Status changed from new to open
Do you think this is a regression?
Note: See
TracTickets for help on using
tickets.



Log of ffmpeg