Bug#739784: Acknowledgement (handbrake-cli: HandBrakeCLI fails to convert videos when using presets)

2014-02-23 Thread Fabian Greffrath
Am Sonntag, den 23.02.2014, 12:11 +0100 schrieb Alex Mestiashvili: > Is it possible to override the default audio encoder for > HandBrakeCli ? Yes, that's possible and should actually be done. However, all the profiles are hard-coded in test/test.c so we should maybe apply a "if (acodes==faac) a

Bug#739784: Acknowledgement (handbrake-cli: HandBrakeCLI fails to convert videos when using presets)

2014-02-23 Thread Alex Mestiashvili
as a workaround one can define another audio encoder, for example -E ffaac instead of default faac: HandBrakeCLI --preset "High Profile" -E ffaac -i 00033.MTS -o converted/00033_h.mkv found here: https://github.com/andreasscherbaum/handbrake-encode/blob/master/handbrake-encode.pl lines 324-328.