Hi,
I am trying to convert a normal stereo file to a mono aac file, using the
following script, but when I view the file it still reports as stereo.
input = "/tmp/foo1.mp3"
# The output file
output = "/tmp/output.aac"
# A source that plays the file once
source = once(single(input))
# We use a clock with disabled synchronization
clock.assign_new(sync=false,[source])
output.file(%fdkaac(channels=1,bitrate=32,samplerate=44100,aot="mpeg4_he_aac",transmux="adts",
sbr_mode=true),output,fallible=true,on_stop=shutdown,mean(source))
Any Ideas??
Thanks,
JD
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users