Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update preferred filters #37

Open
4 of 6 tasks
MSDN-WhiteKnight opened this issue Mar 16, 2023 · 0 comments
Open
4 of 6 tasks

Update preferred filters #37

MSDN-WhiteKnight opened this issue Mar 16, 2023 · 0 comments

Comments

@MSDN-WhiteKnight
Copy link
Contributor

MSDN-WhiteKnight commented Mar 16, 2023

  • Add LAV audio decoder
  • Add LAV video decoder
  • Add DScaler audio decoder
  • Add DScaler video decoder
  • Add Microsoft DTV-DVD Audio Decoder
  • Reinstate Gabest MPEG Splitter
// LAV Video Decoder
// EE30215D-164F-4A92-A4EB-9D4C13390F9F
DEFINE_GUID(CLSID_LAVVideo, 0xEE30215D, 0x164F, 0x4A92, 0xA4, 0xEB, 0x9D, 0x4C, 0x13, 0x39, 0x0F, 0x9F);

// LAV Audio Decoder: {E8E73B6B-4CB3-44A4-BE99-4F7BCB96E491}
// DScaler Audio Decoder {D2CA75C2-05A1-4915-88A8-D433F876D186}
// DScaler Mpeg2 Video Decoder {F8904F1F-0371-4471-8866-90E6281ABDB6}
// MPC - Mpeg Splitter (Gabest) {DC257063-045F-4BE2-BD5B-E12279C464F0}
// Microsoft DTV-DVD Audio Decoder - CLSID_CMPEG2AudDecoderDS {E1F1A0B8-BEEE-490D-BA7C-066C40B5E2B9}

MPEG Test results

Win7

  • Windows Splitter + Windows Audio decoder: ERROR
  • Windows Splitter + LAV Audio decoder: FREEZE
  • Windows Splitter + DScaler Audio decoder: FREEZE
  • Gabest Splitter + Windows Audio decoder: FREEZE
  • Gabest Splitter + LAV Audio decoder: GOOD
  • Gabest Splitter + DScaler Audio decoder: GOOD
  • Gabest Splitter + Microsoft DTV-DVD Audio Decoder: GOOD
  • LAV Splitter + LAV Audio decoder: GOOD
  • LAV Splitter + DScaler Audio decoder: GOOD

Win10

  • Windows Splitter + Windows Audio decoder: ERROR
  • Windows Splitter + Microsoft DTV-DVD Audio Decoder: ERROR
  • Windows Splitter + LAV Audio decoder: ERROR
  • Windows Splitter + DScaler Audio decoder: FREEZE
  • Gabest Splitter + Windows Audio decoder: ERROR
  • Gabest Splitter + Microsoft DTV-DVD Audio Decoder: GOOD
  • Gabest Splitter + LAV Audio decoder: GOOD
  • Gabest Splitter + DScaler Audio decoder: GOOD
  • LAV Splitter + LAV Audio decoder: GOOD
  • LAV Splitter + DScaler Audio decoder: GOOD
MSDN-WhiteKnight added a commit that referenced this issue Mar 18, 2023
- Add LAV and DScaler audio decoders
- Reinstate Gabest MPEG Splitter

Issue: #37
MSDN-WhiteKnight added a commit that referenced this issue Mar 26, 2023
Add Microsoft DTV-DVD Audio Decoder to preferred filters for MPEG files

Issue: #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant