Any advice on how to identify the type (AC3, mp3, etc..) and demux the audio in an AVI using VB6 (its for a project i'm working on...) thanks in advance..
(A command line De-muxer would be just as useful)
+ Reply to Thread
Results 1 to 3 of 3
-
-
Use MediaInfo.dll to identify the type of audio in the AVI. Its a static DLL, so API function declarations will be needed. If you want an easier solution for VB i can send you a COM DLL i made based on MediaInfo. PM me with your email addy.
For demuxing audio i have experimented with Besweet.exe from VB, it seem to work very well, but i only tried extracting it to uncompressed PCM so i dont know how well this method would work for raw stream extraction. From the help files it seems like besweet can extract ac3 from VOB files, so i guess it can do the same for AVI.
Similar Threads
-
[Release] Philips 5990/12 modded firmware by vb6
By shadow_cruiser in forum DVD & Blu-ray PlayersReplies: 140Last Post: 28th Sep 2015, 02:06 -
AVStoDVD does not start... says "VB6 Common Controls not found!"
By granturissimus in forum Newbie / General discussionsReplies: 2Last Post: 12th Jan 2011, 07:15 -
WMP and VB6, is it possible to step forward or back frame by frame?
By gadgetguy in forum ProgrammingReplies: 11Last Post: 6th Mar 2009, 20:00 -
API "SetParent" in VB6: Function & Ctrl keys don't work
By gll99 in forum ProgrammingReplies: 4Last Post: 9th Mar 2008, 19:37 -
how to use ffmpeg in vb6 ?
By mehdi0016 in forum ProgrammingReplies: 0Last Post: 23rd Dec 2007, 11:44