Jump to content

help with FFdshow to do ac3 and DTS passtrough


Recommended Posts

can you help me making two scripts. One that will make audio under ffdshow to passtrough ac3 and dts, and one that doesnt.

So when I use HDMI audio it will be in stereo to my TV, and when I use Spdif it will passtrough to my reciever.

Is this possible?

Link to comment
Share on other sites

I was hoping to get some help on how to make the script.

I havent made one on my own yet. So im not sure how its done.

Modified help file example to read ffdshow_audio key values
$key = "HKEY_LOCAL_MACHINE\SOFTWARE\GNU\ffdshow_audio"
$j = ""
For $i = 1 To 50
    $val = RegEnumVal($key, $i)
    If @error <> 0 Then ExitLoop
    $j &= $val & " = " & RegRead($key, $val) & @LF
Next
MsgBox(262144 +64, "", "ffdshow_audio Key Values " & @LF & @LF & $j)
Link to comment
Share on other sites

Modified help file example to read ffdshow_audio key values

$key = "HKEY_LOCAL_MACHINE\SOFTWARE\GNU\ffdshow_audio"
$j = ""
For $i = 1 To 50
    $val = RegEnumVal($key, $i)
    If @error <> 0 Then ExitLoop
    $j &= $val & " = " & RegRead($key, $val) & @LF
Next
MsgBox(262144 +64, "", "ffdshow_audio Key Values " & @LF & @LF & $j)
thanks for helping out, cant see it changes though. The AC3 and DTS keeps being unchecked
Link to comment
Share on other sites

Dude, please, be more careful. The script reads the settings. Go and change them in ffdshow, then read them again to make sure they are correct, they should have changed.

Then go find RegWrite function in the helpfile and use it to write instead of read.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...