[FFmpeg-trac] #1040(avfilter:closed): yadif filter with movie source causes assertion failure
FFmpeg
trac at avcodec.org
Tue Apr 17 15:17:26 CEST 2012
#1040: yadif filter with movie source causes assertion failure
------------------------------------+------------------------------------
Reporter: ls | Owner:
Type: defect | Status: closed
Priority: normal | Component: avfilter
Version: git-master | Resolution: fixed
Keywords: yadif | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by ls):
Ok I did not notice it was deviating from the docs. Thanks for clarifying
this.
I usually copy examples and modify them. They probably need to be fixed
too:
Example found after the loop explanation example in the man pages:
{{{
# skip 3.2 seconds from the start of the avi file in.avi, and overlay it
# on top of the input labelled as "in".
movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS [movie];
[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1040#comment:15>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list