Re: Re: where to change -x part of transcode command
Jörn Reder <[email protected]>
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
"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
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGuaJe2hNi0Chc9HMRAyEFAJ9qOJR0w996zkBji98Y1GUO/0kTMACgymnB HFpCWqT8s9U44pIesYRqvfc= =sJVY -----END PGP SIGNATURE-----