Log in

View Full Version : Extracting AC3 Data from WAV file


SquallMX
22nd January 2017, 16:43
I am trying to capture AC3 audio from a HDMI card, AC3Filter properly decodes the AC3 data encoded into the captured WAV file, but I cannot find an application that is capable of extracting the data into a proper AC3 file.

https://1drv.ms/u/s!AiCgDguh7E_OzyYK8peVKGhk2VTb

Any help will be appreciated.

sneaker_ger
22nd January 2017, 17:15
ffmpeg -i "input.wav" -c copy "output.ac3"

SquallMX
22nd January 2017, 17:17
:thanks::thanks::thanks:

sebus
28th January 2017, 09:37
How are you capturing? What is source & destination?

sebus