Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th June 2021, 04:47   #1  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Audio capture

I've just been itching to make a post on this forum, but there was a waiting period to do so. I tried going on other sites in the meantime to pose the following inquiry but to no avail!

So, to make a long story short, AVerMedia capture cards are able to capture Dolby Digital noise in PCM format and it can be successfully be converted to bit-perfect AC3 DD 5.1 audio.

Personally, I go with this simple command, and it would work every time: besplit -core -input 1.wav -type ddwav -output 1.ac3

Unfortunately though, AVerMedia's drivers have rendered the capture card I was using (Extremecap U3) pretty useless.

I replaced it with an open-source, plug and play capture card, the Inogeni 4K2USB3. However, the conversion generates some... unsavoury results.

It sounds the same on paper: https://twitter.com/MantaMorty/statu...332069376?s=20

But post-conversion, it's a LOT different: https://twitter.com/i/status/1402830530316492800

I'm told that this happens because the Inogeni card(s) re-sample the audio which is why the converted audio comes out messed up/corrupted.

So, before I invest in yet another capture card, I'd like to get some confirmation that it WILL work with BeSplit for my type of audio work.

I was keen towards the Elgato HD60 S, since it also has uncompressed capture capabilities, but I want you guys to let me know; If you do this kind of thing that I'm speaking of, what capture card are you doing it with?

Heck, you don't even have to know first-hand, any insight would be great.

Thanks, guys.

Last edited by Arian; 15th June 2021 at 05:07.
Arian is offline   Reply With Quote
Old 15th June 2021, 10:51   #2  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by Arian View Post
...
It sounds the same on paper: https://twitter.com/MantaMorty/statu...332069376?s=20

But post-conversion, it's a LOT different: https://twitter.com/i/status/1402830530316492800
We need the files (mediafire, sendspace,...), not a twiter play.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 15th June 2021, 14:11   #3  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by tebasuna51 View Post
We need the files (mediafire, sendspace,...), not a Twitter play.
Okay, my apologies.

.wav file: https://drive.google.com/file/d/1IYV...ew?usp=sharing

.ac3 file: https://drive.google.com/file/d/1n4m...ew?usp=sharing
Arian is offline   Reply With Quote
Old 15th June 2021, 23:26   #4  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
The file is corruput, the data does not make sense:

Code:
File ........: C:\Downloads\1.wav
Size ........:  4038424 bytes

---------------------------------------------- Header Info
ChunkID .....: RIFF
RiffLength ..:  36 (ERROR: Must be Size - 8 = 4038416)
Container ...:  WAVE
SubchunkID ..: fmt  (Length: 16)
AudioFormat .:  1 (Integer)
NumChannels .:  2
SampleRate ..:  48000
ByteRate ....:  192000
BlockAlign ..:  32
BitsPerSample:  16 (WARNING: BlockAlign <> NumChannels x BistPerSample / 8 = 4)
SubchunkID ..: data (Length: 4038384)
Offset data .:  44 (WARNING: Audio data truncated: -4 bytes)
Duration ....:  21.03323 sec., (0h. 0m. 21.03323s.)
------------------------------------------------- End Info
Tested with eac3to:

Code:
eac3to v3.34
command line: "C:\Portable\eac3to\eac3to.exe"  "C:\tmp\1(1).pcm" -progressnumbers -log="C:\Portable\eac3to\UsEac3to\UsEac3To.log"
------------------------------------------------------------------------------
This might be a RAW/PCM file. Trying to figure out the details.
This will probably take a while. Please be patient...
The RAW/PCM file seems to be little endian.
The RAW/PCM file seems to have a bitdepth of 16 bits.
The RAW/PCM file probably has 1, 2, 3, 4 or 5 channels.
The most probable number of channels is 1.
Please specify one of these via command line paramater.
None of number of channels output a coherent audio.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 16th June 2021, 09:51   #5  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,227
@Arian,

Out of interest... What audio capture options does your AVerMedia capture card offer?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 17th June 2021, 03:16   #6  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by tebasuna51 View Post
The file is corruput, the data does not make sense:

Code:
File ........: C:\Downloads\1.wav
Size ........:  4038424 bytes

---------------------------------------------- Header Info
ChunkID .....: RIFF
RiffLength ..:  36 (ERROR: Must be Size - 8 = 4038416)
Container ...:  WAVE
SubchunkID ..: fmt  (Length: 16)
AudioFormat .:  1 (Integer)
NumChannels .:  2
SampleRate ..:  48000
ByteRate ....:  192000
BlockAlign ..:  32
BitsPerSample:  16 (WARNING: BlockAlign <> NumChannels x BistPerSample / 8 = 4)
SubchunkID ..: data (Length: 4038384)
Offset data .:  44 (WARNING: Audio data truncated: -4 bytes)
Duration ....:  21.03323 sec., (0h. 0m. 21.03323s.)
------------------------------------------------- End Info
Tested with eac3to:

Code:
eac3to v3.34
command line: "C:\Portable\eac3to\eac3to.exe"  "C:\tmp\1(1).pcm" -progressnumbers -log="C:\Portable\eac3to\UsEac3to\UsEac3To.log"
------------------------------------------------------------------------------
This might be a RAW/PCM file. Trying to figure out the details.
This will probably take a while. Please be patient...
The RAW/PCM file seems to be little endian.
The RAW/PCM file seems to have a bitdepth of 16 bits.
The RAW/PCM file probably has 1, 2, 3, 4 or 5 channels.
The most probable number of channels is 1.
Please specify one of these via command line paramater.
None of number of channels output a coherent audio.
Yeah, I thought as much. I think it has something to do with the fact that Inogeni claims to have the most bit-perfect audio capture capacity, but clearly they've just upsampled everything in the worst way. Thanks for your input.
Arian is offline   Reply With Quote
Old 17th June 2021, 03:18   #7  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SeeMoreDigital View Post
@Arian,

