2019-02-16 9:17 GMT+01:00, Aditya Satyavada <[email protected]>:

> The log for my local Mac is :

Please understand the the type of log you provided is not
appreciated.

> subprocess.call(['ffmpeg', '-y', '-f', 'mp3', '-i', '-'

If you have an mp3 sample that needs forcing the input
format, please provide it.

>, '-acodec', 'pcm_s16le', '-vn', '-f', 'wav', '-'])
> subprocess.call(['ffmpeg', '-y', '-f', 'wav', '-i',

> '/var/folders/6x/x6yx59qx2z5gw_m6gvjvhd9h0000gn/T/tmpev7c6so_', '-b:a',
> '13k', '-ar', '8000', '-write_xing', '0', '-f', 'gsm',

The equivalent for "-f gsm" both with old and new versions
off FFmpeg is (always needs --enable-libgsm):
$ ffmpeg -i input -ar 8k -acodec gsm -f rawvideo -map 0:a:0 -b:a 13k
-ac 1 output.gsm

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to