Definitive list of target types

464 views
Skip to first unread message

matt...@gmail.com

unread,
Jul 24, 2012, 7:26:49 AM7/24/12
to ffmbc-...@googlegroups.com
I notice I can get a list of filters and formats by typing -filters and -formats.

Is there a way to get a definitive list of targets as -target does not seem to work.

Apologies if this comes through as a double-post, my initial post did not seem to show up.

Many Thanks.

Phillip Barnett

unread,
Jul 24, 2012, 1:38:00 PM7/24/12
to ffmbc-...@googlegroups.com
Looking through the source code, I get this;

less ffmbc.c|grep "(ost->target"
if (!strcmp(ost->target, "vcd") || !strcmp(ost->target, "svcd"))
if (!strcmp(ost->target, "vcd") || !strcmp(ost->target, "svcd") ||
!strcmp(ost->target, "dvd") || !strcmp(ost->target, "dvcpro50") ||
!strcmp(ost->target, "dvcpro") || !strcmp(ost->target, "dvcam") ||
!strncmp(ost->target, "imx", 3)) {
if (!strcmp(ost->target, "vcd")) {
} else if (!strcmp(ost->target, "svcd")) {
} else if (!strcmp(ost->target, "dvd") || !strcmp(ost->target, "dvcpro50") ||
!strcmp(ost->target, "dvcpro") || !strcmp(ost->target, "dvcam")) {
} else if (!strcmp(ost->target, "dvcprohd")) {
} else if (!strncmp(ost->target, "imx", 3)) {
} else if (!strcmp(ost->target, "xdcamhd422")) {

Phillip

matt...@gmail.com

unread,
Jul 25, 2012, 5:02:05 AM7/25/12
to ffmbc-...@googlegroups.com
Thanks Philip,

From that code, and what I can see on the wiki, I guess the definitive list of targets is
  • vcd
  • dvd
  • dvcpro
  • dvcprohd
  • imx30
  • imx50
  • xdcamhd422

Matt

Reply all
Reply to author
Forward
0 new messages