Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Definitive list of target types
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mattgo...@gmail.com  
View profile  
 More options Jul 24 2012, 7:26 am
From: mattgo...@gmail.com
Date: Tue, 24 Jul 2012 04:26:49 -0700 (PDT)
Local: Tues, Jul 24 2012 7:26 am
Subject: Definitive list of target types

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phillip Barnett  
View profile   Translate to Translated (View Original)
 More options Jul 24 2012, 1:38 pm
From: Phillip Barnett <phillip.p.barn...@gmail.com>
Date: Tue, 24 Jul 2012 18:38:00 +0100
Subject: Re: [ffmbc-discuss] Definitive list of target types
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

On 24 Jul 2012, at 12:26, mattgo...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mattgo...@gmail.com  
View profile   Translate to Translated (View Original)
 More options Jul 25 2012, 5:02 am
From: mattgo...@gmail.com
Date: Wed, 25 Jul 2012 02:02:05 -0700 (PDT)
Local: Wed, Jul 25 2012 5:02 am
Subject: Re: [ffmbc-discuss] Definitive list of target types

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »