"John Goulah" wrote:
> ... and that fixes the title grab and breaks the transcode, which seems to
> do well with "-x vob"
>
> ideas?
Did you modify the subroutine data_source_options() ? That's a very
central place, you should better change it here:
sub get_take_snapshot_command_transcode {
...
my $source_options = $self->data_source_options;
> $source_options->{x} = "mpeg2" if $source_options->{x} eq "vob";
...
}
Please report if this helps, then I will add this patch for the next
release.
Regards,
Jörn
pgpB0w86CNGGk.pgp
Description: PGP signature
|