Video and sound editing in VB6
Hi,
Is it possible to combine the features of Freemake Video converter and Audacity into one program using VB6.0?
The features I am looking for are importing the video, editing the video, exporting sound from the video say as an mp3, being able to add effects such as amplification to the sound file then save then file including the artist name, title, date recorded, etc?
Thanks,
Nightwalker
Re: Video and sound editing in VB6
I have been thinking about this long ago, i have searched also but found only some C# projects which are only working with avi files but not in vb6.
Re: Video and sound editing in VB6
Re: Video and sound editing in VB6
Here what I found, This project also have the facility that you are talking about:to extract the sound from the video with AVI files. but it is implemented in C#
Take a look
A Simple C# Wrapper for the AviFile Library
Re: Video and sound editing in VB6
I have come across BASS_DSHOW VideoLibrary from UN4SEEN will, look into it and see if it does what I require.
Re: Video and sound editing in VB6
In this I dont think so any video facility is avalible but yes the BASS audio library is looking good with the facility of audio recording and Chorus, compressor, distortion, echo are also good part of it. Works with vb6. But the main point is pending till now... not a single add-on supports video here.
Re: Video and sound editing in VB6
Yes, BASS is a good audio library I use it in another one of my projects. It looks like I might have to try C# to see if I can create the program I am looking for.
Re: Video and sound editing in VB6
Quote:
Originally Posted by
Nightwalker83
Yes, BASS is a good audio library I use it in another one of my projects. It looks like I might have to try C# to see if I can create the program I am looking for.
Great, I shall be waiting for the results.Goodluck
Re: Video and sound editing in VB6
I have come across Video Edit ActiveX Control will see if that does what I want.