Comment 4 for bug 429089

Revision history for this message
MarcRandolph (mrand) wrote : Re: [Bug 429089] Re: transcode unencrypted DVD fails

> If I try manually typing (well, with cut and paste!) this transcode command I get –
>
> transcode: unrecognized option '-1'
> 'transcode -h | more' shows a list of available command line options.
>
> and if I, just for fun, remove the "-1" option I get
>
> transcode: unrecognized option '--color'
>
> and if I remove both "-1" and "--color" then the transcode runs successfully.
>
> The man page for transcode doesn't show either a --color or a -1 parameter either.

v1.1 indeed changed... from the main project page
(http://developer.berlios.de/projects/tcforge/), you can browse the
source directory and find:

http://hg.berlios.de/repos/tcforge/file/d6956f8dca76/docs/CHANGES-1.0-1.1

which shows
 --color [removed]
          is gone, replaced by --log_no_color.

The -1 argument is mentioned as well, although by a different name of
"--use_rgb". This has been replaced by "--video_format rgb24"

Of course, neither of these "new" command line options are available
on the older version. Until this gets straightened out, I would
suggest trying to fall back to the jaunty version of transcode if you
can't use the "perfect" option.

An alternative to falling back is to rename transcode as
transcode.real and then create an executable transcode wrapper script
which removes the --color option (isn't really needed) and replaces
the " -1 " parameter with " --video_format rgb24 ".