Hello, I use Handbrake to make videos for watching on my nookcolor, however the audio levels of the movies are too low. I know that ffmpeg can take care of this, but i cannot figure out the script.
If possible, I would like to take a completed, h.264 with AAC audio mp4 file, and "run" ffmpeg on it to "boost" the volume . I don't know what % of a boost it would need, but perhaps 45% increase would be a rough guess.
Can anyone offer any help? I would use this program on a Windows 7 box.
Thank you!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Hi
To change the volume there's an option '-vol'.
By default it's 256 so if you use 512 it will increase.
Your command could be something like this:-
Code:ffmpeg -i movie.mp4 -vcodec copy -acodec libfaac -ab 128K -vol 512 output.mp4
Test it with a short clip first, see what it sounds like. Change the bitrate if you like too. -
Bat999 :
Thanks! I had to use FFE instead of the strict command line, because I am running this on a standard Windows 7 box. After I stumbled around to get the settings to match your line it worked perfect!
The 512 volume number was perfect as well.
thank you for the information!
Similar Threads
-
How to mux .264 and .wav files to .m2ts or .mp4 using FFmpeg????
By rallymax in forum EditingReplies: 1Last Post: 31st Oct 2011, 17:04 -
ffmpeg help... convert mp4 to jpeg array, and back to mp4 - problem!
By SaskVideoMaker in forum Video ConversionReplies: 2Last Post: 4th Feb 2011, 04:53 -
.enc or ffmpeg/Handbrakes switches -> .mp4 files playable by PS3 and Xbox 360?
By cwerdna in forum Video ConversionReplies: 3Last Post: 5th Jan 2011, 02:45 -
how to make ffmpeg recognize an uncompressed quicktime source file?
By eighth in forum ffmpegX general discussionReplies: 0Last Post: 21st Dec 2007, 14:09 -
FFMPEG QUESTION :How do I take one frame and make a jpeg with FFMPEG?
By goheadtry in forum Newbie / General discussionsReplies: 1Last Post: 18th Sep 2007, 02:55