Hi,
I am attempting to use the --pitch-shift command line option when running VLC, but no matter what option I attempt or order I use I can't get it to work. I think this is a fairly new feature, has it been fully implemented into the command line?
The command line I am using is as follows:
C:\Program Files (x86)\VideoLAN\VLC>vlc --vout-filter=transform --transform-type=270 --video-filter "transform{true}" --no-audio-time-stretch --pitch-shift=12 --audio-filter=scaletempo_pitch{true} file:///"c:/Karaoke/Songs/0243 - Be My Baby.mp3"
The video transformations are working fine and the file loads and plays correctly, it's just the audio pitch-shift I can't get to work. I have tried setting --pitch-shift to values of various positive ints, 12.0, 12.000000, {12} as I'm not entirely sure on the syntax required. I have also tried --audio-filter=scaletempo_pitch (without the {true}), and --audio-filter=scaletempo:scaletempo_pitch. I have also tried it with and without --no-audio-time-stretch, and with the options in various orders.
Please can you check if this is working as expected, and/or give me some guidance on the correct command line options to be using if I'm not using it correctly?
Thanks,
Andy