[asterisk-users] Transcoding G.729 files

Alex Balashov abalashov at evaristesys.com
Tue Sep 23 03:44:39 CDT 2008


SOX will do it if you install its G.729 format library.

As far as converting a group of files, that's what scripting is for, i.e.

for FILE in `find . -type f -name '*.g729'`;
do
   NFILE=$(echo $FILE | sed 's/\.g729/\.wav/g')
   sox [some args] $FILE ... $NFILE ...
done

Thomas Kenyon wrote:

> Does anyone know of a utility I can use to transcode a group of files 
> from G.729 format to something playable on a PC (GSM or WAV).
> 
> I know I can convert them individually from the CLI, but I have quite a 
> lot I need to do.
> 
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Alex Balashov
Evariste Systems
Web    : http://www.evaristesys.com/
Tel    : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599



More information about the asterisk-users mailing list