On 2021-04-28T08:51:15+0200, Bo Berglund <[email protected]> wrote: > So I wonder if there is an ffmpeg command that can modify the pitch of the > audio > without changing the playback speed or lipsync? Lower pitch: -af "asetrate=22050,aresample=44100,atempo=2" Higher pitch: -af "asetrate=88200,aresample=44100,atempo=0.5"
Bonus; 440Hz to 432Hz tuning: -af "asetrate=44100*432/440,aresample=44100,atempo=440/432" -- Reino _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
