[FFmpeg-user] overlay png on mxf/prores
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Aug 15 08:53:29 CEST 2014
Steven Marcus <steven.marcus <at> gmail.com> writes:
> But I've tested using ffmpeg-2.3.2 built by hand
> on Centos 6.5
(Unrelated: On this mailing list, only current git
head is supported, releases have to relevance here.)
> -vf movie=overlay-hd.png
> scale='trunc(oh*a/2)*2:min(in_h,720)' [wm]; [in]
> scale='trunc(oh*a/2)*2:min(in_h,720)' [v]; [v][wm] overlay [out]
I cannot easily test atm but this looks broken to me:
Space is a delimiter of the filter sequence as a whole
and I believe this is missing the correct delimiter
(","?) between movie and scale.
Please do not top-post here, Carl Eugen
More information about the ffmpeg-user
mailing list