Em domingo, 17 de maio de 2026, Hwaen Ch'uqi via ffmpeg-user < [email protected]> escreveu:
> Greetings. I have a video file in which the audio comes only out of one ear > - the left ear - when listening with headphones. Is there a way to pipe the > left-ear sound to the right as well? Currently, there is no sound > whatsoever in the right ear. > > Thank you for any help! > > Hwaen Ch'uqi > using the Pan audio filter: ffmpeg -i video.mp4 -af "pan=stereo|c0=c0|c1=c0" -c:v copy video.mp4 _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
