Sometimes the MCI device shows Incorrect Media Length for some particular media. I searched a lot in Google and the only solution I could find is written in Delphi (Delphi Solution) I couldn't find any Delphi to C# or VB converter. Is there any workaround for this problem ? I just want my Media length to be correct.
Related Questions in VB.NET
- how do i stop system stack overflow in visual basic?
- Finding and Using Camera found in “Imaging Devices” in VB.NET
- Finding a specific colour within a bitmap range - VB.net 2022
- Filtering a double value
- How to call late bound extension method from VB.NET (Framework)
- Accessing a variable from a string
- Calling ToString with a nominated format returns Char rather than String
- Monthly attendance report in Crystal Report
- Progress Bar increment while running
- GetValue for Field contains too many arguments
- Icon of Window form application
- vb.net connection string to a regular google drive
- VB.NET how to check if a form already exists?
- How to get paste to work for pasting in text in a textbox?
- How to convert base64 string to image using vb.net
Related Questions in DELPHI
- How can I read the header of request to webserver
- Receiving Notifications for Individual Task Completion OmniThreadLibrary Parallel.ForEach
- Delphi - How to get result of function from QuickReport without viewing a report?
- Out of memory while adding documents to a Firebird BLOB field with Delphi
- How to MakeScreenshot fullpage on Delphi
- How to program a COM object with an IEnumerator, IEnumerable interface inside
- How to Dynamically Add Controls to Delphi Form
- How to write a string in Stringrid with DelimitedText in FMX Delphi 11
- TGrid/TStringGrid multi cell selection / multi editing in delphi firemonkey (12)
- How to localize "Today" in the Delphi TMonthCalendar?
- How can I call a SOAP webserver method in Vue.js?
- Efficiently Handling Large Number of API Calls with Delphi 10.4 and OmniThreadLibrary
- Delphi can not compile the unit create by its "XML Data Binding Wizard"
- Save Form Properties in File and then restore those Properties after reopening
- Is it possible to open a blob without saving it to file
Related Questions in MCI
- mciSendString() doesn't play audio files that have cover art
- Female voice using MCI voice commands?
- MCIERR_DEVICE_OPEN error with mciSendString() c++
- Why mciSendString cannot open my mp3 file?
- MCI play function can only play a MIDI file once
- C++ not playing mp3 files through mciSendString
- PlaySound keeps giving me errors and not playing sound
- How do I pause a song played using MCI ? (using threading or multiprocessing)
- How to set Wav file volume in MCI (MCIWndSetVolum Error)
- Using mciSendString to play an mp3 file and not working (and also not giving any error)
- Stalling WMP with 4 or more streams
- Cause of data corruption in C++ vector?
- Issue when trying to play mp3 file via mciSendString (MCIERR_CANNOT_LOAD_DRIVER)
- "A problem occurred in initializing MCI" playsound issues
- How to prevent MCI window being shown?
Related Questions in MCISENDSTRING
- MCIERR_DEVICE_OPEN error with mciSendString() c++
- MCI Command String can't play .wav when packaged release in vs2019
- Is there a way to use custom soundfonts/soundbanks with winmm?
- Using mciSendString to play an mp3 file and not working (and also not giving any error)
- Why is relative path to audio file not working with subfolder?
- How to play a sound while another sound is already playing - VB.NET 2010
- mciSendString, ported VB Script to CE Lua script
- How can you fix this error from mciSendString() and make it play a sound?
- is there any better way to play Mp3 than mciSendString?
- Playing multiple sounds simultaneously using mciSendString in Visual Studio (c#)
- audio record on web application using C#
- Detect Silence from Microphone
- Play an mp3 file in a subfolder via mcisendstring
- mciSendString, searching something similar to command "wait"
- How Do I Get mciSendString to Work With Both Variables and Spaces?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Head to this page of a french visual basic community site.
function getmp3length(NameOfFile:string):integersince it processes the header and expects also a file name as a parameter.Good luck!
Edit:
You can also find on
The Code Projectsite (in english) an interesting VB.NET project doing MP3 header manipulation. Hopefully It helps you in your conversion effort.