I am using the doco at https://www.mltframework.org/bin/view/MLT/MltMelt
and in the section on "Consumers" it says

"Consumers are the components that process the generated frames. If no
producer is specified, then the 'sdl' producer is used, which displays the
resulting video in a simple playback window."

I am pretty sure it means to say  "If no *consumer* is specified" and "then
the sdl *consumer* is used.

Because there is no sdl producer

melt -query "producer"=sdl
# No metadata for producer "sdl"

There is a  sdl consumer though.

melt -query "consumer"=sdl
---
schema_version: 0.1
type: consumer
identifier: sdl
title: SDL Fast YUV

In addition
melt avformat:"vanuatu dancing2.MOV" -consumer sdl
and
melt avformat:"vanuatu dancing2.MOV"
produce the same result
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to