Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There is a windows form application that plays videos by Mplayer.
some videos have loud sound and someones have quiet sound.
it is bothering to turn up and down the volume manually.
any suggestion ?
Posted
Updated 29-Nov-14 11:00am
v2
Comments
BillWoodruff 29-Nov-14 18:13pm    
The feature that you describe would be called dynamic auto-leveling, and, if MPlayer doesn't implement that feature, that means you would have to parse and analyze files for volume levels, and modify them. I suggest you evaluate if the MEncoder offers any features for this.

And, why not start by looking at CodeProject resources for using MPlayer:

http://www.codeproject.com/Articles/176354/Simple-Mplayer-Front-End-in-C

http://www.codeproject.com/Articles/296490/Use-mplayer-as-our-Audio-Decoder
4L4K1 30-Nov-14 14:11pm    
Thank you. it seems to be difficult . I saved a volume for each video.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900