Out of interest... What audio capture options does your AVerMedia capture card offer?
@SeeMoreDigital, I'm glad you asked.

They have a few very lossy options when you use RECentral, their company produced and "recommended" capture software, but when using AmarecTV or VirtualDub, you just get the standard uncompressed 48kHz option and that's it.

Do you think that's all I would need to get it to work with another brand?
Arian is offline   Reply With Quote
Old 17th June 2021, 09:45   #8  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,227
Quote:
Originally Posted by Arian View Post
...but when using AmarecTV or VirtualDub, you just get the standard uncompressed 48kHz option and that's it.

Do you think that's all I would need to get it to work with another brand?
A 'Sample Rate' of 48kHz is perfect for Dolby Digital.

What is not right is the captures 'byte rate' which (according to tebasuna51's report) is '192,000'. Which is way too high!

The 'byte rate' of a lossy Dolby Digital stream does not need to be any higher that '80,000' (ie: 640 Kbps).


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 17th June 2021 at 11:25.
SeeMoreDigital is offline   Reply With Quote
Old 17th June 2021, 12:01   #9  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SeeMoreDigital View Post
A 'Sample Rate' of 48kHz is perfect for Dolby Digital.

What is not right is the captures 'byte rate' which (according to tebasuna51's report) is '192,000'. Which is way too high!

The 'byte rate' of a lossy Dolby Digital stream does not need to be any higher that '80,000' (ie: 640 Kbps).


Cheers
That's awesome information, SMD!

If you have any prime examples of HDMI USB cards that would record in a sample rate of 48kHz, that would basically solve my dilemma here!
Arian is offline   Reply With Quote
Old 17th June 2021, 22:52   #10  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,227
Please read my post again?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 18th June 2021, 06:15   #11  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SeeMoreDigital View Post
Please read my post again?
I did, I was just asking if you had any confirmation on any capture cards that are guaranteed to record in 48kHz. You saying that the byte rate shouldn't exceed 80,000 doesn't answer that.
Arian is offline   Reply With Quote
Old 18th June 2021, 08:19   #12  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,227
As I mentioned previously...

According to tebasuna51's report it would appear that your capture device is already able to capture at 48kHz... It's the 'byte rate' that's too high. It needs lowering to 80,000.
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 18th June 2021 at 08:22.
SeeMoreDigital is offline   Reply With Quote
Old 18th June 2021, 18:14   #13  |  Link
SquallMX
Special SeeD
 
Join Date: Nov 2002
Location: Mexico
Posts: 333
I have an Extremecap U3, with older drivers it works like a charm, and Dolby and DTS support are fine.
SquallMX is offline   Reply With Quote
Old 20th June 2021, 05:34   #14  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SeeMoreDigital View Post
As I mentioned previously...

According to tebasuna51's report it would appear that your capture device is already able to capture at 48kHz... It's the 'byte rate' that's too high. It needs lowering to 80,000.
I don't have a screenshot to support it, but I did have it set to 48kHz. It would appear, after reading tebasuna51's post here that my capture card just defaults to 192kHz so matter what I choose anyway.
Arian is offline   Reply With Quote
Old 20th June 2021, 05:35   #15  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SquallMX View Post
I have an Extremecap U3, with older drivers it works like a charm, and Dolby and DTS support are fine.
Could I possibly see these drivers? If they're the ones on VideoHelp, they've outlived their usefulness, at least for me.
Arian is offline   Reply With Quote
Old 20th June 2021, 18:03   #16  |  Link
SquallMX
Special SeeD
 
Join Date: Nov 2002
Location: Mexico
Posts: 333
Quote:
Originally Posted by Arian View Post
Could I possibly see these drivers? If they're the ones on VideoHelp, they've outlived their usefulness, at least for me.
Im using "Win10_x64_V1.0.64.33" newer versions remove DTS/AC3 audio capture support for me, any reason for not using them?
SquallMX is offline   Reply With Quote
Old 21st June 2021, 07:40   #17  |  Link
Arian
Registered User
 
Arian's Avatar
 
Join Date: Jun 2021
Posts: 13
Quote:
Originally Posted by SquallMX View Post
Im using "Win10_x64_V1.0.64.33" newer versions remove DTS/AC3 audio capture support for me, any reason for not using them?
By default, I get this screen, even with a non-HDCP compliant HDMI splitter:



At times, uninstalling one driver and installing another works temporarily, but this is a constant and isn't always foolproof. Sometimes, you just just a black screen with no responsiveness whatsoever.

So, ideally I'd like the name of a capture card where this whole operation isn't necessary.
Arian is offline   Reply With Quote
Old 13th February 2022, 19:31   #18  |  Link
sebus
Registered User
 
Join Date: Mar 2002
Posts: 163
Magewell Pro Capture HDMI will do perfectly fine
sebus is offline   Reply With Quote
Old 26th February 2022, 16:14   #19  |  Link
sebus
Registered User
 
Join Date: Mar 2002
Posts: 163
As will do cheap Hifime UR23 SPDIF Optical to USB converter and Audacity build with ASIO
sebus is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:00.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.