[FFmpeg-devel] [PATCH 3/3] examples/filtering_audio: Make the example a bit more interesting

Nicolas George nicolas.george at normalesup.org
Thu Apr 18 15:09:13 CEST 2013


L'octidi 28 germinal, an CCXXI, pkoshevoy at gmail.com a écrit :
> + * 2. use ffplay to ingest raw audio at 48KHz thus increasing playback
> + * duration by a factor of 1.25 and resulting in playback at a lower pitch.
> +*/
> +const char *filter_descr = "aresample=60000, atempo=1.25";
> +const char *player       = "ffplay -f s16le -ar 48000 -ac 2 -";

I am really unfavourable to this kind of inconsistency in a basic example.

(A setsamplerate filter would be nice, though.)

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-devel/attachments/20130418/b5a28455/attachment.asc>


More information about the ffmpeg-devel mailing list