[FFmpeg-user] really simple pan= question

Nicolas George nicolas.george at normalesup.org
Tue May 8 17:03:51 CEST 2012


Le decadi 20 floréal, an CCXX, Paul Miller a écrit :
> for i in c{0..5}; do
>     ffmpeg -i short.mkv -strict experimental -filter:a pan=1:c0=$i -ac 1 -y $i.mp3;
> done

Audio filtering is not yet supported in the ffmpeg command line tool, you
need to use workarounds to use it:

ffmpeg -f lavfi -i amovie=short.mkv,pan=1:c0=$i

The -strict experimental seems strange.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120508/4c730bf9/attachment.asc>


More information about the ffmpeg-user mailing list